June 19, 2006

Personal Development

This might seem like a strange thing to mention on this blog, but here is a good web site about personal development.

http://www.stevepavlina.com

Filed under Other by admin.
Permalink • Print •  • Comment

Server Information

Server information.

netstat -ntu | awk ‘{print $5}’ | cut -d: -f1 | uniq -c | sort -n

Reports I.P. information about who is on your server.

Then check against a known list of SE bots at http://iplists.com

Filed under Web by admin.
Permalink • Print •  • Comment