Skip to content

Tag

#Linux

Storage Intermediate

ZFS for Production Storage

ZFS has a reputation for being complicated. It is not — it has a small number of decisions that are permanent, and a larger number that are trivially changeable. Knowing which is which is most of the skill. The permanent...

6 min read 4K
Linux Intermediate

systemd Service Hardening

Most Linux services run with far more privilege than they need. systemd includes a sandboxing framework that removes most of it declaratively — no container runtime, no separate tooling, just directives in a unit file. T...

5 min read 4K