Search Results

Search: Posts Made By: Azrael
Forum: Programming 02-22-2019
2,245
Posted By Azrael
I guess I didn't explain things well. I assumed...
I guess I didn't explain things well. I assumed using a variadic function would be the only way to get optional and required parameters. I tried to implement the code from Corona688 in my own, but...
Forum: Programming 09-13-2018
2,471
Posted By Azrael
That is awesome. It will probably be later...
That is awesome. It will probably be later tonight before I have time to test and merge that with what I've got. I'll update here later when I've had time to try that out and make sure I'm not still...
Forum: Programming 08-17-2018
1,538
Posted By Azrael
Thanks again Corona688. I used the following in...
Thanks again Corona688. I used the following in the way you described and it compiled perfect!

int (*side_one[MATRIX][MATRIX])[MATRIX] = { white_l1, white_l2, white_l3, white_m1, white_m2,...
Forum: Programming 08-08-2018
3,986
Posted By Azrael
I will agree with what you said. I knew it was a...
I will agree with what you said. I knew it was a logical error instead of syntactical one when I saw it. I was just happy to have made any progress at that point.

Your code is much better and...
Forum: Programming 08-07-2018
3,986
Posted By Azrael
Looping through multiple arrays in C.
Not sure if this is possible, but I've tried this about a thousand ways now. I am making something with a lot of arrays. I thought I could put the array names into a separate array and then loop...
Forum: Fedora 04-26-2014
7,551
Posted By Azrael
Well, I finally got it. I had remove all the .ko...
Well, I finally got it. I had remove all the .ko driver from my previous attempts and then used the following script which did most of the work for me:

http://smxi.org/sg/sgfxi

It was made for...
10,466
Posted By Azrael
This should find any that are currently running: ...
This should find any that are currently running:

for i in $(lsof | awk '/openssl/ { print $1 }' | sort | uniq ); do chkconfig --list | grep $i | awk '{ print $1 }'; doneIf you're worried about the...
992
Posted By Azrael
Well, after a lot of searching I found you could...
Well, after a lot of searching I found you could stop a table without flushing out other tables with the following:

pfctl -T kill -t <table_name>

You can also white the ports of certain...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 01:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy