Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 681 Bytes

raspibolt_74_lntop.md

File metadata and controls

31 lines (24 loc) · 681 Bytes
layout title parent nav_order has_toc
default
LNTOP terminal dashboard
Bonus Section
85
false

Bonus guide: lntop: LNTOP terminal dashboard

Difficulty: easy

lntop is an interactive text-mode channels viewer for Unix systems.

lntop

Install lntop

$ wget https://github.com/edouardparis/lntop/releases/download/v0.1.0/lntop_Linux_armv6.tar.gz
$ tar -xzf lntop_Linux_armv6.tar.gz lntop
$ sudo install -m 0755 -o root -g root -t /usr/local/bin lntop && rm lntop
$ rm lntop_Linux_armv6.tar.gz

Run lntop

$ lntop

<< Back: Bonus guides