linux unwrap text file

September 13, 2012

I spent forever trying to figure out how to unwrap an apache access_log that was splitting […]

Bash Server Backup Script

July 13, 2012

I’ve created a Bash Server Backup Script that will backup your MySQL databases (each database separately […]

add user to smb share tdbsam

March 7, 2012

to add a user to a samba configuration on linux with a tdbsam backend you must […]

rotate auth.log ubuntu

January 27, 2012

to rotate auth.log on ubuntu add the following to your /etc/logrotate.conf: /var/log/auth.log { rotate 5 daily […]

kill liferay script

December 19, 2011

Here’s a bash kill liferay script! This should kill any running liferay or liferay social office […]

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 […]