CLI Shenanigans
fun on the command line
by Peter Martin /
db8.nl
slides:
https://slides.db8.nl
---
Core
Shenanigans
---- ### Primes
```bash factor 42 ```
---- ### Random
```bash cat /dev/random shuf -i 1-100 -n 1 ```
---- ### What time is it?
```bash while :; do echo $(date); sleep 1; done ```
---- ### Bring that noise!
```bash cat /dev/urandom | aplay ```
---- ### sdrawkcab
```bash echo sdrawkcab | rev ```
---
Installable
Shenanigans
---- ### Moo
```bash cowsay Hallo Linux Nijmegen ``` ```bash ls | cowsay ``` ```bash sudo apt install cowsay ```
---- ### Random Quotes
```bash fortune ``` ```bash sudo apt install fortune ```
---- ### Yes?
```bash yes "Linux Nijmegen rulez!" ```
---- ### ASCII banners
```bash ls | toilet toilet -f mono12 -F metal "Hello Linux Nijmegen!" ``` similar to figlet ```bash sudo apt install toilet ```
---- ### Where is my mouse?
```bash oneko ``` ```bash sudo apt install oneko ```
---- ### t y p i n g
```bash echo "Hello Linux Nijmegen!" | pv -qL 10 ``` ```bash sudo apt install pv ```
---
Nice
Shenanigans
---- ### Steam Locomotive "Learn to type" ;-)
```bash sl ``` ```bash sudo apt install sl ```
---- ### Somewhere over the rainbow...
```bash ls | lolcat ping -c 10 linuxnijmegen.nl | lolcat ``` ```bash sudo apt install lolcat ```
---- ### Red or blue pill?
```bash cmatrix ``` ```bash sudo apt install cmatrix ```
---- ### Nyanyanyanyanyanyanya!
```bash nyancat ``` ```bash sudo apt install nyancat ```
---- ### Growing
```bash cbonsai -l ``` ```bash sudo apt install cbonsai ```
---- ### correct horse battery staple
```bash xkcdpass ``` ```bash sudo apt install xkcdpass ```
---
Remove?
---- ### Remove installed shenanigans ```bash sudo apt purge -y sl cowsay fortune rev cmatrix toilet figlet lolcat ponysay oneko pv nyancat cbonsai xkcdpass && sudo apt autoremove -y ``` ---
Questions?
---- ## Photo Credits
https://unsplash.com/photos/a-close-up-of-an-old-fashioned-computer-keyboard-ICJ-j3Gqf2Q
https://unsplash.com/photos/a-red-light-is-shining-on-a-black-background-CjatVyh9wWA
https://unsplash.com/photos/black-and-white-card-on-white-table-RxHCRDO0psE
https://unsplash.com/photos/purple-geode-jLWLxX6i3R8
https://unsplash.com/photos/yellow-and-black-excavator-on-brown-brick-wall-during-daytime-E6KM98Q_d4o
https://unsplash.com/photos/man-in-black-crew-neck-t-shirt-and-beige-pants-sitting-on-white-and-blue-stairs-XY0uyBhZWCA