Booting a Raspberry Pi From a 16 MB SD Card

Posted on Sun 18 January 2015 in Development Operations • Tagged with raspberry_pi

Raspberry Pis make great little servers. With low power consumption, they make great devices if you need cheap web services running 24/7. One aspect I dislike about them however, is that they need to boot using an SD card. Given the limited number of write cycles that most SD …


Continue reading

Manually Installing Pip and Wheel

Posted on Sat 27 September 2014 in Development Operations • Tagged with pip, wheel

I recently had an installation of Debian Wheezy on an an ARMv5 device that needed some new Python packages installed. Having performed some Python development in the past, I wanted to use [Pip](http://en.wikipedia.org/wiki/Pip_(package_manager) (a Python package manager).

I also needed to install some …


Continue reading