Projects
- Adminspotting.net
A System Administration news site. It contains headlines and links for System Administration related articles, reviews on I.T. books, and my own articles about System Administration related projects.
- Unix for the Beginning Mage
A book teaching the Unix command line to beginners. Rather than write something dull and boring, I tried to be more creative and went with a fantasy-type theme. Instead of a teacher lecturing commands to a student, a Wizard teaches a young mage how to cast spells.
Code
- pycddbsearch A Python module that will take a directory of MP3s and search FreeDB to find the corresponding album.
- pymp3tag A Python module to tag MP3s with the results of the PyCDDBSearch module.
- IPTableLog A set of Ruby scripts that will parse IPTable logs and insert each field into a MySQL database. The library and schema are required.
- AuthSSH Restricts remote hosts to run only allowed commands via SSH.
- Blarg A simple weblog written in Python. Instructions are in the code.
- ZavenChat A simple Instant Message program written in Java.
- PopTart A simple program to view email via POP3 in Java.
PyBlosxom Plugins
- EntryCache Caches the timestamp of all entries. This is so future edits of a post do not affect the positioning.
- Tagger Allows the user to create their own markup / tagging language for their posts. For example, "1155905363"[amazon] can be turned into an Amazon link automatically.
- Tags Lets the user "tag" their posts in a technorati / del.icio.us fashion. Includes fixes and enhancements from Tim Fanelli. Gopal updated the plugin to support static rendering. That version can be found here. Michael Welle added support to sort the tags. The patch is here and the full "sorted" version can be found here. Michael Kremer modified the plugin to adhere to the GHOP specification. The patch is here and the full plugin is here.
- Recent Retrieves x amount of recent entries. Useful for a "Recent Posts" sidebar.