-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi,
I finally got working my Zipit with
BusyBox v1.24.2 () multi-call binary.
BusyBox is copyrighted by many authors between 1998-2015.
Licensed under GPLv2. See source distribution for detailed
copyright notices.Usage: busybox [function [arguments]...]
or: busybox --list
or: function [arguments]...BusyBox is a multi-call binary that combines many common Unix
utilities into a single executable. Most people will create a
link to busybox for each function they wish to use and BusyBox
will act like whatever it was invoked as.Currently defined functions:
[, [[, ash, awk, basename, bunzip2, bzcat, cat, chgrp, chmod, chown,
chroot, chvt, clear, cmp, cp, crond, crontab, cut, date, dd, deallocvt,
depmod, df, dirname, dmesg, dnsdomainname, du, echo, egrep, env, expr,
false, fgconsole, fgrep, find, free, fsync, fuser, getty, grep, gunzip,
gzip, halt, head, hexdump, hostname, hwclock, ifconfig, init, insmod,
ip, kill, killall, less, ln, loadfont, loadkmap, lock, logger, login,
losetup, ls, lsmod, lsusb, md5sum, mdev, mkdir, mkfifo, mknod, mkswap,
mktemp, modprobe, mount, mv, nc, netstat, nice, nslookup, openvt,
passwd, pgrep, pidof, ping, pivot_root, poweroff, printf, ps, pwd,
readlink, reboot, reset, rm, rmdir, rmmod, route, sed, sh, showkey,
sleep, strings, swapoff, swapon, switch_root, sync, sysctl, tail, tar,
tee, test, top, touch, tr, traceroute, true, tty, udhcpc, umount,
uname, uptime, vconfig, vi, watchdog, wc, which, xargs, yes, zcat
The question is how could I get them working as small web server?
Some loong time ago I saw that somebody got it working so.
Another question:
I would not need gmenu and would like to free some resources, but I would like to use bigger fonts on terminal/startup screens - could you drop some direction where to search configs for them?