FreeBSD
Table of Contents
1. Installing FreeBSD
1.1. Network install ISO
bootonly.iso This is the smallest installation file as it only
contains the installer. A working Internet connection is required
during installation as the installer will download the files it needs
to complete the FreeBSD installation.
1.2. Installation type
- Distribution Sets (Traditional Method)
- Packages (pkgbase / New Method)
1.3. Partitioning
1.3.1. Guided Root-on-ZFS
- https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdinstall-part-guided:~:text=Guided%20Partitioning%20Using%20Root%2Don%2DZFS
- https://wiki.freebsd.org/ZFSTuningGuide
- https://openzfs.github.io/openzfs-docs/Project%20and%20Community/FAQ.html#hardware-requirements
- https://openzfs.github.io/openzfs-docs/Project%20and%20Community/FAQ.html#performance-considerations
- https://docs.freebsd.org/en/books/handbook/zfs/
1.5. Final Configuration
2. Basics
Users management, permissions, directory structure, disk organization etc
3. 3rd party software: Packages and Ports Collection
- https://docs.freebsd.org/en/books/handbook/ports/
- https://docs.freebsd.org/en/books/handbook/ports/#ports-nextsteps
- Packages for installing pre-built binaries with pkg(8)
- Ports Collection for installing from source