36 projects tagged "GNU/Hurd"
Logger is a log queueing and optimization utility. It can completely replace sys/klogd, handle logs larger than 2GB, perform automatic nightly log rotation without affecting services, and transfer logs between machines via TCP connections. Any application that writes a text log can be maintained by Logger. It is light, small, and fast, emphasizes security, and reduces drive usage through memory queueing.
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.
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.
Moab Workload Manager is a High Performance Computing (HPC) resource management and job scheduler. It is designed and developed by the same developers as the popular Maui Scheduler, and it provides the same powerful cluster scheduling capabilities with the addition of events, resources, and grid policy engines.