wifimgr is a GTK+-based GUI for management of WiFi networks on BSD systems.
It acts as an interface to the existing /etc/wpa_supplicant.conf networks
configuration file, and supports WEP and WPA-PSK security.
wifimgr was designed for users of the XFce4 window manager but will work
in any environment with GTK+ libraries installed.
Mibs for use with netdisco and SNMP in general
dialog4ports -- a dialog for FreeBSD ports
FreeBSD::Ports and FreeBSD::Ports::Port are modules for parsing
FreeBSD's Ports INDEX file and selecting ports that match certain
criteria.
For example, you might want to list ports maintained by tom@FreeBSD.org
sorted alphabetically:
my $ports = tie my %port, 'FreeBSD::Ports', '/usr/ports/INDEX';
$ports->maintainer('tom@FreeBSD.org');
$ports->sort('alpha');
foreach my $p (keys %port) {
print $p->as_ascii,"\n";
}
Nagios plugin to monitor the local FreeBSD ports tree for updates or
known security vulnerabilities in installed packages.
dialog4ports -- a dialog for FreeBSD ports. This is a static version that
can be used in chroots, for example in Tinderbox.
This takes the FreeBSD port's index file and makes it into a easy to use hash.
A special meta-port to do nothing but register dependencies on those
ports you specifically want to have installed. The normal dependency
checking in programs like pkg_delete(1) will prevent easy deletion of
ports that other ports depend on. Keeps egg off face. Protects feet
from being shot.
A simple ruby script for automating creation and removal of ZFS snapshots.
tcptrack is a sniffer that displays information about TCP connections it
sees on a network interface. It passively watches for connections on the
network interface, keeps track of their state, and displays a list of
connections in a manner similar to the UNIX top(1) command. It displays
source and destination addresses, ports, connection state, idle time, and
bandwidth usage.