Search Results

Search: Posts Made By: Lost in Cyberia
3,830
Posted By Don Cragun
You can choose not to show us your script and we...
You can choose not to show us your script and we can make lots of wild assumptions. Or, you could show us your complete script with proprietary information redacted. Instead you have shown us two...
Forum: IP Networking 01-15-2015
1,690
Posted By Corona688
Without knowing what you did, it's very difficult...
Without knowing what you did, it's very difficult to know why it didn't work. I do know that I don't know many iptables configuration tools but I do know a lot of iptables configuration generators...
Forum: Programming 05-26-2014
923
Posted By Don Cragun
if(*var) evaluates to true if the object pointed...
if(*var) evaluates to true if the object pointed to by var is non-zero.
if(!*var) evaluates to true if the object pointed to by var is not non-zero (i.e. is zero).

variable2 ^= *(variable1++)...
Forum: Programming 03-29-2014
1,847
Posted By jim mcnamara
The actual function code has to precede the...
The actual function code has to precede the function that calls it. So if main() is below all of the functions that main() calls, your idea will work. Functions can be coded (placed) anywhere...
Forum: IP Networking 03-18-2014
6
1,888
Posted By Corona688
Telnet is an insecure way to login to something,...
Telnet is an insecure way to login to something, not because it's "telnet", but because it's a raw network connection which sends pure text. In other words, it's not telnet that's insecure, it's the...
Showing results 1 to 5 of 5

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