11 projects tagged "C"
HDT (Hardware Detection Tool) is an OS independent tool that displays low-level information on any x86 compatible system. It detects ACPI, CPU, PCI devices, DMI (memory, BIOS, motherboard, IPMI base board, chassis, batteries, CPU), disks (geometry, partitions), PXE environment, VESA modes, and VPD. It can also deduce the Linux kernel modules needed by a given host.
LiveUSB OpenBSD is a complete bootable OpenBSD image with which you can get a complete X Window System environment with Window Maker, mplayer, xpdf, and so on. It is deliberately minimalistic. It has all the standard OpenBSD daemons that come with stock OpenBSD including the pf(4) firewall, relayd(8), and spamd(8). It is available in Lite and Full variants. The full version has a whole bunch of packages including Mozilla Firefox, pidgin, and nmap. Both versions include color man pages, full mplayer menus, YouTube download scripts, and more.
py-setproctitle is a library that allows a Python process to change its title, as displayed by system tools such as ps and top. Changing the title is useful in multi-process systems, for example when a master process is forked: changing the child's title allows you to identify the task each process is busy with. It is based on PostgreSQL's multi-platform implementation.
geh is a simple command line image viewer with various nice features. It currently supports a slide-show mode displaying multiple images in a row either controlled by a time interval and/or mouse button clicks, and a thumbnail mode creating small thumbnail images and caching them in ~/.thumbnails according to freedesktop.org's thumbnail specification.
excat is a simple tool that auto-detectd (potentially nested) compressed file formats and decompresses any combination of them using libarchive, thus unifying zcat, bzcat, lzcat, xzcat, etc. in a single (static, if you need it) binary. It may act as a drop-in replacement for any *cat.
pam_ttylog is a PAM module to log console output of a login shell. pam_ttylog takes an approach that makes a script-like environment in the PAM session section of /bin/login. Thus, the log files are in a user-unreachable directory and have user-unreadable/unwritable permissions. As PAM module, it doesn't need to modify or replace the original /bin/login, getty, telnet, or libraries for its installation and operation.
OpenSMTPD is an RFC compliant, secure, and simple SMTP server ported from OpenBSD to Linux. It supports the SMTP protocol, including SSL versions for added security, virtual domains, forward files, and external delivery agents like procmail, and can do most of the basic things that other MTA implementations do.