Skip to content

Instantly share code, notes, and snippets.

@raditotev
Last active December 10, 2018 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raditotev/de3dc747c49753b191c92e8c26d42887 to your computer and use it in GitHub Desktop.
Save raditotev/de3dc747c49753b191c92e8c26d42887 to your computer and use it in GitHub Desktop.
Useful bash commands
# ssh-keys fingerprint
ssh-keygen -E md5 -lf <fileName>
# List open ports
netstat -ap tcp | grep -i "listen"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment