- Mitglied seit
- 20 Mai 2006
- Beiträge
- 41
- Punkte für Reaktionen
- 0
- Punkte
- 0
# busybox
BusyBox v1.12.4 (2009-05-24 08:13:21 CEST) multi-call binary
Copyright (C) 1998-2008 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.
Usage: busybox [function] [arguments]...
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:
[, [[, addgroup, adduser, ar, arp, arping, ash, awk, basename, brctl, bunzip2, bzcat, cat, chmod, chown, chroot, clear, cmp, cp, crond,
crontab, cryptpw, cut, date, dd, delgroup, deluser, df, diff, dirname, dmesg, dos2unix, du, echo, egrep, env, ether-wake, expr, false,
fgrep, find, free, ftpget, ftpput, getopt, grep, gunzip, gzip, halt, hdparm, head, hexdump, hostid, hostname, httpd, id, ifconfig,
ifdown, ifup, inetd, init, insmod, install, ip, kill, killall, klogd, less, ln, logger, login, logname, logread, losetup, ls, lsmod,
makedevs, md5sum, mdev, mkdir, mkfifo, mknod, mkswap, modprobe, more, mount, mv, nc, netstat, nice, nohup, nslookup, od, passwd, patch,
pidof, ping, pivot_root, poweroff, printf, ps, pwd, rdate, realpath, reboot, reset, rm, rmdir, rmmod, route, run-parts, sed, seq, setconsole,
setlogcons, sh, sha1sum, sleep, sort, start-stop-daemon, strings, stty, swapoff, swapon, sync, sysctl, syslogd, tac, tail, tar, tee,
telnet, telnetd, test, tftp, time, top, touch, tr, traceroute, true, tty, umount, uname, uniq, unix2dos, uptime, usleep, uudecode,
uuencode, vconfig, vi, wc, wget, which, xargs, yes, zcat
Schau mal ob deine busybox den reboot-Befehl hat:
Du sollst auf deinem Linux keine busybox installieren. Es geht um deine FritzBox.Auf meinem Linux kann ich leider kein Busybox installieren!
# busybox
BusyBox v1.1.2 (2008.02.14-10:20+0000) multi-call binary
Usage: busybox [function] [arguments]...
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, basename, busybox, cat, chmod, clear, cp, date, dd,
dmesg, echo, egrep, env, ether-wake, false, fgrep, find, free,
grep, halt, head, hostname, ifconfig, ifdown, ifup, init, insmod,
kill, killall, ln, login, ls, lsmod, md5sum, mkdir, mknod, mkswap,
modprobe, more, mount, mv, nc, netstat, pidof, ping, poweroff,
ps, pwd, realpath, [U]reboot[/U], rm, rmmod, route, run-parts, sed, setconsole,
sh, sleep, strings, stty, swapoff, swapon, tail, tar, tee, telnetd,
test, tftp, time, touch, tr, traceroute, true, tty, umount, uname,
uniq, uptime, vi, wget
# busybox
BusyBox v1.1.2 (2008.02.14-10:20+0000) multi-call binary
Usage: busybox [function] [arguments]...
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, basename, busybox, cat, chmod, clear, cp, date, dd,
dmesg, echo, egrep, env, ether-wake, false, fgrep, find, free,
grep, halt, head, hostname, ifconfig, ifdown, ifup, init, insmod,
kill, killall, ln, login, ls, lsmod, md5sum, mkdir, mknod, mkswap,
modprobe, more, mount, mv, nc, netstat, pidof, ping, poweroff,
ps, pwd, realpath, [u]reboot[/u], rm, rmmod, route, run-parts, sed, setconsole,
sh, sleep, strings, stty, swapoff, swapon, tail, tar, tee, telnetd,
test, tftp, time, touch, tr, traceroute, true, tty, umount, uname,
uniq, uptime, vi, wget
dsld -s # (stoppt den daemon)
dsld # (startet diesen wieder)
Hi
gibt es eine Möglichkeit, dass ich meine Fritzbox 7270 per linux Kommando neustarte?
Aber anscheinend setzen hier alle Windows ein
curl "http://fritz.box:49000/upnp/control/WANIPConn1" -H "Content-Type: text/xml; charset="utf-8"" -H "SoapAction: urn:schemas-upnp-org:service:WANIPConnection:1#ForceTermination" -d "" -s > /dev/null
if ( ! (echo 'AT&V' | nc -w 2 127.0.0.1 1011 & )| sed '/NOSLIC/ q' | grep "OFFHOOK" > /dev/null )
then
echo 'Reconnecting...'
/sbin/dsld -s && sleep 5 && /sbin/dsld && sleep 10
exit 0
else
echo "Es findet ein Telefonat statt... Kein Reconnect..."
exit 1
fi
Wieder was dazugelernt!(zu häufige Re-Synchronisationen hat 1&1 doch schon zum Anlass einer Geschwindigkeits-Herunterstufung genommen)...