centos Cheatsheet for a new CentOS 7 on Raspberry Pi Create a sudo user # adduser <user> # passwd <user> # usermod -aG wheel <user> Disable DHCP and use static IP address (requires reboot) $ sudo vi /etc/sysconfig/network-scripts/ifcfg-eth0 BOOTPROTO="static" IPADDR="<ip>" PREFIX=