FreeBSD Deep Dive - Expanded Projects
This folder contains expanded, project-by-project guides derived from SYSTEMS_PROGRAMMING/LEARN_FREEBSD_DEEP_DIVE.md.
Each file is a complete, standalone build guide with theory, specifications, architecture, and verification steps.
Projects
- P01 - VM Bring-Up and First Boot
- P02 - Post-Install Baseline and Remote Access
- P03 - Package Workflow and System Hygiene
- P04 - Service Management and Logging
- P05 - Network Lab (NAT vs Bridged)
- P06 - ZFS Lab (Datasets, Snapshots, Quotas)
- P07 - Boot Environments and Safe Upgrades
- P08 - Firewall Basics (PF or IPFW)
- P09 - Jail Lab (Classic + VNET)
- P10 - Update and Recovery Runbook
How to Use
- Read the “All Theory Needed” section first in each project.
- Follow the implementation phases and run the deterministic golden demo.
- Keep a short lab journal with commands and outputs for later reuse.