Skip to content

Instantly share code, notes, and snippets.

@jakoberpf
Last active February 18, 2022 07:42
Show Gist options
  • Save jakoberpf/4dc75c3a28d045d104fb17cc237c30cf to your computer and use it in GitHub Desktop.
Save jakoberpf/4dc75c3a28d045d104fb17cc237c30cf to your computer and use it in GitHub Desktop.
# [cheatsheet] networking/ports troubleshooting
```bash
apt install net-tools
netstat -tulpn
```
## Sources
[cyberciti.biz](https://www.cyberciti.biz/faq/what-process-has-open-linux-port/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment