// Aula 2 - Trabalhando com nmtui e nmcli # nmcli # nmcli con show # nmcli con show enp0s3 # nmcli dev status # nmcli con add con-name "dhcp" type ethernet ifname enp0s8 # nmcli con add con-name "static" ifname enp0s8 autoconnect no type ethernet ip4 10.0.0.10/24 gw4 10.0.0.1 # nmcli con show # nmcli con up "static" # nmcli con up "dhcp" # man nmcli-examples # nmtui # hostnamectl status # cat /etc/hosts