Skip to content

Instantly share code, notes, and snippets.

@thelazyprog
Last active April 20, 2023 01:52
Show Gist options
  • Save thelazyprog/7d8b0970776e9448eae191e553f1a0b1 to your computer and use it in GitHub Desktop.
Save thelazyprog/7d8b0970776e9448eae191e553f1a0b1 to your computer and use it in GitHub Desktop.
Collection of commands to remember.

Commands

SSH

Generate keys for SSH:

$ ssh-keygen -t ed25519 -a 128 -C "email@example.com"

Network

Scan port:

$ nc -z -v domain_or_ip port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment