Top "Busybox" questions

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

how to install busybox in android using adb

I am trying to install busybox on an android emulator. I downloaded and compiled busybox and have the busybox binary …

android-emulator adb busybox
dbus_bus_request_name (): Connections are not allowed to own the service

I built a root filesystem on arm. It should run dbus-daemon and avahi-daemon, but when I try to run avahi-daemon $ …

linux dbus busybox avahi
How to enable SSH on BusyBox without recompiling BusyBox?

I want to enable SSH service on BusyBox server (currently I can connect only via Telnet), so I think , that …

linux ssh busybox dropbear
Android Install apk using busybox command-line

I want to install apk silently in android phone, I have found this solution (Link), is how to install apk …

android command-line installation apk busybox
How do you change a user password in a script with busybox and openssl?

I need to synchronize a user account and password to an external source on a system with busybox and openssl …

linux openssl change-password busybox
grep substring between two delimiters

I have a lot of bash scripts that use perl expressions within grep in order to extract a substring between …

regex bash perl grep busybox
How to mount ext2 fs?

fdisk is used to create mmcblk0p3 on the 64G SD card. Disk /dev/mmcblk0: 63.8 GB, 63864569856 bytes 255 heads, 63 sectors/track, 7764 …

embedded-linux mount busybox ext2
Does Alpine Linux handle certs differently than Busybox?

I started with a base image errordeveloper/oracle-jdk. This Dockerfile is shown here for reference: FROM progrium/busybox MAINTAINER Ilya …

docker certificate busybox alpine
How to compile Busybox?

(The i9100 and i9100p phones have Exynos 4210 SoC which includes Cortex A9 dual core 1.2Ghz processor which supports NEON.) …

android compilation cross-compiling busybox instructions
pushing busybox into android emulator

I've downloaded the source for mips android and have done a "make" and got the emulator running. I want to …

android android-emulator adb busybox