New .bash_aliases file

One really handy thing you can do in your Ubuntu installation is to add a custom .bash_aliases file.Some background… When you SSH into your server a number of commands and files are run. One of these is the .bashrc file which lives in the user’s home directory. This is custom for each user. So when…

Continue reading →

Setup wifi adapter in linux

This little guide should help with configuring a USB WiFi adapter in Linux – this was in Ubuntu 12.04 but should work for later releases and other Debian based Unix versions. I recently configured my Raspberry Pi to use a wiki dongle but this guide didn’t work for some reason. This guide still works though…

Continue reading →

Spin down HDDs when idle

This (along with all my guides) is for Ubuntu but it could probably be done on any Debian based linux variant. It is worth setting your drives to spin down when the system is inactive. This will save some power and reduce the wear on the drive.First install your dependencies: apt-get install hdparm smartmontools You…

Continue reading →

Enable Ubuntu root log in

Obligatory warning: Don’t do this! It is stupid! You will delete all your stuffs! You may die!Although most people will ‘tell you’ that it is stupid to enable and use the root account on your server, sometimes it is just really handy! When you are forst setting up your server and need to run a…

Continue reading →

Pitch Perfect

Jenna and I watched Pitch Perfect together the other night… Going into it I was pretty skeptical that it would be any good whatsoever. But after the first 5 minutes I was actually quite impressed. It wasn’t trying to take itself too seriously, in fact it almost seemed to be setting itself up to be…

Continue reading →