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
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).
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.
The Busy Bar Is a Gadget to Get People to Leave You Alone
The Busy Bar is a $249 hardware clock from Flipper Devices that lets you display a "BUSY" sign to signal you don't want to be disturbed, pairing with a companion app.
Using LLM in the shebang line of a script
Simon Willison demonstrates how to use the llm CLI tool in script shebang lines to execute LLM prompts and tool calls directly from executable files.