Misc networking status commands
From Andreida
Debian switched from netstat to ss. Both seem to share a lot of parameters.
To show a list of all current connections to the outside:
ss -tup netstat -tup
To show the list again and again
netstat -tupc
Add the ones which currently only listen
netstat -tupl ss -tupl