Skip to content
Linux

Linux posts

The kernel primitives, init systems, and tooling behind the world's most-deployed OS.

LinuxHow-To July 9, 2026 3 min read

How to Configure a Firewall with nftables

A complete, working nftables ruleset for a typical server — default-deny inbound, stateful connection tracking, and a handful of explicit allowed services.

#howto#nftables#firewall
Read more
LinuxHow-To July 9, 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