Configure Ubuntu connection via WiFi
Hisyam Johan
Posted on September 3, 2022
Bismillah...
- edit yaml file
sudo /etc/netplan/00-installer-config-wifi.yaml
# This is the network config written by 'subiquity'
network:
version: 2
wifis:
wlp3s0:
access-points:
<wifi.name>:
password: <wifi.password>
dhcp4: true
optional: true
execute
sudo netplan apply
execute
sudo reboot
💖 💪 🙅 🚩
Hisyam Johan
Posted on September 3, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
socialmedia Officially a Benefexer: My Journey from Probation to Becoming the First Backend Software Engineer in the Cebu Office
November 30, 2024
symfony Symfony Station Communiqué - 29 November 2024. A look at Symfony, Drupal, PHP, and programming news!
November 30, 2024
programming 🚀 Your First Java Project in IntelliJ IDEA: Creating a "Hello World" in Java 🚀
November 30, 2024