When working with Bluetooth and Java on Linux there are a couple of things to take note of: [box] Ensure that the protocol stack is installed – BlueZ is a…
Getting Bluecove to work in Linux with BlueZ – Solved
Installing JavaME on Ubuntu 12.04 – Netbeans
So after fiddling a bit , I found that the netbeans installed by default on Ubuntu 12.04 is version 7.1 – Now this is fine, but for some reason I…
Git – Linking local repo to remote repo and pushing for the first time
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…
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









