Avatar

memst

Practising computer addict

Home

Cool latency visualisation

curl cheat.sh/latency

Things you should try on every shared host

  • wall(1)
  • fortune | cowsay
  • fortune | cowsay | wall

Random commands I find useful

  • git diff --patience --no-index file1.txt file2.txt for a patience diff implementation. The files do not need to be in a git directory.
  • echo 'hi' | xclip -selection clipboard (linux) or echo 'hi' | pbcopy (macos) to copy stdout to clipboard.