====== FreeBSD ======
* [[https://docs.freebsd.org/en/books/handbook/|FreeBSD Handbook]]
* [[https://ports.freebsd.org/cgi/ports.cgi|FreeBSD Ports]]
=== Installation ===
* [[FreeBSD Filesystems]]
* [[FreeBSD GNU Applications]]
* [[FreeBSD Install]]
* [[FreeBSD Packages]] - binary installs
* [[FreeBSD Ports]] - source code installs
* [[UFS]]
* [[pkg]]
* [[zfs]]
=== Software ===
These are used by or need tweaking when using FreeBSD:
* [[cron]]
* [[csh]]
* [[fetch]]
* [[ftp]]
* [[htop]]
* [[monit]]
* [[postfix]]
* [[pw]] - manage users and groups
* [[tcsh]]
* [[webmin]]
* [[zfs]]
=== Alternative Shells ===
pkg install bash fish
Switch shell to a new one:
chsh -s /usr/local/bin/bash beandog
Then run the binary, or log out and back in.
== Native Apps ==
* [[freebsd-update]]
== Ports Management ==
* [[portconf]]
* [[portmaster]] - upgrade all ports
* [[psearch]]
=== make.conf ===
WITHOUT_X11=yes
=== Misc. ===
== Use BATCH mode ==
make -DBATCH install