Active Topics

 


Reply
Thread Tools
Andy1210's Avatar
Posts: 233 | Thanked: 220 times | Joined on Jan 2010 @ Hungary
#1
I compiled the latest BusyBox

I created an amutomatic installer script for new BusyBox! Just download and run as normal user:
http://darktl.com/nbbox_en.sh

Code:
wget darktl.com/nbbox_en.sh
sh nbbox_en.sh
ENJOY the colored ls, the new commands and better --help for all command

Currently defined functions:
[, [[, acpid, add-shell, addgroup, adduser, adjtimex, arp, arping, ash, awk, base64, basename, beep, blkid,
blockdev, bootchartd, brctl, bunzip2, bzcat, bzip2, cal, cat, catv, chat, chattr, chgrp, chmod, chown, chpasswd,
chpst, chroot, chrt, chvt, cksum, clear, cmp, comm, cp, cpio, crond, crontab, cryptpw, cttyhack, cut, date, dc,
dd, deallocvt, delgroup, deluser, depmod, devmem, df, dhcprelay, diff, dirname, dmesg, dnsd, dnsdomainname,
dos2unix, du, dumpkmap, dumpleases, echo, ed, egrep, eject, env, envdir, envuidgid, ether-wake, expand, expr,
fakeidentd, false, fbset, fbsplash, fdflush, fdformat, fdisk, fgconsole, fgrep, find, findfs, flock, fold, free,
freeramdisk, fsck, fsck.minix, fsync, ftpd, ftpget, ftpput, fuser, getopt, getty, grep, gunzip, gzip, halt, hd,
hdparm, head, hexdump, hostid, hostname, httpd, hush, hwclock, id, ifconfig, ifdown, ifenslave, ifplugd, ifup,
inetd, init, insmod, install, ionice, iostat, ip, ipaddr, ipcalc, ipcrm, ipcs, iplink, iproute, iprule, iptunnel,
kbd_mode, kill, killall, killall5, klogd, last, length, less, linux32, linux64, linuxrc, ln, loadfont, loadkmap,
login, logname, logread, losetup, lpd, lpq, lpr, ls, lsattr, lsmod, lspci, lsusb, lzcat, lzma, lzop, lzopcat,
makedevs, makemime, man, md5sum, mdev, mesg, microcom, mkdir, mkdosfs, mke2fs, mkfifo, mkfs.ext2, mkfs.minix,
mkfs.vfat, mknod, mkpasswd, mkswap, mktemp, modinfo, modprobe, more, mount, mountpoint, mpstat, mt, mv, nameif,
nbd-client, nc, netstat, nice, nmeter, nohup, nslookup, ntpd, od, openvt, passwd, patch, pgrep, pidof, ping,
ping6, pipe_progress, pivot_root, pkill, pmap, popmaildir, poweroff, powertop, printenv, printf, ps, pscan, pwd,
raidautorun, rdate, rdev, readahead, readlink, readprofile, realpath, reboot, reformime, remove-shell, renice,
reset, resize, rev, rm, rmdir, rmmod, route, rpm, rpm2cpio, rtcwake, run-parts, runlevel, runsv, runsvdir, rx,
script, scriptreplay, sed, sendmail, seq, setarch, setconsole, setfont, setkeycodes, setlogcons, setsid,
setuidgid, sh, sha1sum, sha256sum, sha512sum, showkey, slattach, sleep, smemcap, softlimit, sort, split,
start-stop-daemon, stat, strings, stty, su, sulogin, sum, sv, svlogd, swapoff, swapon, switch_root, sync, sysctl,
syslogd, tac, tail, tar, tcpsvd, tee, telnet, telnetd, test, tftp, tftpd, time, timeout, top, touch, tr,
traceroute, traceroute6, true, tty, ttysize, tunctl, udhcpc, udhcpd, udpsvd, umount, uname, unexpand, uniq,
unix2dos, unlzma, unlzop, unxz, unzip, uptime, usleep, uudecode, uuencode, vconfig, vi, vlock, volname, wall,
watch, watchdog, wc, wget, which, who, whoami, xargs, xz, xzcat, yes, zcat, zcip
Attached Images
  
__________________
Nokia N950 - PR1.3
OpenSUSE 12.2 / Windows 8

Last edited by Andy1210; 2011-04-23 at 23:58.
 

The Following 21 Users Say Thank You to Andy1210 For This Useful Post:
JadeH's Avatar
Posts: 162 | Thanked: 64 times | Joined on Mar 2011
#2
that's pretty cool I'm going to try it out
 
Posts: 482 | Thanked: 550 times | Joined on Oct 2010
#3
I had to copy it to /bin to make it work.

Also, is there any way to make it show that text at the beginning?
 
Posts: 509 | Thanked: 522 times | Joined on Aug 2010 @ indonesia
#4
Originally Posted by skykooler View Post
I had to copy it to /bin to make it work.

Also, is there any way to make it show that text at the beginning?
indeed . agreed with u.
while open terminal it should appear like bussy box which version.

i tried run manuall and whats appeared
BusyBox v1.18.4 (2011-04-08 15:37:43 BST) multi-call binary.
Copyright (C) 1998-2009 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.
 
Andy1210's Avatar
Posts: 233 | Thanked: 220 times | Joined on Jan 2010 @ Hungary
#5
NOT a good idea to overwrite /bin/busybox, this may cause issues... why I said this "opt and alias" method
commands fixed in 3. step

If someone needs, here is the original (v1.10.2) busybox: http://darktl.com/original/busybox
__________________
Nokia N950 - PR1.3
OpenSUSE 12.2 / Windows 8

Last edited by Andy1210; 2011-04-11 at 08:20.
 

The Following User Says Thank You to Andy1210 For This Useful Post:
Posts: 561 | Thanked: 75 times | Joined on Jan 2010 @ Spain
#6
Originally Posted by Andy1210 View Post
NOT a good idea to overwrite /bin/busybox, this may cause issues... why I said this "opt and alias" method
Sounds like a smart idea. Save trouble.
 
Banned | Posts: 358 | Thanked: 160 times | Joined on Dec 2010
#7
Originally Posted by WhiteWolf View Post
Sounds like a smart idea. Save trouble.
First, it didn't allowed me? It says file is busy and then why shouldn't I overwrite it? What is the potential danger? Can you make an installer, please?
 
Posts: 28 | Thanked: 3 times | Joined on Nov 2010 @ Noord-Holland, Netherlands
#8
Originally Posted by Andy1210 View Post
NOT a good idea to overwrite /bin/busybox, this may cause issues... why I said this "opt and alias" method
commands fixed in 3. step

If someone needs, here is the original (v1.10.2) busybox: http://darktl.com/original/busybox
the new busybox looks great, but if i follow your the three steps, idon`t override the opt/bin/ or must i do something els to not override it
thnx
__________________
N900 PR 1.3 CSSU 13
Maemo, NITDroid @950mhz,
N95 8G, Nokia 6300
 
Posts: 136 | Thanked: 115 times | Joined on Jul 2010 @ Greece
#9
Just to show my ignorance on the matter, is there a chance that in this new busybox there could be some commands that have slightly different syntax or behaviour than in our default one, so that we should be careful with existing scripts?
 
d-iivil's Avatar
Posts: 2,154 | Thanked: 2,186 times | Joined on Dec 2009 @ Hellsinki, Finland
#10
Cool, but can't get it working on my device. Followed the steps in post #1 but I'm still getting the old BusyBox when starting xterm.
__________________
If you're rich and you think I deserve a cold beer, you may donate one or two :-P

80's style stadium rock is back - FIRENOTE
Hi-Octane heavy metal - FORCE MAJEURE
 
Reply


 
Forum Jump


All times are GMT. The time now is 08:20.