Categories |
|
---|---|
Website | busybox.net |
Details $ |
Categories |
|
---|---|
Website | gnu.org |
Details $ | - |
No GNU Core Utilities videos yet. You could help us improve this page by suggesting one.
Based on our record, BusyBox seems to be more popular. It has been mentiond 14 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
AWK runs everywhere. Perl and Python do not. Busybox has their own independent AWK implementation. https://busybox.net/ https://frippery.org/busybox/ Also see the first edition of the AWK manual online here: https://archive.org/details/pdfy-MgN0H1joIoDVoIC7. - Source: Hacker News / 8 months ago
A majority of routers are already based on the Linux kernel. Many are just BusyBox. The most common Linux firewalls are iptables and nftables. With the latter being the most popular one due to being around longer. They are really fine grained and powerful. Source: 10 months ago
Https://www.kernel.org/doc/Documentation/arm64/booting.rst This was my guiding light for a project a while back. It describes what Linux expects "time zero" looks like for the system; whatever operating system is going to boot needs that kind of contract between the boot environment and its own entry point. You can develop a lightweight linux-based OS with that document and a package like https://busybox.net/. Source: about 1 year ago
For libc, we have musl as an alternate implementation. For most coreutils, we have busybox and the BSD coreutils. For desktop environments, you can use something like xfce. Source: over 1 year ago
Head over to busybox.net for the BusyBox source code. The latest release at the time of writing (2022-08-14) is 1.35.0. - Source: dev.to / over 1 year ago
Cygwin - Cygwin is a set of tools that provide Linux and POSIX functionality to Windows.
Toybox (Linux command line utilities) - Toybox combines common Linux command line utilities together into a single BSD-licensed executable...
Termux - Terminal emulator and Linux environment for Android
gow - Gow (Gnu On Windows) is the lightweight alternative to Cygwin.
MinGW - MinGW ("Minimalistic GNU for Windows") is a port of the GNU Compiler Collection (GCC) and...
MSYS2 - A Cygwin-derived software distro for Windows using Arch Linux's Pacman