Skip to content

Instantly share code, notes, and snippets.

@henri
Last active July 27, 2026 22:38
Show Gist options
  • Select an option

  • Save henri/dcfa5fe6ae1ef501cc0d268cd98a2805 to your computer and use it in GitHub Desktop.

Select an option

Save henri/dcfa5fe6ae1ef501cc0d268cd98a2805 to your computer and use it in GitHub Desktop.
linux networking cheatsheet
# display - ephemeral port range
cat /proc/sys/net/ipv4/ip_local_port_range
# show ports in use (all ports, numeric, processe name)
ss -anp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment