Skip to content

Instantly share code, notes, and snippets.

@aslamanver
Last active December 4, 2022 07:09
Show Gist options
  • Save aslamanver/12a1838eb7e305f1a1da4f769c00faaf to your computer and use it in GitHub Desktop.
Save aslamanver/12a1838eb7e305f1a1da4f769c00faaf to your computer and use it in GitHub Desktop.
Connected connections list
netstat -anp
netstat -tupn | grep -v '127.0.0.1' | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment