The Single Responsibility Principle
There’s a lot of genius in simplicity. This applies to many things in life and definitely in software development. SRP, or Single Responsibility Principle is one of the foundations building better software. It’s a good way to …
How to Watch Netflix in Ubuntu Linux
One of the biggest hurdles to Linux adoption is getting stuff to work in Linux that works great in Windows. Microsoft has enjoyed a huge market share over the years, and because of that when companies develop commercial software they target …
Raspberry Pi Programming For Beginners
Want to learn how to write some apps for the Raspberry Pi? Today I’m going to kick off a new series of tutorials related to the Raspberry Pi and programming. This is a series that will be aimed at beginners, but seasoned programmers …
The Top 10 Raspberry Pi Blogs
Do you love the Raspberry Pi as much as I do? Ever since I first heard of it I’ve been trying to keep up on all the latest happenings with this device. Here is a list of great blogs and other places to get Raspberry Pi content. The …
How To Set Up Wireless Networking with Ubuntu on a G4 PowerBook
Today I’m going to explain how to set up wireless networking on G4 PowerBook running Ubuntu. It’s an oddly specific post that will probably help around two people a year, but since I had to do it recently I figured I would share …
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
Get notified when new tutorials are posted: 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 …