You are here |
0pointer.de | ||
| | | |
mgdm.net
|
|
| | | | A dive into how systemd socket activation works | |
| | | |
0pointer.net
|
|
| | | | Posts and writings by Lennart Poettering | |
| | | |
ncona.com
|
|
| | | | ss is a replacement for netstat; a program that allows you to analyze the sockets running on a Linux system. In practice, it is useful to investigate if a port is being used and by whom or to investigate which services are running. In its simplest form, the ss command will list all non-listening sockets: 1 2 3 4 5 6 7 8 [adrian@localhost ~]$ ss Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port u_str ESTAB 0 0 /run/systemd/journal/stdout 8313 * 29127 u_str ESTAB 0 0 /run/systemd/journal/stdout 9946 * 30837 u_str ESTAB 0 0 /var/run/dbus/system_bus_socket 7415 * 25359 u_str ESTAB 0 0 /var/run/dbus/system_bus_socket 8795 * 18724 u_str ESTAB 0 0 * 30484 * 28442 ... | |
| | | |
www.ubuntubuzz.com
|
|
| | How To Install DNSCrypt on Ubuntu 15.04 |