A lovely little plugin which does the trick! [box] https://dl.dropbox.com/u/31427180/appthemes/vantage/tst-remove-front-adminbar.zip [/box] Cheers!
Remove WordPress Admin Bar 3.5.1 – 100% working
Check active requests Apache
Run the following command to view which requests are currently being run on Apache tail -f /var/log/apache2/other_vhosts_access.log
Firefox Incognito (Private Browsing)
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…
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…
Reset mysql root password Ubuntu 12.04 – SOLVED
After struggling for sometime, I found a very simple set of instructions which will help you reset you root password in no time at all: [box] https://help.ubuntu.com/community/MysqlPasswordReset[/box]
Jail SFTP users Ubuntu 12.04 – SOLVED
I came across this outstanding post which enables SFTP jailing – this basically prevents SFTP users from navigating your file system ? [box] http://www.ericstockwell.com/?p=54 Thanks Eric! [/box]
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]









