Greg Kroah Hartman on the Linux Kernel

The Linux kernel is one of those things i like most people tend to take for granted. I occasionally will see my system updating its kernel, read the new features in the latest Kernel release or occasionally head over the linux.org to grab the latest source if i need to compile my own for whatever reason. But thats normally as far as i look into it, until i saw this google tech talk by Greg Kroah Hartman he is a great speaker and presents a lot of interesting information about the Kernel.

Read More

Installing Awstats On a Ubuntu Server

Awstats i think has lost the lime light in the last few years thanks to Google Analytics, but that dosent mean its useless. Its quick and unlike Google Analytics the latest stats are not a few days old, well they arent if your cron jobs run on regular basis anyhow. This post aims to show you how to get awstats up and running on your Ubuntu based server, with the stats of a virtual host pulled straight from the Apache log files.

Read More

Overclocking An Asus 701 eeepc

For a while i have wanted to play around with unlocking the full speed of my eeepc 701’s CPU, but have never found the time. Tthe other day i decided to change the standard Xandros eeepc operating system, to  something with a bit more flexabilty. I settled on eeeubuntu, and figured whilst it was a fresh install without anything i cared about on the system i may as well have a crack at overclocking it.

Read More

Mounting Remote File Systems Via SSH On Ubuntu

As a developer a lot of time is spent working with code located on remote servers, downloading files, and re-uploading changes gets tedious using ftp, or standard ssh clients. One solution to this dilemma is sshfs, it allows a remote file system to be mounted locally using the ssh protocol, making editing, creating and deleting files a breeze.

Getting sshfs working is pretty painless and following the instructions below should get you up and ready to go in less than 5 minutes.

Read More