havefun

I'm very busy

$ cat /dev/urandom | hexdump -C | grep "ca fe"

# or: https://www.commandlinefu.com/commands/view/6771/pretend-to-be-busy-in-office-to-enjoy-a-cup-of-coffee
$ j=0; while true; do let j=$j+1; for i in $(seq 0 20 100); do echo $i;sleep 1; done | dialog --gauge "Install part $j : `sed $(perl -e "print int rand(99999)")"q;d" /usr/share/dict/words`" 6 40;done

# or: https://www.commandlinefu.com/commands/view/6673/pretend-to-be-busy-in-office-to-enjoy-a-cup-of-coffee
$ for i in `seq 0 100`; do timeout 6 dialog --gauge "Install..." 6 40 "$i"; done

# show quota
$ fortune | pv -qL 10

press any key to continue

fortune

simulate type mechine (super cool!!)

[!NOTE|label:references:]

set volume by command

cat and tac

ASCII chart

hate someone

star war

Last updated

Was this helpful?