N0TH1NG T0 H1D3


Tor on FreeBSD Handbook

Intro + overview

Not in scope:

Disclaimer + contact address to give feedback/suggestions

Introduction to FreeBSD

Directory structure

/etc/rc.conf

x Software lifecycle and management

On many GNU/Linux distributions the update tooling (dpkg/apt/apt-get, rpm/yum/dnf, pacman, apk etc.) will update both the kernel and everything else at the same time. But on FreeBSD the ‘base’ and ’everything else’ is seperated much more. The base operating system is managed by freebsd-update while packages are managed by pkg.

x.1 FreeBSD security updates

Debian users General FreeBSD security information can be found on FreeBSD’s security webpage.

# install security patches
freebsd-update fetch
freebsd-update install

# or in one line
freebsd-update fetch install

Networking