Pi-TV

# Linux, Network 2021-02-21

Linux network

Install network tools

pacman -Sy net-tools

Set hostname

hostnamectl set-hostname myarch
hostnamectl status

DHCP Client

pacman -Sy dhcpcd
systemctl enable dhcpcd
systemctl start dhcpcd
ip address