I install software and play with it via remote session. The goal is to have this linux box be a media server, and productivity box. Contain all my video editing software and graphic art, todo lists etc….I can do all of that on windows, but I want to keep it all on linux.
I have the output of everything. I removed the computer name and mac addresses.
$ ip address
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether brd
altname enx
inet 192.168.50.64/24 brd 192.168.50.255 scope global dynamic noprefixroute enp0s31f6
valid_lft 85839sec preferred_lft 85839sec
inet6 scope link noprefixroute
valid_lft forever preferred_lft forever
$ ip route
default via 192.168.50.1 dev enp0s31f6 proto dhcp src 192.168.50.64 metric 100
192.168.50.0/24 dev enp0s31f6 proto kernel scope link src 192.168.50.64 metric 100
$
$ sudo ss -lbtup
[sudo: authenticate] Password:
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
udp UNCONN 0 0 127.0.0.54:domain 0.0.0.0:* users:(("systemd-resolve",pid=790,fd=18))
udp UNCONN 0 0 127.0.0.53%lo:domain 0.0.0.0:* users:(("systemd-resolve",pid=790,fd=16))
udp UNCONN 0 0 127.0.0.1:323 0.0.0.0:* users:(("chronyd",pid=2398,fd=4))
udp UNCONN 0 0 0.0.0.0:37451 0.0.0.0:* users:(("kdeconnectd",pid=3643,fd=41))
udp UNCONN 0 0 0.0.0.0:mdns 0.0.0.0:* users:(("avahi-daemon",pid=2150,fd=12))
udp UNCONN 0 0 [::1]:323 [::]:* users:(("chronyd",pid=2398,fd=5))
udp UNCONN 0 0 *:1716 *:* users:(("kdeconnectd",pid=3643,fd=36))
udp UNCONN 0 0 *:37748 *:* users:(("kdeconnectd",pid=3643,fd=42))
udp UNCONN 0 0 [::]:mdns [::]:* users:(("avahi-daemon",pid=2150,fd=13))
udp UNCONN 0 0 *:mdns *:* users:(("kdeconnectd",pid=3643,fd=40))
tcp LISTEN 0 4096 127.0.0.53%lo:domain 0.0.0.0:* users:(("systemd-resolve",pid=790,fd=17))
tcp LISTEN 0 4096 0.0.0.0:ssh 0.0.0.0:* users:(("sshd",pid=4311,fd=3),("systemd",pid=1,fd=89))
tcp LISTEN 0 4096 127.0.0.1:9050 0.0.0.0:* users:(("tor",pid=3699,fd=6))
tcp LISTEN 0 4096 127.0.0.54:domain 0.0.0.0:* users:(("systemd-resolve",pid=790,fd=19))
tcp LISTEN 0 4096 127.0.0.1:ipp 0.0.0.0:* users:(("cupsd",pid=2602,fd=7))
tcp LISTEN 0 50 *:1716 *:* users:(("kdeconnectd",pid=3643,fd=39))
tcp LISTEN 0 4096 [::]:ssh [::]:* users:(("sshd",pid=4311,fd=4),("systemd",pid=1,fd=90))
tcp LISTEN 0 50 *:ms-wbt-server *:* users:(("krdpserver",pid=3393,fd=38))
tcp LISTEN 0 4096 [::1]:ipp [::]:* users:(("cupsd",pid=2602,fd=6))