|
5 years ago | |
---|---|---|
LICENSE | 5 years ago | |
README.md | 5 years ago |
Set tab to 4 spaces:
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
Find my public IP:
dig +short myip.opendns.com @resolver1.opendns.com
Check if private and public ssh keys match:
diff <(cat ~/.ssh/id_rsa.pub | cut -d' ' -f 2) <(ssh-keygen -y -f ~/.ssh/id_rsa | cut -d' ' -f 2)'