- mythlogin
- This is a simple login program that automatically authenticates the specified user and launches the xinit program under their privileges. It is meant to be run from inittab as so: "x:5:respawn:mythlogin myuser 2> /tmp/mythlogin.log". I make no claims about the security of this program.
- update_check
- This is a simple script for Debian based machines. It is meant to be run via cron on a regular basis. The script updates the local package database and sends an email to notify you that updates are available for the machine. It is meant to be used on a Debian stable server to notify the administrator that there are security updates which need to be applied.
- winfo (v0.5 - universal binary)
- Updated 07 February 2006.
- A small utility for OS X to display information about the associated access point and the wireless connection to the access point. Currently it is a console application and reports the MAC address of the access point, link quality, network name (BSSID), the network type (managed or ad-hoc), and displays a list of non-hidden networks within range. The source code to the application is included.
- ut2k4_ded
- This is a simple script I wrote to make running a Linux Unreal Tournament 2004 dedicated server easier. It starts the server with the user specified options using screen. When the script is run it checks to see if the sever is already running, if it is then the script exits with an error (just in case you want to call it from another script), if it is not then it starts the server. This makes it possible to add a crontab entry to run the script every half hour, hour, or whatever to make sure that the server is always running without having to do anything yourself. Just set it and forget it.
- FUQ API Patch
- This is a patch for FUQ API version 2.1. The API is a PHP class for querying UT2004 game servers. This patch adds the ability to get the maplist from the server. It was left out of the original class because it can cause lag on under powered servers. As such, this patch does not enable maplist querying by default; it just provides the functionality for a server administrator that might want to use it.
- Enqueue 0.1.7-3 Patch
- This is a patch I created for Enqueue against the 0.1.7-3 source tree. It fixes a compile warning about `src/dp.h` not having a newline at the end of the file, wraps all the printf() calls in `src/hl.c` and `src/htmlparse.c` to not execute unless DEBUG is set to true in the toplevel makefile, and (of course) sets DEBUG to false in the top level makefile.
Enqueue is a simple GTK application for downloading either large files over dialup or easily downloading all the files from a webpage. To quote the author, "It's great for downloading porn and huge files over crappy dialup."
Visit the homepage: http://www.kfa.cx/
- Live! Drive Headphones
- Two scripts to control the headphones jack on a Creative Live! Drive. The script `phones_on` turns off all external speakers and routes the sound to the headphones. The script `phones_off` reverses the actions of `phones_on`. You need the EMU10K1 user space tools from http://opensource.creative.com/ to use these scripts. * 05 August 2005: I have not used these scripts in a couple of years. As far as I know they still work but I don't guarantee it.