netstat -an | grep tcp | awk '{print $6}' | sort | uniq -c | sort -nr
294 FIN_WAIT_2
173 ESTABLISHED
83 TIME_WAIT
33 LISTEN
9 CLOSED
3 CLOSING
2 CLOSE_WAIT
1 SYN_RCVD
Would like the output to be in the following format instead
FIN_WAIT_2 ESTABLISHED TIME_WAIT LISTEN CLOSED CLOSING...
Getting the following error when running my query
DBD::mysql::st bind_columns failed: bind_columns called with 1 values but 25 are needed at ./getdata.pl line 42.
Is there a way for me to pull all the columns, but only print the five or six that I need witout having to bind each and every...
Getting the following error when running my query
DBD::mysql::st bind_columns failed: bind_columns called with 1 values but 25 are needed at ./getdata.pl line 42.
Is there a way for me to pull all the columns, but only print the five or six that I need witout having to bind each and every column?
I've got a perl script running on AIX that issues an MySQL select against a table and pulls back four columns of data.
name port status host
I'm getting stuff in the status column that I want to remove, specifically in the column status, if I get
down (Administratively down)
I want to remove...
The server was built from a mksysb NIM image of another server by another tech who is out.
Our monitoring software needs to be able to pull the OS type ( AIX, Linux, etc ) and it uses the uname command to get this.
Normal uname -a shows:
AIX server01 6 00C000000C00
But on this server, it...
Anyone here have experience with tripwire? Trying to have it only monitor one directory. However, that directory has over 37k files :O
I am getting this when trying to run tripwire --init -polfile ../etc/tw.pol
Please enter your local passphrase:
Parsing policy file...
Need help formatting script output. I dug up a watchfile.pl script on the net ( it was posted here as an alternative to Tripwire ) to monitor files/directories for changes.
It generates fairly consistent output. First, it builds a list of files you tell it to watch, which at the end of that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.