Whatever your reasons may be, the following code will give you the number of active Apache connections. netstat -an |grep :80 |wc
Check number of active connections Apache
Remove WordPress Admin Bar 3.5.1 – 100% working
A lovely little plugin which does the trick! [box] https://dl.dropbox.com/u/31427180/appthemes/vantage/tst-remove-front-adminbar.zip [/box] Cheers!
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…
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…









