I ran into an issue last weekend when running my usual upgrade check. Running sudo apt-get update && sudo apt-get upgrade came back saying that mysql-server and mysql-server-5.5 needed to be upgraded and who am I to say no? My Raspberry Pi started crunching through the upgrade and I went about my usual mid-upgrade routine …
Tag Archives: Raspberry Pi
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 …
Continue reading “Find the Temperature of your Raspberry Pi”
The Hardware
First and foremost, let’s start with the bare-metal parts I’ll be using. I’ve added the links to Amazon where I picked up most of the parts for ease of grabbing your own: A Raspberry Pi model B (B+ model is linked since B models aren’t sold much anymore) An 8GB PNY SD card. A few Heatsinks for the …
Getting Started
Before diving into the details of this little project, a little background on my experiences: I’ve been playing with servers for over a decade now, both for work and as a hobby. Whether it was a spare machine set up to host and serve my music to machines in the home, or a VPS hosting …