From 2d6101f7cf5d97587647e778b12205a6ff3087d3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 19 Jan 2026 00:44:13 -0600 Subject: Add eBPF tracing tools and w3m terminal browser Add bpftrace, bcc-tools, and perf for system tracing and profiling. These are Linux's eBPF-based equivalents to DTrace, essential for debugging and performance analysis in rescue scenarios. Add w3m terminal browser alongside existing lynx for better rendering of complex pages. Update RESCUE-GUIDE.txt with new sections covering: - Section 9: System Tracing with bpftrace examples, BCC tools, perf - Section 10: Terminal web browsing with lynx/w3m basics --- build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 7b0f97d..59dea31 100755 --- a/build.sh +++ b/build.sh @@ -193,6 +193,14 @@ sshuttle # Security pass +# System tracing and profiling (eBPF/DTrace-like) +bpftrace +bcc-tools +perf + +# Terminal web browsers +w3m + EOF # Get kernel version for ISO naming -- cgit v1.2.3