What is BusyBox?
Summary
An explanatory article detailing how BusyBox functions as a multi-call binary in Alpine Linux, providing a single executable for various command-line utilities through symlinks and applet configuration.
View Cached Full Text
Cached at: 05/13/26, 12:21 AM
Similar Articles
Show HN: A statically typed, cross-platform, easily bootstrappable build system
BUSY is a lean, statically typed, cross-platform build system for GCC, Clang, and MSVC toolchains, designed for easy bootstrapping and minimal dependencies.
BoxBox
BoxBox is a file manager designed for Linux homelab and NAS-style servers, offering a web-based interface for easier file management.
Self-calling executables
This article explains the concept of self-calling executables, where a program starts another instance of itself, and demonstrates its use in Go testing (running the main function in a subprocess) and in TUI tools (e.g., jjui using SSH_ASKPASS to prompt for passwords via a child process).
Easy Sandboxing on Linux with Bubblewrap
A blog post describing a lightweight sandboxing approach on Linux using Bubblewrap, where a script named 'box' shares the host filesystem read-only and the current directory read-write, allowing host binaries to run in isolation without a separate distro.
Bytecode VMs in surprising places (2024)
This article explores surprising uses of bytecode virtual machines, specifically eBPF in the Linux kernel and DWARF expressions for debug information in compiled binaries.