Raspberry Pi how to: Set up a SVN Server
Today we’re going to go thru the process of turning your Raspberry Pi into an SVN server. While this may not be the most practical use of your Pi, it’s an excellent learning experience. SVN is a pretty good way to manage your …
How to install Linux on a PowerBook G4
Do you want to breathe life back into your old PowerBook or PowerPC machine? Want some modern software on it? In this tutorial I’ll show how you can put Ubuntu Linux on a PowerBook G4 and resurrect one of these durable old laptops …
We're here to put a dent in the universe
The famous words of Steve Jobs have been ringing in my head a lot since my Dad passed away last week. He and Steve Jobs were not very much alike, in fact probably complete opposites. Dad wasn’t much of a dreamer or rock the boat kind …
How to Learn C# Part 6 - Iteration Statements
This tutorial is part of a series. You can see the other tutorials below: Beginning C# 1. Introduction 2. Namespaces 3. Coding Basics 4. Variables and Types 5. Selection Statements 6. Iteration Statements In part 6 of my …
How to Build a Raspberry Pi File Server
So I found yet another cool use for a Raspberry Pi. You can actually use it as a file server, or more accurately a controller for a file server. All you need is your Pi and a nice external drive and you can serve files to anyone on your …
Raspberry Pi How to: Learning Linux Commands
So you have a Raspberry Pi but you’re not a Linux expert? Have no fear it’s not as hard as you might think. You can do tons of stuff on the Raspberry Pi without ever using the Linux prompt, but if you do take the time to learn …
What is a Polyglot Programmer?
The similarities between spoken or written language and computer code are amazing. Someone writing code can range from a terrible amateur to a polished professional. When speaking someone can range from barely comprehensible to giving …
How to Install Drupal on Raspberry Pi
Do you want to install Drupal on your Raspberry Pi? It’s a lot easier than you might think, and this tutorial will walk you through the details of putting this great system on your Pi. What you need to do first First you’ll need …
Remote Desktop with Raspberry Pi
Do you want to remote into your Raspberry Pi and see a graphical desktop? It’s actually really easy. If you don’t want to dedicate a monitor or the TV to the pi but still want to use it, here’s your solution. Ok, another …
How to Install Node.js on Your Raspberry Pi
Do you want to install Node.js on your Raspberry Pi? It’s actually quite a bit easier than it used to be. I just recently installed Node.js 0.8.16 on my Raspberry Pi and decided to document it. For this tutorial I’m using a …