Debian Linux Hollywood Konsole

Опубликовано: 16 Июнь 2026
на канале: Stefan Fahl
990
8

$ sudo apt-add-repository ppa:hollywood/ppa
$ sudo apt-get update
$ sudo apt-get install byobu hollywood

Debian

$ cd ~/Downloads
$ unzip hollywood-master.zip

$ cd hollywood-master
$ dpkg-buildpackage -b -us -uc

https://github.com/dustinkirkland/hol...

Launch Byobu
Open a random number of splits, random sizes
In each split, run a noisy text app

Rules:
Must work as a non-root user
Must display information indefinitely (a la "watch", or cmatrix)
Can use a while/true + a timeout
Must not OOM a system
Must not over load a system
Must not be too egregious with I/O
Must not require outbound internet access

Sample Apps:
atop # xxx Root
bmon # DONE
cmatrix # DONE
dnstop # xxx Root
ethstatus
glances
htop
ifstat
iotop
iptotal
iptraf-ng
itop
jnettop
kerneltop
latencytop
logtop
netmrg
nload
nmon
ntop
powertop
sagan
slurm
snetz
top
tiptop
vnstat

tail -f $(find /var/log/ -type f -name '*log') | ccze -A
find some source code, open it, close it a few seconds later
choose random directory, run tree on it

wget some web pages and pipe HTML through a colorizer
iwatch root and tail changes