Cool latency visualisation
curl cheat.sh/latency
Things you should try on every shared host
wall(1)fortune | cowsayfortune | cowsay | wall
Random commands I find useful
git diff --patience --no-index file1.txt file2.txtfor a patience diff implementation. The files do not need to be in a git directory.echo 'hi' | xclip -selection clipboard(linux) orecho 'hi' | pbcopy(macos) to copy stdout to clipboard.
