ApacheTop was written to display realtime status of access logs
KSystemLog is a system log viewer tool. This program is developed for beginner
users, who don't know how to find information about their Linux system, and
don't know where log files are.
Apcpwr is a utility to control the power outlets of an APC
Masterswitch 9211 via snmp.
The FreeBSD Services Control software provides service
monitoring, restarting, and event logging for FreeBSD
servers. The core functionality is a daemon (fscd)
which is interfaced with using fscadm. See manual pages
for more information.
SMBNetFS is a filesystem that allow you to use samba/microsoft network
in the same manner as the network neighborhood in Microsoft Windows.
Featuries:
* you can use Samba/Microsoft network as a regular Unix filesystem
* workgroup/computer/share entries are dynamically created
* Windows domain supported
* kerberos support (New)
* user defined workgroup/link/hosts are supported
* national character supported
* in config files you can specify different user/password to access
different network shares
* you can access any computer in the world by "cd mountpoint/ip-addr"
command, where "ip-addr" is the IP address of the desired computer. Do
not warry that there is no file with such name :-)
* command "cd mountpoint/username:password@computer_or_ip" allows
you to access "computer_or_ip" as user "username" with password
"password" (this is insecure, but usefull)
Foremost is a console program to recover files based on their headers
and footers. Foremost can work on image files, such as those generated
by dd, Safeback, Encase, etc, or directly on a drive. The headers and
footers are specified by a configuration file, so you can pick and
choose which headers you want to look for.
The sqlfs filesystem implements a POSIX style file system on top of an SQLite
database. It allows applications to have access to a full read/write
file system in a single file, complete with its own file hierarchy and name
space. This is useful for applications which needs structured storage, such
as embedding documents within documents, or management of configuration
data or preferences.
SSHFS allows you to mount a remote directory over a normal ssh connection.
This is an effort to create a unionfs filesystem implementation which is way
more flexible than the current in-kernel unionfs solution.