08

Jul/13

Install Tiny, Tiny RSS On Ubuntu 12.04

Overview Since Google announced they were shutting down their Google Reader service it has come to light how dependent I was on a third party. Fortunately, Google allows data to be exported in a variety of formats including standard variants. … Continue reading

01

Jul/13

“Amazon EC2 Instance scheduled for retirement”

Overview I got an Email from Amazon that one of my instances was scheduled for retirement. At first I thought it was SPAM but it was followed up by checking the AWS Console to confirm the Email. I was disappointed … Continue reading

24

Jun/13

Installing MySQL Ubuntu

MySQL is very easy to install and the commands work for most versions of Ubuntu. Start a terminal. Update Ubuntu’s repository: sudo apt-get update Install MySQL server: sudo apt-get install mysql-server A prompt will appear asking for the root (admin) … Continue reading

17

Jun/13

Ring Automotive RAC630 Mini Review

Overview I was looking for a tyre pump and decided to go for a Ring Automotive product based on other people’s reviews. RAC610 I originally bought the RAC610 which was half the price. Physically it looked the same but the … Continue reading

10

Jun/13

Add Programs To Metro Apps UI In Windows 8

Programs which are not installed by an installer like putty do not appear in the metro ui (also known as a tile) in Microsoft Windows 8. To add them is very simple: Create a shortcut for the program and name … Continue reading

03

Jun/13

Raspberry Pi Replace Home Server

Overview With the popularity of Raspberry Pi I wanted to investigate if it was possible to replace my 24×7 Linux server running at home. Whilst one Raspberry Pi will not replace a desktop computer, it may be possible to use … Continue reading

27

May/13

Install FreePBX On Raspberry Pi

Overview The great thing about the Raspberry Pi is it’s ability to change it’s OS with a swap of an SD card. This allows the Pi to change functions and testing almost as easily as spinning up a Virtual Machine … Continue reading

20

May/13

Use log4j As Tomcat 7 Logger

Log4j is a common logging framework used within applications. The logging library can also replace the default logging in the following steps: Stop Tomcat server (if running) Download log4j library from their website Extract and copy the jar file to … Continue reading