While the FreeBSD Handbook on pf explains the simple steps necessary
to make pf tables survive a reboot, it does not (yet) point to an
already existing script. This rc script provides a minimum solution.
colorize is a perl script to add color to your logs (system logs, apache
logs, squid logs, and many other formats). colorize can also output a
colorized version of your logs as HTML.
confman is a configuration manager written in bash. confman uses Subversion to
provide a revision-controlled environment for editing and deploying
configuration files. With confman, you can easily manage configuration files
for all or any subset of your machines.
Filedupe is a utility to assist in finding any duplicates as you
accumulate files. It stores md5 hashes of all the files seen in a
system wide database (/var/db/filedupe.db) so it can quickly spot any
duplicates.
FUSE makes it possible to implement a filesystem in a userspace program.
Features include: simple yet comprehensive API, secure mounting by non-root
users, support for RELENG_6 and RELENG_7 FreeBSD kernels, multi-threaded
operation.
A reimplementation of Dan Bernstein's daemontools under the GNU GPL,
sharing no code with the original implementation.
It currently includes feature-equivalent replacements for argv0, envdir,
envuidgid, setlock, setuidgid, softlimit, supervise, svc, svok, svscan,
svstat and recordio. It also includes dumblog (a simple multilog
replacement), mkservice (a script for automatically creating service
directories), anonidentd (an anonimising identd implementation) and
ratelimit (a bandwidth-limiting filter along the lines of recordio). All
the tools include usage messages; for instance, do "ratelimit -h" for a
brief rundown of the options.
Please note that this package is *not* a drop-in replacement for
daemontools; the internal state files in service directories are
different, and the error messages (and a few of the options) aren't
quite the same. It's also still somewhat experimental, so I'd recommend
sticking with daemontools on production systems until there's a stable
release of freedt.
Screenie is a small and lightweight screen(1) wrapper that is designed to be a
session handler that simplifies the process of administrating detached jobs by
providing an interactive menu.
GdMap is a tool to inspect the used space of folders. Files are
displayed in a cushioned tree map. Useful if you wonder where all your
free space went to.
fusexmp_fh is a example from fusefs-libs, could be a dummy driver for using
fuse modules.
For example: `fusexmp_fh
-omodules=iconv:subdir,from_code=big5,to_code=utf8,subdir=/mnt/big5
/mnt/utf8`
httpfs depends on FUSE. It uses HTTP/1.1 extensions to read arbitrary
bytes from a file on a web-server. This is particular interesting for
an iso, since it can be investigated (loop device) without actually
downloading the whole iso.