Since quite some time I make sure to compile my system’s BusyBox with the included httpd to have a minimal web server available when I need it. A quick $ busybox httpd -p 8080 is enough to offer the current directory via HTTP on port 8080. This post describes an alternative which has the advantageContinue reading “Instant minimal web server”