SVN Externals – how to add them
When creating a Zend Framework site, its always best to keep the Zend library as an external source. This way…
Add all new files to SVN
How to recursively add all new files to SVN > svn add --force * Saves a whole bunch of time…
Keeping 2 drives sync’ed with rsync on Linux
I have an external USB HDD and I like to keep it synchronised with my desktop for backup reasons. I…
Get rid of Apple Test Advertisment from iPhone SpringBoard
I get constantly annoyed by the test apple advert on my phone’s springboard after I’ve quit an app. But I…
HOWTO: Rotate a video in Linux
I videoed something at the weekend on my iphone, but must’ve had the phone upside-down so the video came out…
Stopping Ubuntu opening F-Spot when I plug in my iPhone
When I installed Ubuntu, every time I plugged in my iPhone it popped up a prompt asking me what to…
Automatic Windows Process Dump Script
I have a laborious task at the moment, of exporting our server process list to see how much memory certain…
CSV file of Windows Process list
If you need a CSV file of the currently running processes in Windows you can use the task manager command…
PHP App Testing
Think: “What am I testing?” 1) Set-up Instantiate your class Look for dependencies, are there any that need mocking? 2)…