Plume is a complete set of packages to create and administrate a network of diskless computers used as X terminals. Workstations root file system is extensively based on Debian with as few new packages as possible.
daitrix is a secure os built on security, ease of use, and linux/unix based. verry fast to install with 4 setup types- dev, server, desktop and all. everything a normal linux distro has and then some.
ValDisk is a boot/root floppy set made for low-end machines (laptops) to be put to good use, such as for serial or network clients. It's goal is to run in as little as 4 MB of RAM, therefor it does not use a ramdisk.
The mbuff.o module and /dev/mbuff is intended to be used as a shared memory device making memory allocated in the kernel using vmalloc possible to map in the user space. It is especially recommended for RT-Linux tasks/user space communication.
Provide an interface to the /dev/nvram, by property name and value. The key component of this project is a set of nvram description files. Provide a clearinghouse for nvram definitions.
Linux bandwidth monitor (bwmon) is yet another utility that measures bandwidth utiliazation per interface basis. It is coded in C and takes advantage of curses library. It runs only on Linux systems since the utility reads /proc/net/dev.
The Bootdisk-HOWTO describes how to design and build your own boot/root diskettes for Linux. These disks could be used as rescue disks or to test new system components.
Access competitive interest rates on your digital assets.
Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform.
Geographic restrictions, eligibility, and terms apply.
General Sound Interface (GSI).
This is a sound interface capable of controlling every detail of sound playing. It can use the following interfaces: OSS, Ultrasound (Linux 2.0.x & 2.1.x), FreeBSD (pcm), and generic /dev/audio.
mrtg-eth is a perl script which provides a probe for the Multi Router Traffic Grapher to print statistics for network devices which do not support the SNMP protocol. It reads if-stats from /proc/net/dev and generates an output suitable for MRTG.
ClusterNFS allows diskless clients to share a single root filesystem
by matching "interpreted" file names of the form
"/path/filename$$KEY=value$$" with fallback to the original filename.
Keys include HOSTNAME, IP, UID, GID, and CLIENT (always matches
jdu is a graphical front-end for the output generated by the du program. du reports the disk usage of a particular directory tree by recursively summarizing how much disk space is used by the sub-directories of the chosen root directory.
A lightweight Objective-C wrapper for BSD sockets on Mac OS X.
The idea is to present an Obj-C interface to sockets in the lightest way possible, not requiring any extra libraries, frameworks, or files than what is supplied on the Mac OS X Dev CD.
Logpecker is a tool for syslog files like /var/log/messages. More flexible than a simple regexp matcher, you can use syslog facility and priority. Messages that appear too often are sieved out. Generates root-tail tickers, reports, active event lists
Bootdisk lets you create boot and root disks for booting linux. These disks should permit rescue when normal boot is no more available. Bootdisk makes possible quick tests adjusting your set of utilities.
CoolPackager is a program which will take a .tar.gz file and a installation script file and create a self-extracting executable scipt.
Install it on your system by typing this command as root:
lynx -source cpkg.sourceforge.net/cpkg | sh
This script attempts to add accountability for accounts used by multiple users. This is found most commonly where more than one admin uses root. This is NOT intended to be a security program! Admins are by nature lazy about documentation. This is to g
Network load monitor via /proc/net/dev. Though by putting one's NIC into promiscues mode one can also get statistics for a whole LAN.
The 'module name' for CVS is 'netload', the programs name.
Presents stats as numbers and bar graphs.
This is a PC network-cloning Toolbox. It is a mix of some usefull things found on internet lyke byld,e3 or buzzybox. It provide a way to make a set of floppy disk : a boot-disk and a root disk based on your running kernel.....
The Linux Intrusion Detection System is a patch which enhances the kernel's security. When it's in effect, many system administration operations can be made impossible even for root. You can turn the security protection on or off online and you can hide
Remotely Execute Commands in an Alias File On the Host
This software consists of a client and a server. The server will run a command if it is specified in the server side alias file.
The alias file syntax:
!Settings
alias 'command cmd-args cmd-args'; user2run-cmd-as
Example:
!EnableOutput yes
!Port 2012
!Verbosity warnings
update 'yum makecache && yum update'; root
filedbupdate updatedb; root
who_is_logged_on 'who'; *
Then the client would run:
./recafoh host -p 2012 -c update --warnings
and it would output yum's...