Skip to content
daniel@MacBookPro:~

How-To

Step-by-step, task-oriented guides — do this, in this order, to get this result.

LinuxHow-To March 18, 2026 3 min read

How to Debug a Program on Linux with strace

A complete walkthrough using strace to see exactly which system calls a misbehaving program is making — often the fastest way to diagnose a problem with no useful log output at all.

#howto#strace#debugging
Read more
FreeBSDHow-To March 9, 2026 2 min read

How to Set Up a WireGuard VPN on FreeBSD

A complete walkthrough configuring a WireGuard tunnel on FreeBSD using the in-kernel wg driver, from key generation to a working peer-to-peer connection.

#howto#wireguard#vpn
Read more