Software: The Operating System

Picking an operating system for this endeavor wasn’t too difficult of a task. I’ve spent a lot of time tinkering with Debian on servers and Ubuntu on PCs, so the decision to go with Raspbian over Arch Linux was pretty painless. You can head over here to check out the Raspberry Pi Foundation’s documentation on installing …

Find the Temperature of your Raspberry Pi

It happens to all of us; you’re sitting there tinkering away on your Raspberry Pi and the thought enters your head: I wonder how warm this thing is right now. It’s a good question and easy to answer. From the command line, simply enter this command:      sudo /opt/vc/bin/vcgencmd measure_temp For a nice, human-readable …