HowTo: Set-Up the Raspberry Pi as a Headless Device

Summary Image

This is a step-by-step guide of how to set up your Raspberry Pi as a "headless" computer, that is, access it via network connections without a keyboard or display. This is done by configuring the Raspberry Pi without needing any kind of monitor or keyboard attached. I go a little further by showing how to upgrade the firmware / OS / development tools, bootup without X Windows, setup password-less login, and establish some basic security.

more ...

HowTo: Linux Maintenance and Filesystem Hygiene

Summary Image

This article reviews the kinds of maintenance activities required by Ubuntu / Debian / Raspberry Pi Linux distributions to keep them running as they should. It covers topics like OS and applications updates, disk / filesystems integrity, and cleaning up filesystem clutter.

more ...


Configuration Utilities for XBee Radios

Summary Image

In this post, I provide a python utility that can be used to configure and test Xbee radios. Its a command interpretors used to send AT Commands to the XBee with output is color coded to help distinguish user input, from XBee radio output, and from interpretors output.

more ...


Speech Synthesis on the Raspberry Pi

Summary Image

I want the RPi to provide status via email, SMS, web updates, and so why not speech? This post show you how to get the speech synthesis utility Festival working on the Raspberry Pi.

more ...


Dropbox for the Raspberry Pi (sort of)

Summary Image

I'm presently using Dropbox as a service for quick and easy movement of files between multiple PCs I use.  I would like the same on the Raspberry Pi, particularly for moving files from my PC to the RPi.

more ...


WiFi (with WEP Security) on Raspberry Pi

Summary Image

While I have seen many posting on how to configure the Raspberry Pi with WPA, there is oddly little information about WEP configrations. Hopefully this posting will solve that problem for you.

more ...