All Articles by Brian

NetHogs: Bandwidth Stats by Process

January 23rd, 2010

Have you ever been messing around on your Ubuntu box, only to notice some sluggishness or some suspicious spikes in your internet connection, and wondered, “What the hell is using up all that bandwidth?” Or worse, “Have I been hacked?” If so, then NetHogs might be the program for you.

NetHogs is a lightweight [...]

The Principia Process

June 8th, 2009

Here’s the remastered final version of Andrew McCombs’ classic documentary “The Principia Process,” which chronicles the spring 2002 launch season, and the beginnings of Team Principia. Watch and enjoy.

Bootsplash Resolution in Kubuntu

January 26th, 2009

One of the annoying little setup items on my list of things to do every time I reinstall Kubuntu is changing the bootsplash screen resolution from 800×600 to something more appropriate for my monitor, specifically, 1280×1024. Here’s how it’s done:

sudo nano /etc/usplash.conf

The file should be altered to read:

# Usplash configuration file # These parameters will only [...]

Python Web Search Agent

August 15th, 2008

So there was this web page, nothing more than a text file in fact, which I was compelled to check regularly. I had ordered something online from a company whose web-store design was still in the dark ages, and their “method” of letting customers know whether or not their products had shipped was to [...]

Oshkosh: The Spirit of Aviation

August 10th, 2008

Beginning SSH on Ubuntu

May 29th, 2008

So let’s say you have a private LAN running in your secret underground lab. Maybe you’ve got a Linux box hardwired to a WiFi router, and maybe a Mac or Linux laptop floating around somewhere, and you need a quick way to transfer files or execute shell commands remotely.

What you need is SSH, the [...]

LightScribe on Ubuntu

May 17th, 2008

LightScribe is an innovative technology that uses a special disc drive, special media, and label-making software to burn labels directly onto CDs and DVDs. The labels are laser-etched, not printed, so there’s no ink, no smudging, and no peeling.

LightScribe lets you create one-of-a-kind designs with your own photos, text, and artwork. The days [...]

Building Boarduino

April 26th, 2008

I recently soldered up a Boarduino from Adafruit Industries. Boarduino is simply an Arduino clone with a smaller form factor, designed to plug directly into a breadboard rather than giving you the female headers of the original. I thought I’d post a few photos of the process.

I really like the idea of the [...]

Soldering Tutorials

April 14th, 2008

image: Randomskk / cc by-sa

My Weller WES51 arrived today (w00t!), and in celebration, I thought I’d compile a list of my favorite soldering tutorials around the web.

How to Solder Correctly: An excellent starting point, thanks to a detailed seven-minute video and lots of close-up images.

Soldering Tips (PDF, 284K): Ten pages of required reading by Tom [...]

Arduino-Python 4-Axis Servo Control

April 8th, 2008

Although the Arduino platform is ideal for standalone applications, it really comes to life when interfaced with a PC. Connect Arduino to a personal computer and you instantly add a ton of versatility and processing power to your project.

This tutorial will describe how to use Arduino to control a bank of four independent RC [...]