Ad Code

Responsive Advertisement

Ticker

6/recent/ticker-posts

How to build BusyBox

$ git clone git://git.busybox.net/busybox
$ cd busybox
$ make menuconfig   ###  or oldconfig/defconfig
$ make -j4
$ make install
$ cp busybox /bin/

### Create link ###
ln -s /bin/busybox /bin/sendmail