To update the system, type: # freebsd-update fetch # freebsd-update install To search for new software and install it, type: # pkg search vim # pkg install emacs To search the ports collection, type: # cd /usr/ports # make search name=lsof Using the portupgrade utility: # cd /usr/ports/ports-mgmt/portupgrade # make install clean # portupgrade -a … Continue reading FreeBSD Cheat Sheet