10 projects tagged "Unix Shell"
bcnu is a Web-based system management tool which delivers information on the status of networked systems in a simple and easy-to-use manner. It uses a web browser to display information about hosts in a tabular form. Historical information can be held indefinitely, and there is a powerful query tool available to interrogate it. Client systems can run an agent which logs information back to a central system. An agent scheduler is integrated to allow agents to be run at different intervals. Standard agents include ftp, http, disk space, logfiles, processes, and more.
XamimeLT is an email scanner which encapsulates your existing sendmail or Postfix server setup. It scans both incoming and outgoing email. It can scan for email viruses, unwanted file types (eg. EXE, BMP, MPEG) and file names (eg. prettypark.exe), spam, and almost anything you care to search for in an email. It can also be used to scan for text snippets within emails and to insert disclaimers into outbound emails. XamimeLT was formerly known as "Inflex".
KBACKUP is intended for handling of backups no matter whether they reside on disk or tape or even in files. As most other backup programs available today are either confusing the user with lots of long command line options, or user friendly but not powerful at all, the aim behind writing KBACKUP was to provide a user friendly yet powerful backup program. It is also intended to be kept compatible to existing and well proven archive formats, so you can restore your archives even if you should not have KBACKUP around anymore.
makeself is a small shell script that generates a self-extractable compressed TAR archive from a directory. The resulting file appears as a shell script, and can be launched as is. The archive will then uncompress itself to a temporary directory and an arbitrary command will be executed (for example, an installation script). This is pretty similar to archives generated with WinZip Self-Extractor in the Windows world.
Treeps is program for Unix/Linux that is designed to make monitoring and interacting with the running programs on your system easy and intuitive. A "real time" tree view shows the relationships between the processes and is color-coded to provide easy interpretation of various values. The process tree displays any combination of users/groups and can be used to drill down into process details and then extract key fields for continuous monitoring. A number of actions can be performed on processes, such as signal, renice, trace, view man page, etc.
cvsroot is a script to help keep track of multiple sites when using CVS, and in particular the CVSROOT and CVS_RSH environment variables for those sites. It creates a $HOME/.cvsroot file, with shortcut names representing the different CVS sites. The new environment variables appropriate to the site selected will then be set, and a new shell will be spawned to keep the variables. In this way, you do not have to keep setting the environment yourself, and can rely on the script to keep track of things for you.
fff and ffl are tools for searching for files and directories from the Unix shell with more integrated "shell-like" behaviour and simpler syntax than find(1), though find(1) is still used to perform the actual searches. In particular, there is no need to quote wildcards, and searches are case-insensitive. Matching results are shown one per line. fff displays full paths, and ffl relative paths. Detailed find(1) options can be appended to the fff/ffl command line if desired. These utilities are based entirely on shell aliases and functions, so no compliation is required.
tzls and tzx are commandline utilities for quickly unpacking or listing the contents of various types of common Unix archive files, which may be compressed in any of several ways. The supported compression types are bzip2, gzip, and compress. The supported archive types are tar, cpio, zip, rar, and arj. The tools are implemented as shell scripts, so no compilation is required.
An automated solver for the "Black Hole" and "All in a Row" solitaire/patience card games.