Initial set up wifi
ip link show Look for interface with link/ether and state UP. Ignore lo (loopback). ip link | grep -E 'enp|eth' use it in /etc/network/interfaces
auto enp4s0f0 iface enp4s0f0 inet static address 192.168.1.13 netmask 255.255.255.0
ip link show Look for interface with link/ether and state UP. Ignore lo (loopback). ip link | grep -E 'enp|eth' use it in /etc/network/interfaces
auto enp4s0f0 iface enp4s0f0 inet static address 192.168.1.13 netmask 255.255.255.0