Your cart is currently empty!
Ubuntu: Wifi with Netplan
Get your interface:
ip address show ip a s
Create / Edit configurations:
sudo netplan set wifis.<interface>.access-points.<SSID>.password="<password>" sudo netplan set wifis.<interface>.dhcp4=true
Apply it:
sudo netplan try sudo netplan apply
Leave a Reply