Category: eBPF Tooling

install bpftool Ubuntu
eBPF Tooling

Install bpftool on Ubuntu

You want a simple way to get bpftool working on your system so you can trace network issues and inspect eBPF programs. I’ll show a clear path that covers the apt package route, a build-from-source option, and the basic commands to verify the installation. This saves you time—no guessing about missing headers, PATH quirks, or […]

William Patterson 
libbpf vs bpftool
eBPF Tooling

Compare libbpf to bpftool

You want a clear path for bpf development that doesn’t waste time on guessing. I’ll show how practical workflows, kernel setup, and the right tools help you get a program running reliably across machines. We’ve learned the hard way: keeping kernels, headers, and Clang in sync matters more than clever hacks. I’ll demystify how libbpf […]

William Patterson