active directory disable users older than x days
Script Details This is example will show you how to disable folks that have a password […]
Script Details This is example will show you how to disable folks that have a password […]
Here’s a bash kill liferay script! This should kill any running liferay or liferay social office […]
To Gzip files older than one day place this in a cronjob: TODAY=`date +”%Y-%m-%d”` for logfile […]
to kill orphaned httpd processes create a script called killhttpd.sh with the following code #!/bin/bash for […]
to move mysql on freebsd without using a dump file follow these steps: stop mysql copy […]
How can you rename a mysql Schema? easy! Create the new schema In this example the […]
A ssh port forwarding example would be to map a remote host’s 3306 port to your […]
perl replace text in multiple files perl -pi -e ‘s~OLDTEXT~NEWTEXT~g’ /path/to/filenames/* Alternative (to avoid escaping slashes): […]
how to convert ascii mysql db to utf8 ? I had a MyISAM mediawiki 1.11.0 database […]
How to setup a bash diff alternative nano -w /usr/bin/diff2 Copy and paste the below in […]