Things I like to install on my FreeBSD system

A system is not quite complete without the small little things that makes your life easier.

zsh
Located in /usr/ports/shells/zsh
Description:

Zsh is a UNIX command interpreter (shell) which of the standard shells
most resembles the Korn shell (ksh), although it is not completely
compatible.  It includes enhancements of many types, notably in the
command-line editor, options for customising its behaviour, filename
globbing, features to make C-shell (csh) users feel more at home and
extra features drawn from tcsh (another `custom' shell).

If you want to use zsh completion system, you should type the following
commands:

	$ autoload -U compinstall
	$ compinstall

See also zshcompsys(1) manpage. :)

WWW: http://www.zsh.org/

Back

 

cvsup-bin
Located in /usr/ports/net/cvsup-bin
Description:

CVSup is a software package for distributing and updating collections
of files across a network.  It can efficiently and accurately mirror
all types of files, including sources, binaries, hard links, symbolic
links, and even device nodes.  CVSup's streaming communication
protocol and multithreaded architecture make it most likely the
fastest mirroring tool in existence today.  In addition to being
a great general-purpose mirroring tool, CVSup includes special
features and optimizations specifically tailored to CVS repositories.

This port of CVSup includes the GUI and requires X11.  For a version
that does not include the GUI, use the "net/cvsup-without-gui" port.

WWW: http://www.cvsup.org/

Back

 

vim
Located in /usr/ports/editors/vim-lite
Description:


Warning: readfile(/usr/ports/editors/vim5/pkg-descr) [function.readfile]: failed to open stream: No such file or directory in /disks/d2/home/mich/public_html/freebsd/install.phtml on line 40

Back

 

bing
Located in /usr/ports/net/bing
Description:


Warning: readfile(/usr/ports/net/bing/pkg-descr) [function.readfile]: failed to open stream: No such file or directory in /disks/d2/home/mich/public_html/freebsd/install.phtml on line 46

Back

 

mtr
Located in /usr/ports/net/mtr
Description:

mtr combines the functionality of the "traceroute" and "ping" programs
into a single network diagnostic tool. 

WWW: http://www.bitwizard.nl/mtr/
WWW: https://launchpad.net/mtr

Back

 

ntop
Located in /usr/ports/net/ntop (ntop2 has not yet been released, but is better)
Description:

ntop is a flexible and feature-rich tool for monitoring and troubleshooting
local area networks.  It provides command line and web interfaces, the latter
via an embedded web server.  ntop is based on libpcap.

Author:	Luca Deri 
WWW:	http://www.ntop.org/

Back

 

nmap
Located in /usr/ports/security/nmap
Description:

Nmap is a utility for network exploration and security auditing.
It supports various types of host discovery (determine which hosts
are up), many port scanning techniques for different protocols,
version detection (determine service protocols and application
versions listening behind ports), and TCP/IP stack fingerprinting
(remote host OS or device identification).  Nmap also offers
flexible target and port specification, decoy/stealth scanning,
sunRPC scanning, and much more.

Also included is Ncat, the nc(1) work-a-like of the Nmap project.
Refer to the separate port security/zenmap for those parts of the
Nmap toolset which depend on python.  The translated manual pages
for Nmap are contained in security/nmap-i18n-man.

WWW: http://nmap.org/

See the web page and the Phrack Magazine article (Volume 7, Issue 51
September 01, 1997, article 11 of 17) http://nmap.org/p51-11.html

Back

 

mutt
Located in /usr/ports/mail/mutt
Description:

Mutt -- "The Mongrel of Mail User Agents" (part Elm, part Pine, part mh,
part slrn, part everything else) is an interactive screen-oriented mailer
program that supersedes Elm, Pine, mail and mailx.

Features include color support, message threading, MIME support (including
RFC1522 support for encoded headers), customizable key bindings, POP3,
Delivery Status Notification (DSN) support, and PGP/MIME.

WWW: http://www.mutt.org/
Mutt User Information:	http://www.math.fu-berlin.de/~guckes/mutt/

	-- David	(obrien@cs.ucdavis.edu)

Back

 

trafshow
Description:

TrafShow continuously displays the information regarding packet
traffic on the configured network interface that matches the boolean
expression. It periodically sorts and updates this information. It
may be useful for locating suspicious network traffic on the net.

WWW: http://soft.risp.ru/trafshow/index_en.shtml

Back

 


Michael Hostbaek <mich@freebsd.dk>