12

Jul/11

FreePBX Symlink From Modules Failed

Overview I recently upgraded FreePBX from 2.7.1 to 2.8 and from 2.8 to 2.9 the upgrade went OK except for a minor problem where the symbolic link is broken. Whilst this did not cause any problems in terms of the … Continue reading

05

Jul/11

Dormant Dart Tag

I have received a letter from Dart, the people who provide the Dart Tag for the Dartford crossing stating I had not used a Dart Tag for over 12 months and as per the terms and conditions I either should … Continue reading

03

Jul/11

Ubuntu 10.04 Firewall (UFW) Basics

Overview UFW or Uncomplicated FireWall is a basic software solution for protecting against network intrusions. It’s basic in the form that it’s a wrapper around the more powerful and complex iptables and therefore makes some assumptions such as rate limits. … Continue reading

26

Jun/11

Apache 2 Hardening Tips

Below are some of the tricks I use or found useful to try to mitigate unwanted attention. Whilst this is not a definitive guide these are simple quick things that can be done. This was written for Ubuntu but it … Continue reading

21

Jun/11

Invalid 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/11

Invalid 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/11

Steam Saved Game Locations

I found this on the Valve’s Steam forums. It was handy in locating and importing my Mass Effect game into Mass Effect 2. Steam Game Save Locations

18

Jun/11

Check 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