Last active
July 27, 2026 22:38
-
-
Save henri/dcfa5fe6ae1ef501cc0d268cd98a2805 to your computer and use it in GitHub Desktop.
linux networking cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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