messtail.bas   This QB2C program that will look at the system message file (on a Linux or FreeBSD machine) and if it sees "to root" in any line, will mail that line to a username@domainname.com. This program is untested, but is a good starting point if you want to see who it doing root things on your machines. Also, when syslog rotates, you will have to restart the program. The real program is much larger and handles rotates, etc., this file is a learning tool, rather the real functional program. Use the contact page and mail support if you need system tools written or hints and ideas.
     
dos2unix.bas   This QB2C program will take files in the directory you're in and via the filespec you pass, replace CR/LF (DOS format) with LF (Unix format). It renames the old file to filename.unx just in case. If all works, rm *.unx and you are done.
     
pipeopen.bas   This QB2C program will do a dictionary word check on a Unix machine with dict installed. It uses a pipe to talk to dict and receive a one line result. It will be a multi-line result if it is a good word.