Usefully Forgotten

A few useful things I always forget.

  • Display realtime console messages in cisco IOS: term mon
  • Find out why a mountpoint won’t unmount: fuser -m /mount/point
  • Mac OSX uses backslashes for SMB credentials: domain\user
  • https://github.com/mkorthof/ost2pst
  • Make Powershell tab completion not stupid: Set-PSReadLineKeyHandler -Key Tab -Function MenuComplete