Archive for February 2011

Sauron….

Sauron seems cool.  Been out of development for a while.  I’ve installed 0.7.3 on a server at work to try it out.  It’s an IPAM – IP Address Management system that also writes BIND and ISC DHCP configs and zone files.  Backed by PostgreSQL.  Looks like it can manage a bunch of servers for us. […]

Bash functions for posting to blosxom from the command line

Here are those two bash functions I use at work to make my blosxom blog into a daily time log. I made them because I wanted to be able to dash off a one-liner entry into a logfile that would be easily viewable later. So, here they are: Timelog function Make a single line entry […]

Apache UserDir cgi-bin configuration

I use blosxom as a simple blog at work. I have two bash functions that allow me to use the blog as a timelog. Whenever I change workstations, my blog breaks for a while until I get around to relearning how to setup cgi for user directory’s. This time, I’m writing it down! 🙂 First, […]