Category Archives: Linux

Testing HTTP Status: 206 Partial Content and Range Requests
avatar

This is a pretty cool trick… http://www.cyberciti.biz/cloud-computing/http-status-code-206-commad-line-test/

Posted in Guides, Linux | Leave a comment

Top 20 OpenSSH Server Best Security Practices
avatar

This is a great article on what are good practices to secure SSH   Top 20 OpenSSH Server Best Security Practices.

Posted in Guides, Linux | Leave a comment

Mail Command Missing in Centos
avatar

If the mail command is missing in CentOS you just need to install the mailx package.  You can do this with the following yum command: yum install mailx

Posted in CentOS, Guides, Linux | Leave a comment

Linux: Find Out Which Process Is Listening Upon a Port
avatar

Linux: Find Out Which Process Is Listening Upon a Port.

Posted in Linux | Leave a comment

Linux / Unix pv Command: Monitor Progress of Data Sent Via a Pipe
avatar

Linux / Unix pv Command: Monitor Progress of Data Sent Via a Pipe.

Posted in Guides, Linux | Leave a comment