Given a file containing a list of Unix commands, multithreading is used to
process the commands in parallel on a single server. Success/failure is
captured, and failed commands are retained and reported.
IOWait provides a unified interface for I/O completion events.
This package contains a command-line tool that displays as much detail
about itself and its environment as possible. It can be used as a test
tool, to understand the type of environment a process runs in, and for
comparing system environments.
Pwgen is a small, powerful, GPL'ed password generator.
This version of pwgen was written by Theodore Ts'o
<tytso@alum.mit.edu>. It is modelled after a program originally written
by Brandon S. Allbery, and then later extensively modified by Olaf Titz,
Jim Lynch, and others. It was rewritten from scratch by Theodore Ts'o
because the original program was somewhat of a hack, and thus hard to
maintain, and because the licensing status of the program was unclear.
REOBack (pronounced as ray-o-back), is a backup solution designed for
Linux or FreeBSD users/system admins. It supports scheduled full/incremental
backups, remote transfers via NFS or FTP as well as auto-deletion of old
backups.
The samefile program finds files with identical contents (independent of
file name). Typical usage would be
find / -print | samefile
turning up megabytes of wasted disk space due to duplicates. Try it,
you'll be baffled.
Sched-utils are a collection of tools related to realtime scheduling,
working much like 'nice' and 'renice', except they change the priority
and scheduler. This enables a process to run insoft realtime, as
specified by POSIX.1b.
This is a simple tool that dumps System V shared memory segments, files and
text. It might be useful when you have to debug programs that use System V
shared memory.
Tool intended to prevent the accidental deletion of important files
by replacing /bin/rm with a wrapper, which checks the given arguments
against a configurable blacklist of files and directories that should
never be removed.
Userinfo displays information about a local user. The output is separated by a
field deliminator so it's easy to integrate into shell scripts.