February 15, 2009
How to enable VNC console on RHEL 5 server

December 12, 2008
Linux Tip: /etc/network/interfaces

This page is a reference for configuring interfaces in Linux with good examples.  This came in handy today as I was building a bare-bones no-GUI Ubuntu server template for VMware.

October 15, 2008
Installing Cisco VPN and VPNC in Ubuntu

Skip the Cisco VPN part and hop down to “Installing VPNC.”  This is easy stuff, at least for a techie.  It got me hooked up to my Cisco VPN from Ubuntu 8.04 Hardy.  The process looks something like this:

  1. sudo apt-get install vpnc
  2. Edit a short config file.
  3. If necessary, de-encrypt your stored password here and add to the config.
  4. To connect (see update at bottom of post):
    sudo vpnc --dpd-idle 0 [your-config-file-name]
  5. When you’re done:
    sudo vpnc-disconnect

Thanks, Arun!

UPDATE 2009.2.18: I was having some trouble getting the vpn connection to stay alive.  I found here that adding the —dpd-idle 0 takes care of the problem, at least for me.  You may not need it.

March 17, 2008
Wire Your Living Room Over Wi-Fi with a Bridge

I’ve occasionally needed a wired connection in the living room (the new DirecTV box doesn’t have wireless), and I’ve been looking for a use for my old wireless router ever since I bought the beefier model so I could run DD-WRT.

Is it down for everyone or just me?