Explore >> Select a destination


You are here

blog.px.dev
| | debugging.works
14.0 parsecs away

Travel
| | This blog post shows how to use bpftrace
| | blogs.igalia.com
10.6 parsecs away

Travel
| |
| | blog.trailofbits.com
14.2 parsecs away

Travel
| | By Artem Dinaburg eBPF (extended Berkeley Packet Filter) has emerged as the de facto Linux standard for security monitoring and endpoint observability. It is used by technologies such as BPFTrace, Cilium, Pixie, Sysdig, and Falco due to its low overhead and its versatility. There is, however, a dark (but open) secret: eBPF was never intended...
| | ariya.io
81.6 parsecs away

Travel
| When working on command-line utilities which can be useful for various platforms, from Windows on x86 to Linux on MIPS, the existence of a cross-compilation is highly attractive. A number of different binaries can be constructed conveniently from a single, typically powerful host system.