CodeUnit Ubuntu: Get Yesterday’s Date for a Bash Script January 10, 2011 by Craig Lotter No Comments Date work often plays an important part in automated bash scripts, and as such, it is pretty useful to be able to calculate yesterday's date... Read More
CodeUnit A Quick Guide to Bash Shell Scripting August 23, 2010 by Craig Lotter No Comments I stumbled across this gem of a quick guide to Bash shell scripting over at some or other forum and so as not to lose... Read More
CodeUnit Ubuntu: A Bash Script to Backup All MySQL Databases Running on a Server July 28, 2010 by Craig Lotter No Comments The following bash script is written to automate the process of backing up all your various MySQL databases running on either a local or remote... Read More
CodeUnit Ubuntu: Executing a PHP Script file from the Command Line June 18, 2010 by Craig Lotter No Comments If you work as a web developer with PHP and all of a sudden you need a script to do something specific for you on... Read More
CodeUnit Javascript Debug Window Script June 7, 2010 by Craig Lotter No Comments I found this little snippet of code floating around the Internet and despite its age, it still proves to be quite a handy little guy... Read More
CodeUnit PHP: How to add a Hour to the Current Time February 23, 2010 by Craig Lotter No Comments Adding an hour to the current time turns out to be pretty easy thanks to the fantastic strtotime PHP function. Read More
CodeUnit SMS Server Tools 3: Send a Blank SMS using a PHP Script January 25, 2010 by Craig Lotter No Comments SMS Server Tools 3 is a great little SMS Gateway software which you can pair up nicely with some PHP scripts in order to send... Read More