Upgrading your Raspberry Pi to Debian Jessie

This is a pretty painless and straight forward process. Firstly, we want to make sure we are all up to date, so: sudo bash apt-get update && apt-get upgrade && apt-get dist-upgrade answer yes to any prompts. Next we need to point apt at the Jessie repositories: sed -i ‘s/wheezy/jessie/g’ /etc/apt/sources.list once we have done … Read more

Raspberry Pi – as a web server Part 3 (My SQL)

If you are here looking to install a MySQL server on your Raspberry Pi, I’m going to assume that you have PHP, Apache and (optionally) SSH access already set up, if you don’t you can follow these tutorials first: Install Apache Install PHP Install MYSQL Install PHP My Admin As always, we start with a … Read more

Raspberry Pi – Expanding DEBIAN to fill your SD Card

Here is how to utilise the full capacity of your Raspberry Pi’s SD card after installing the Debian image which gives a 2GB root partition: Step 1: Run fdisk as sudo sudo fdisk -cu /dev/mmcblk0 Step 2: enter p to view the current partition table: Commands (m for help): p Device        Boot  Start   End     Blocks … Read more

Raspberry Pi – Media Centre

Today I will be looking at how to use your RaspberryPi as a Media Centre. At the time of writing, you have two serious choices – OpenElec and Raspbmc. Personally, I preffer Raspbmc, I find it faster and more stable. They both run XBMC, the open source media centre Instructions for RaspBMC: Visit http://www.raspbmc.com/download/ to download … Read more