Sometimes its nice to be able to open another browser window which allows you to sign into multiple accounts on the same computer – for instance two gmail accounts. In…
Firefox Incognito (Private Browsing)
View active connection count per IP Apache
Run the following command to view the number of connections each IP currently has with the Apache: netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort |…
Open multiple instances of excel
For quite sometime I’d have to battle with Excel, in that I couldn’t view two Excel documents simultaneously. Here is a quick fix: [box] => Simply open a text editor…
What is Facebook Cloning – How to prevent it
I’ll keep this sweet and short ? What is Facebook cloning? [box] Imagine some scoundrel on the Internet who: finds your profile copies your profile picture creates an account invites…
Compiling, packaging and running Java programs – Beginners guide
Oh yes, the infamous class path and classdef exceptions – drive me nuts! So I thought it would be nice to have a quick post on the commands you can…
Run nohup without nohup.out
This is a lovely little command which allows you to run commands in the linux terminal after you have exited. This is useful to keep services running in Linux without…
Re-order Classipress Categories
So for quite some time I’ve been wondering how to do this, and decided its now time ? The perfect plugin for changing the category/taxonomy order for Classipress / WordPress…
Convert ArrayList to string[] C#
Some quick and simple code to convert an ArrayList to a string array in C# [box] string[] stringArray = (string[])arrayList.ToArray(typeof(string));[/box]
Split data in 1 excel column into multiple columns (Split by delimiter)
Well I came across a situation the other day where a client had data in one column and wanted to extract that data and put elements of that column into…
Google Hangout vs Skype
I’ve been watching Google Hangout for quite sometime, and tested it quite a bit with Google+. The voice quality and video quality is absolutely brilliant, and knocks skype out the…









