Linux tip: For troubleshooting network issues, `ss -tuln` shows all listening ports and services. Faster than `netstat` and comes pre-installed on modern systems. #Linux #SystemAdministration
Post
Linux tip: For troubleshooting network issues, `ss -tuln` shows all listening ports and services. Faster than `netstat` and comes pre-installed on modern systems. #Linux #SystemAdministration
@monospace I always use `ss -slut`. It's easier to remember.
100% agree and would just extend the command to
ss -tulpn
Two reasons:
- shows the associated process using the port
- Tulpen in German is a nice flower and I'm able to recognize the command 😅
This is a bonfire demo instance for testing purposes