| ||||
|
If you are interested in a distribution of linux, check out fedora.redhat.com. Below are some simple utilities for Linux, written by Beidelman Software.
| Utility | Description |
|---|---|
| chext | Change Extension of Multiple Files. Particularly useful when bringing files from a non-Linux envirnment. |
| dmm | Waveform Download for DMM/Scope 440 |
| filter | Text File Filter - un/tab, x/case, un/number, wrap lines, etc. This utility may also be compiled and used on Windows, with Cygwin. |
| lcf | Convert File Names to Lower Case. Particularly useful when bringing files from a non-Linux envirnment. |
| srclist | Produce Double Page Side-by-Side Output on PCL Printers. This utility may also be compiled and used on Windows, with Cygwin. |
| xcd | PTY Driver for Troy XCD Serial Server. This utility may also be used to redirect any application to a TCP/IP port, using a PTY, without the use of the Troy device. It can also be used for making a utility communicate with a Java Applet. |
| ssh-authorize | Simple bash shell script, which sets up OpenSSH public key authentication for the current user. Simply run "ssh-authorize.sh user@host.com", and answer the password prompt once. From then on, you don't need passwords to access host.com with ssh, scp, or sftp. This script is intended to be used on linux running OpenSSH. It also works from cygwin PC's accessing Linux or Cygwin hosts. Just save the script on your path, then "chmod ugo+rx ssh-authorize.sh". |
| ptrgen.c | Utility to scan forward DNS zone files, and generate the reverse zone files. Used with ISC Bind. |
| namedgen.c | Utility to scan DNS zone files, and generate a named.conf include file whth the zone declarations. Used with ISC Bind. |