Skip to content
daniel@MacBookPro:~

tag

#freebsd

23 posts

Shell & TerminalDeep Dive August 28, 2026 2 min read

tcsh and csh: Why FreeBSD's Shell Heritage Isn't POSIX

FreeBSD's default shells didn't evolve from the Bourne shell lineage Bash and Zsh belong to — they descend from an entirely separate design philosophy, one built to feel more like C than like a scripting language.

#deep-dive#tcsh#csh
Read more
FreeBSDNews June 29, 2026 2 min read

FreeBSD 2.0 Ships, Finally Free of AT&T Code

Released November 22, 1994 and rebased on 4.4BSD-Lite, FreeBSD 2.0 was the first release legally clear of the USL v. BSDi lawsuit's shadow — the release that secured the project's legal future.

#news#freebsd#history
Read more
FreeBSDDeep Dive June 4, 2026 3 min read

bhyve: FreeBSD's Native Type-2 Hypervisor

How bhyve uses hardware virtualization extensions to run guest operating systems, and the moving parts behind a running virtual machine.

#bhyve#virtualization#hypervisor
Read more
FreeBSDNews December 29, 2025 1 min read

FreeBSD 14.0-RELEASE Ships

FreeBSD 14.0 was released on November 20, 2023, as the first release from the stable/14 branch — what it brought and why it mattered.

#news#release#freebsd
Read more
FreeBSDNews December 25, 2025 1 min read

FreeBSD 12.0-RELEASE Announced

FreeBSD 12.0 arrived on December 11, 2018, bringing UEFI+GELI installer support and a wave of toolchain updates.

#news#release#freebsd
Read more
FreeBSDHow-To October 14, 2025 3 min read

How to Automate ZFS Snapshots with periodic

Set up hourly, daily, and weekly ZFS snapshots on a schedule, with automatic pruning, using FreeBSD's built-in periodic framework — no third-party tools required.

#howto#zfs#automation
Read more