| Home |  Archive |  Consulting |  Contact  |  Linux Files |  Web Scripts |  Game Files |  FAQ |

End User License AgreementDonate

All files listed below are ©2000-2005 under the GNU-GPL Licensing Terms.

These programs and scripts are provided as is without any guarantees or warranty.

Although the author has attempted to find and correct any bugs in these free software programs and scripts, the author is not responsible for any damage or losses of any kind caused by the use or misuse of these programs or scripts.

The author is under no obligation to provide support, service, corrections, or upgrades to these free software programs and scripts.

The 'discovery' tools offered here are for Educational Purposes ONLY!

By downloading and/or using these programs and scripts you acknowledge this agreement.

CleanText|Click Here to Download|

This PERL script cleans the trailing ^M characters that are left in a Windows-created text file that has been transferred to a Linux server as a binary file. Leaving these trailing characters in place can crash scripts and misformat HTML.

Simply run this script in the root of the directory the hosed up files are in and it will clean every file in the directory (non-recursive).

WARNING! DO NOT run this script in a directory where anything other than text-based files reside. This script has the potential to destroy some images/streams that were designed on a Microsoft platform (many Win applications use the ^M character to delineate timing and boundaries, etc.). Best practice is to move your text-based files to a temporary location and run the script there, then move the repaired files back to their original location.

Mozilla Keyboard Upgrade|Click Here to Download|

Most users are used to using F5 to refresh the screen and using Backspace to go back 1 page in the history of their IE browser. In an effort to make the adoption of Mozilla easier I felt that it, too, should support these common keys.

This file works in Mozilla 1.5 and above, and works in Mozilla on Windows as well.

To use this file:

1. Close all Mozilla windows.
2. In the "chrome" folder under your Mozilla installation directory, rename "comm.jar" to "comm.jar.bak".
3. Place this "comm.jar" file in the chrome folder.
4. Open Mozilla and check for functionality.

Flash Toggler for Mozilla v1.2|Click Here to Download|

A utility for KDE/Gnome that lets you toggle Flash® support for Mozilla on and off via an icon. When used in conjunction with Mozilla's built-in script controls you gain control over much of the Internet advertising that tries to worm it's way onto your screen.

Please see the included 'readme' for Installation, Usage, Tips, etc.

Evolution Wrapper (evowrap)|Click Here to Download|

A simple wrapper for Ximian Evolution that closes the leftover processes (evolution-alarm-notify and evolution-wombat) that are left behind after Evolution is closed.

The main goal of this wrapper is to alleviate the Gnome crash trace that occurs when logging in to a KDE or Gnome session via vnc-server when these processes are running.

Please see the script's comments for usage.

List Users (lsusers)|Click Here to Download|

A PERL console tool that lists all the user accounts on a machine. This comes in handy when you need to manipulate a user's account but don't readily know their username.

This tool has certain advantages over "cat /etc/passwd" as it eliminates all the junk but the usernames and lists them in columns. Thus it fits a ton of account names onto a single screen and lessens the need for piping the output to more.

WebServer Scan (wscan)|Click Here to Download|

A PERL console tool that discovers which webserver a host is running. Example:

# wscan linux.com

Server found! linux.com is running Apache/1.3.29

©2005