ServicesSoftwareAbout Us |
Tools and PackagesThis page presents a collection of utility scripts we've written to automate various software development and system administration tasks.
Developer scriptsWhen porting or modifying software distributed in source form, it's often helpful later to see what changes were made to the original source. You can use orig and ckorig to help you do this.
If you ever need to move work-in-progress between non-networked machines, use the following scripts to archive to help automate the process.
Here are some other scripts you can use to help with various programming-related tasks:
System Administration scriptsIf you ever find you need to copy large files between non-networked machines via floppies, use the following scripts to split the file into several floppies and reassemble them.
When backing up a Red Hat Linux installation, it's helpful to minimize the number of files backed up. Most files in a Red Hat installation are installed from the packages on CD, so there's no point in backing these up. The only files that need be backed up are package files that have been modified, or any files not belonging to any installed package. You can use the following script to generate this modified file list, which can be piped to tar(1) or other similar tool to perform minimal back-ups.
|