After struggling with this for quite some time (why, im not sure :), I finally was able to create a remote repo (on bitbucket), and then create a local repo…
Git – Linking local repo to remote repo and pushing for the first time
Export graph from LibreOffice Calc as image
Although LibreOffice Calc at this stage doesn’t support exporting graphs or charts as images (currently only as pdf), you are still able to get this right. Here’s how: Copy your…
Increase size of VirtualBox vdi image – 100% working
For some strange reason there are a whole bunch of really unhelpful guides on how to increase the size of a virtualbox vdi image. Some of the guides use the…
Add HTML signature to OTRS
OTRS provides basic text signatures, which really aren’t great. So here’s how to enable HTML signatures in OTRS: Edit the following file using Nano: sudo nano /opt/otrs/var/httpd/htdocs/js/Core.UI.RichTextEditor.js Search for **extraAllowedContent **by pressing…
Display battery percentage Android Jellybean
Quick and simple soltuion ? [box] -> Go to Settings -> Go to Display -> Check “Show Battery Percentage” -> Smile ? [/box]
Check number of active connections Apache
Whatever your reasons may be, the following code will give you the number of active Apache connections. netstat -an |grep :80 |wc
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 |…









