Category Archives: Computing Tips

IT Tips and tricks that I will occasionally use while doing my job. Why?
Because i’m happy to share and it will also help me remembering things.

Donated to Google Analytics Plugin

I’ve just donated $10 for the Google Analytics Plugin, one of the better plugins for WordPress in my opinion and well worth the cash.

Posted in Personal, Wordpress | Tagged , | Leave a comment

Security enhancing your Ubuntu LAMP with Apparmor

sudo aa-genprof apache2 When you see the following message Would you like to enable access to the profile repository? (E)nable Repository / (D)isable Repository / Ask Me (L)ater Select E for enable. You’ll see the following message Writing updated profile … Continue reading

Posted in Computing Tips, Linux, Personal | Tagged , , | Leave a comment

Installing free2ban on Ubuntu

First thing to do is install it from the repository, I’m making the assumption that you are already connected to the internet. sudo apt-get install fail2ban The default configuration is configured in the file /etc/fail2ban/jail.conf it’s suggested at the top … Continue reading

Posted in Computing Tips, Linux | Tagged , | Leave a comment

Installing FreeNX on Ubuntu Lucid Lynx 10.04

I foundit pretty easy to do, the hard part was finding consistent instructions, so I blogged it to make sure I didn’t forget. sudo add-apt-repository ppa:freenx-team sudo apt-get update sudo apt-get install freenx-server You can download and install the nxclient … Continue reading

Posted in Computing Tips, Linux | Tagged , , | Leave a comment

Installing and setting up ntpd under Ubuntu

Install NTP on your home server sudo apt-get install ntp Bare in mind that I’m in the UK so I’m obviously I’m going to choose NTP servers that are geographically close to me. After reading a fair bit about configuring … Continue reading

Posted in Computing Tips, Linux | Tagged , | Leave a comment