Default plugins for lineakd. Mainly contains some macros
(e.g. for volumedecrease etc.). mediadetect plugin is not
functional at the moment since there is some more work to
do (we need a new port for it).
Xosd-plugin for lineak to display some nice information about the commands
being executed by lineakd.
The Heirloom Toolchest is a collection of standard Unix utilities.
Highlights are:
* Derived from original Unix material released as open source by Caldera
* Up to four versions of each utility corresponding to SVID3/SVR4,
SVID4/SVR4.2MP, POSIX.2/SUSV2, and 4BSD (SVR4 /usr/ucb)
* Support for lines of arbitrary length and in many cases binary input data
* Support for multibyte character sets, especially UTF-8
* More than 100 individual utilities including bc, cpio, diff, ed, file,
find, grep, man, nawk, oawk, pax, ps, sed, sort, spell, and tar
* The cpio utility can read and write zip files, GNU tar files, and
the cpio formats of Cray UNICOS, SGI IRIX (-K), SCO UnixWare (-c)
and Tru64 UNIX (-e). It is also available with the pax interface
* Extensive documentation including a manual page for any utility
* Runs on Linux, Solaris, Open UNIX, and FreeBSD
This is fdisk from util-linux package, common on Linux systems.
It allows interactive manipulation of partitions including logical ones
from MS-DOS partitioning scheme.
The FreeBSD LiveCD Tool Set main goal is allowing one to generate
custom FreeBSD Live CDs. FreeBSD LiveCD was born as a Brazilian
FreeBSD User Group (www.fugspbr.org) project. The objective was to
create a tool that would allow us a safe diagnostic method under
emergency enviroments and specially as a rescue disk where FreeBSD
partitions could only be accessed (mounted) externally.
What is LiveCD? Its such a simple answer, it is nothing but a set
of patches applied to the FreeBSD Initialization files allowing the
system to run from a CDROM, setting the best way to either mount
under Memory File System (MFS) or Virtual Nodes (vnodes) those
filesystems that need Write and Read access. Slices that just need
Read access are still run from the CD.
Can I use it to install FreeBSD? Yes, with recent revision 1.2, it
can install a FreeBSD system without any other disks. It also support
batch operation mode for automated installation processes.
Is LiveCD any different from an ordinarily installed FreeBSD system?
It is a completely functional FreeBSD system just like any ordinarily
installed one. You will be able to both run any applications and
mount any filesystems as any FreeBSD system would allow you.
Edson Brandi <ebrandi@fugspbr.org>
cf is a filter that reads files or stdin and replaces numeric
timestamps found at the beginning of each line with a formated time
and date time and date.
hf is a filter that reads files or stdin and replaces internet
addresses with hostnames.
lmmon displays information gathered from a motherboard
power management controller (e.g. LM78/79). Displayed values
include fan speeds, motherboard temperature, and various
voltages. By default it cycles once per second using a curses-
based display.
Currently, the /dev/smb0 interface is only supported in FreeBSD
3.3-STABLE (after 01 November 1999), 4.x, and 5.x; however, the
/dev/io interface may work with many motherboards in FreeBSD
3.x and some non-LM78/79 motherboards.
In addition, lmmon supports simple text output that can be easily
used by external programs (e.g. UCD SNMP Daemon) for monitoring.
LMon is a package for near real-time monitoring of logs, sending email alerts
upon known (rule hits) or unknown data (rule misses). It features buffering of
multiple rule hits within a given interval, cap at a given maximum number of
lines, wait for a given interval before sending next alert, and auto- discovery
of log rotation. It can be run from the command line without configuration, or
be controlled from a central configuration file with multiple instances
monitoring different log files/sending alerts to different people.
Afuse is an automounting file system implemented in user-space using
FUSE. Afuse currently implements the most basic functionality that can
be expected by an automounter; that is it manages a directory of virtual
directories. If one of these virtual directories is accessed and is not
already automounted, afuse will attempt to mount a filesystem onto that
directory. If the mount succeeds the requested access proceeds as normal,
otherwise it will fail with an error.
The advantage of using afuse over traditional automounters is that afuse
is designed to run entirely in user-space by individual users. This way an
automounting action can take advantage of the invoking users environment,
for example allowing access to an ssh-agent for password-less sshfs
mounts, or allowing access to a graphical environment to get user input
to complete a mount (i.e. popping up a window asking for a password).