Top "Busybox" questions

BusyBox is a single executable implementation of the common UNIX utilities that has been optimized for minimal size.

Busy box, Run C, python or Perl programs

All I have is bourne shell and busy box. Is there any way to run a python script or compile …

python linux perl gcc busybox
Alternatives to xargs -l

I want to rename a bunch of dirs from DIR to DIR.OLD. Ideally I would use the following: find . …

bash shell find xargs busybox
Linux C++ How to Programatically Get MAC address for all adapters on a LAN

How may I use C or C++ PROGRAM (no command line) to get the MAC addresses (I'll take the IP …

c++ c linux mac-address busybox
kubectl run --command vs -- arguments

I was a little confused with below command: kubectl run busybox --image=busybox --restart=Never -o yaml --dry-run -- /bin/…

kubernetes arguments command kubectl busybox
Android busybox command to gain root and umount

So, I have a device in which I need to unmount a dir. I wanted to run something like: Runtime.…

android busybox umount
How to check the process scheduling policy other than `ps` output

I am using an busybox version of linux and want to check the process scheduling policy. The PS output only …

linux shell busybox
How do I make an HTTPS call in a Busybox Docker container running Go?

I am trying to make an HTTPS call in a Docker container running a Go binary. This gives me the …

ssl docker kubernetes google-kubernetes-engine busybox
Android Install apk silently by busybox command-line

I want to install .apk silently in background by BusyBox command. I`ve seen some similar questions like THIS, but …

android busybox android-install-apk
Using awk printf to urldecode text

I'm using awk to urldecode some text. If I code the string into the printf statement like printf "%s", "\x3…

awk printf urldecode busybox
How to use openssl with busybox's httpd?

I have a busybox embedded device that provides http services with its built-in httpd. I want to provide https to …

https openssl apache busybox