21
Jun/11Invalid Command ‘Header’
Another error and same problem as last time: the module was not loaded! Invalid command ‘Header’, perhaps misspelled or defined by a module not included in the server configuration $sudo a2enmod headers to enable the headers module $sudo service apache2 … Continue reading
21
Jun/11Invalid Command ‘ExpiresActive’
I recently got the error message below when I was trying to reload Apache: Invalid command ‘ExpiresActive’, perhaps misspelled or defined by a module not included in the server configuration …fail! To fix it ensure the “expires” module is loaded: … Continue reading
18
Jun/11Check For Rootkits In Ubuntu
There’s a nice pre-made script which checks your Ubuntu system for Rootkits. Whilst it’s by no means exhaust way of finding out if your system is infected it makes it real simply and easy to do. First thing to do … Continue reading
15
Jun/11FreePBX Blank Voicemail Login Page
After upgrading from 2.8.x to 2.9 was less straight forward than a minor upgrade but still easier to do compared to a fresh install. A problem I had encountered was navigating to the voicemail login page was blank. The page … Continue reading
22
Mar/11Create And Enable SSL On Ubuntu LAMP Server
Introduction SSL is used to encrypt data between the client e.g a user viewing a website to the web server which hosts the site. SSL uses certificates which are signed and verify the validity of a website. Like any vendor … Continue reading
12
Jan/11Siemens Gigaset 685IP Mini Review
Overview The two cordless phones that we have were fine till we moved into a house. The two phones suddenly became too far from room to room. It was time again to look for a phone which was scalable and … Continue reading
09
Jan/11dvd::rip Debugging (Warning: No libxvidcore API 4 found)
I had an issue with dvd::rip failing to transcode videos when using clusters but using the Transcode button worked fine. In the Cluster Control window everything was added fine but when the project started it failed at 0% on all … Continue reading
02
Jan/11Mounting / Extracting .bin and .cue Files In Ubuntu
Install bchunk which will conert the bin and cue file to an iso sudo apt-get install bchunk Convert the files to iso using the following syntax: bchunk [image.bin] [image.cue] [output name] Where image.bin is the .bin file, image.cue is the … Continue reading