Category "busybox"

How to change default shell of OpenWrt?

The default shell of OpenWrt is ash, but I would like to change it to fish. When I ran chsh -s /usr/bin/fish (the absolute path of fish), it returned -ash: chs

Is there a way to get httpd to serve a simple string?

The question says it all. I am running a simple test and want to see the output over the localhost. Is it possible to use httpd (https://boxmatrix.info/wiki/Pr

Busybox wget to download jar fails with an error "wget: server returned error: HTTP/1.1 307 Temporary Redirect"

I am using adoptopenjdk/openjdk11:alpine-jre base image for java and trying below instruction inside my Dockerfile, RUN wget -O dd-java-agent.jar "https://repos

Is it possible to install curl into busybox in kubernetes pod

I am using busybox to detect my network problem in kubernetes v1.18 pods. I created the busybox like this: apiVersion: v1 kind: Pod metadata: name: busybox

How to install apt-get and debian packages on busybox

I've recently download the busybox image from dockerhub busybox:glibc - Debian, and notice that apt-get is not available on this distribution. I tried to instal