Who’s connecting to Apache?
Here are a few more one liners that I use quite often to locate large number of apache connections, large numbers of site connections, the busiest site on the server…
Here are a few more one liners that I use quite often to locate large number of apache connections, large numbers of site connections, the busiest site on the server…
Here is a small one liner which will pull a list of IP addresses from a file, sort them, select only unique ip's and then list them from greatest to…
Auto block IP's with high connection counts via iptables; via lovepig.org netstat -npa --inet | grep :80 | sed 's/:/ /g' | awk '{print $6}' | sort | uniq -c…
Today we will be looking at implementing new software on a production server. So, lets get right to the heart of the matter. The 5 basic processes you will need…
This will come in handy in case you ever come across this issue. I am seeing a strange occurrence in whm 'Main >> System Health >> Show Current CPU Usage'…
Quick one liner for you this new year... Generate a random 8 character or greater password containing a-z, A-Z and 0-9: egrep -ioam1 '[a-z0-9]{8}' /dev/urandom to create longer passwords, replace…
Shamlessly grep’d from the http://www.hackerfactor.com/blog/ There be good stuff here… I've started attending a social group of bloggers. It's part of my mandated community outreach ordered by she-who-must-be-obeyed. ("You need…