A sensible approach to Windows 10 Update Delivery Optimization

Sadly, there has been a lot of scaremongering and bad advice floating around following the release of Windows 10. One of those ‘concerns’ is centered around Microsoft’s new Windows Update Delivery Optimization (WUDO) which is initially designed to help users get faster software updates and in theory is a good idea, being able to handle massive internet traffic of … Read more

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