..

Hello World! and Server Updates

This is my version of the example file written in Markdown for Jekyll in the _posts directory.

You can consider this post as the lorem ipsum of sorts.

Server Update

RPi updating to Jessie

I had the pleasure of manually updating the Raspbian on the Pi from wheezy to jessie thanks to the folks at stackexchange.

In summary it was just the following commands to get The Pi up to date on wheezy before the distro update

apt-get update
apt-get upgrade
apt-get dist-upgrade

Followed by modifying the strings wheezy to jessie in repository config files listed below

/etc/apt/sources.list
/etc/apt/sources.list.d/*

And finally these apt-get again to get things to updated to newer versions

apt-get update
apt-get upgrade
apt-get dist-upgrade