download http directory

March 10, 2013

Here’s a quick note on how to download the contents of an http directory via command […]

cURL Examples

May 10, 2012

Great examples of how to use cURL from http://www.thegeekstuff.com/2012/04/curl-examples/ 1. Download a Single File The following command […]

ossec clear database

January 6, 2012

To delete all currently stored alerts and related data in the ossec database execute these commands […]

kill orphaned httpd processes

December 5, 2011

to kill orphaned httpd processes create a script called killhttpd.sh with the following code #!/bin/bash for […]

Generate crontab scripts

December 1, 2011

Someone recently passed me this link and it looks great! You can generate crontab scripts via […]