Explore >> Select a destination


You are here

0pointer.de
| | mgdm.net
7.2 parsecs away

Travel
| | A dive into how systemd socket activation works
| | 0pointer.net
5.9 parsecs away

Travel
| | Posts and writings by Lennart Poettering
| | ncona.com
19.1 parsecs away

Travel
| | 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
124.4 parsecs away

Travel
| How To Install DNSCrypt on Ubuntu 15.04