|
man.      
view code       run it. This is a simple reformat script. You can enter a unix command and it will look up the man page for it, reformat it to html and print it out on the screen. It has become very useful when I am not on a unix type computer or when I am on a unix box that does not have man pages installed. Fortune.       view code       run it I wrote this script as a test for using shell scripts in a cgi-bin, it's another simple reformating program. click on it and it will run the fortune command for you, format it to html and pop it up on the screen. NOTE: this code contains html text that Internet Explorer seems to pick up as actual code even though it's marked as a text file. if you are using IE and want to view the code click on code and then "view" and "source" Filecreator       view code. This scripts requires image magic to be installed on a system. It sorts indexes, thumbnails and creates nifty javascripts for directory of images. I have tested it all the way up to 500 images. You can see some of the results here netfix       view code. This is a network failover program I wrote, put it in cron and if one internet connection goes down this script will change it to the other interface. This script just got a full rewrite as I was very unhappy with the first copy. it runs a lot cleaner now. network_interfaces       view code. When running a large natd server and firewall it becomes very cumbersome to put all of the information you need in rc.conf and rc.firewall and to test your firewall in on different interfaces This script simplifies that, I usually add it to rc.network and run it from there. These scripts are all written in Bourne shell however I have experience scripting in sed and awk, C, Perl, Turbo C++, Visual Basic, Qbasic and RPG 3 |