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
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…
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…
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…
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…
Getting Bluecove to work in Linux with BlueZ – Solved
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…
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…
Maximum Value of Int32
The maximum value for Int32 is 2,147,483,647 Knock yourself out ? Cheerio!
Opencart Price Displays as 0 when I have options – SOLVED
So when you add products with options in Opencart and you leave the base price blank, the blank base price will show on your website. Of course this is undesired…
no value given for one or more required parameters. oledb c# – SOLVED
When you get this error, this is almost always as a result of a misspelt column name. I recently received this error with the following line of code: [box] cmdContactSync…
