redhat add multiple users

September 13, 2012

useradd script to add multiple users to a system and force them to change their password […]

Bash Server Backup Script

July 13, 2012

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

kill liferay script

December 19, 2011

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

gzip log files older than one day

December 19, 2011

To Gzip files older than one day place this in a cronjob: TODAY=`date +”%Y-%m-%d”` for logfile […]

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

bash diff alternative

July 6, 2011

How to setup a bash diff alternative nano -w /usr/bin/diff2 Copy and paste the below in […]