FreeBSD

Articles about FreeBSD, my operating system of choice — release announcements, security advisories, and practical administration with jails, ZFS, the pf firewall and system hardening. If you run servers on FreeBSD, you’ll feel at home here.

  

The ZFS Intent Log ZIL is a mechanism that gathers together in memory transactions of writes, and is flushed onto disk when synchronous semantics is necessary. In the event of crash or power failure, the log is examined and the uncommitted transaction would be replayed to maintain the synchronous semantics.

Read more

  

BIND 9 is an implementation of the Domain Name System (DNS) protocols. The named(8) daemon is an Internet Domain Name Server.

DNS Security Extensions (DNSSEC) provides data integrity, origin authentication and authenticated denial of existence to resolvers.

Read more