Skip to content

Instantly share code, notes, and snippets.

@sophoah
Last active January 31, 2021 13:45
Show Gist options
  • Save sophoah/c349d38ae96dd7b50352eabcc7263e95 to your computer and use it in GitHub Desktop.
Save sophoah/c349d38ae96dd7b50352eabcc7263e95 to your computer and use it in GitHub Desktop.
Networking linux cheat sheet

open TCP port for listening

nc -lv 80

add u for UDP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment