Author Archive

Tweet Most of us don’t have native IPv6 Internet connections at home.  Fortunately, it’s easy (and free) to get connected to the IPv6 Internet.  Here’s how to get your FreeBSD box connected. Tweet

Thursday, March 4th, 2010 at 00:22 | Comments Off
Categories: Computing, Software

Tweet I spent some time thinking about backup strategy, and I decided for my purposes, I’d like to handle the staging process (getting all the files put together), and I’d like the backup solution itself to simply upload the files – but since I want to do nightly backups, I’d like the backup solution to [...]

Monday, March 1st, 2010 at 22:35 | Comments Off
Categories: Computing, Software

Tweet The FreeBSD console is colorless by default – but most terminals and SSH clients these days support color.  The benefits of colorizing your console should be pretty obvious.  It makes your life a little easier – you don’t have to do as much mental processing. Tweet

Sunday, February 28th, 2010 at 17:08 | Comments Off
Categories: Computing
Tags:

Tweet The Duke URLGrabber package for Python makes it incredibly easy to retrieve files from remote servers, and it abstracts urllib2 for you in a protocol-independent way, so you can focus on your application instead of spending time working with Python’s built-in urllib2. On Windows and Mac OSX, by default, urllib2 (and therefore URLGrabber) will [...]

Saturday, July 4th, 2009 at 13:41 | Comments Off
Categories: Programming

Tweet Whether you’re using FreeBSD for your workstation, a simple home server, or in a complex IT environment where reliability is critical, losing the data on your hard disk(s) is probably the worst type of failure you can have.  I’ve already gone over a backup strategy for FreeBSD, but it’s best to try to prevent [...]

Sunday, March 15th, 2009 at 23:01 | Comments Off
Categories: Computing