elinks on BeagleBone

installing and running elinks – the text mode browser – on a BeagleBone BeagleBone is great! install elinks: wget http://www.elinks.cz/download/elinks-current-stable.tar.gz tar – xzvf elinks-current-stable.tar.gz cd elinks-0.11-20130125 (better press tab after …

More BeagleBone linux

More Angstrom tools: systemd, is a system and service manager, a initd replacement systemd uses journal instead of syslog journalctl – a “/var/log/messages” replacement configuration file: /etc/systemd/journald.conf journalctl can be …

nmap on BeagleBone

Installing nmap on BeagleBone Maybe the best network scan tool available, the powerful nmap is also free. http://nmap.org/ Install sequence: wget http://nmap.org/dist/nmap-6.25.tgz cd nmap-6.25 ./configure make make install The install …

mc on beaglebone

Midnight Commander 4.6.1 running on BeagleBone with Angstrom Distribution. BeagleBone is a linux box. So get all the classic linux tools! mc aka Midnight Commander is a visual file manager …