Skip to content
daniel@cosenza:~/blog
FreeBSD

FreeBSD posts

The ports tree, ZFS, jails, pf, and the internals of a Unix built for correctness.

FreeBSDHow-To July 6, 2026 2 min read

How to Harden Services on FreeBSD with Capsicum

A practical walkthrough of Capsicum's capability mode — how to check if a program supports it, and how sandboxed services actually differ from ordinary ones at the syscall level.

#howto#capsicum#security
Read more
FreeBSDHow-To July 5, 2026 2 min read

How to Set Up a Web Server on FreeBSD with nginx

A complete walkthrough installing nginx, enabling it as a proper rc.conf-managed service, and serving a first site — the FreeBSD-idiomatic way, not a generic Linux tutorial adapted.

#howto#nginx#webserver
Read more
FreeBSDFix July 4, 2026 2 min read

Fixing pf State Table Exhaustion on FreeBSD

New connections start silently failing on a busy firewall, and pfctl reports the state table is full. Here's how to confirm it and size the table correctly for real traffic levels.

#fix#pf#firewall
Read more
FreeBSDNews June 30, 2026 1 min read

The FreeBSD Foundation Is Founded

Created by developer Justin Gibbs on March 15, 2000 as a 501(c)(3) non-profit, the Foundation gave FreeBSD a legal entity for funding development, licensing Java binaries, and sponsoring the project's growth.

#news#freebsd-foundation#governance
Read more