Set up Wifi from terminal
shreyashah1903
Posted on May 14, 2024
sudo apt install wpa_supplicant
# Find out what is the wifi name
ip link set dev wlp3s0 up
#If wpa_supplicant conf file does not exist
wpa_passphrase <wifi_name> <wifi_password> | tee /etc/wpa_supplicant/wpa_supplicant.conf
wpa_supplicant -B -c /etc/wpa_supplicant/wpa_supplicant.conf -i wlp3s0
dhclient wlp3s0
💖 💪 🙅 🚩
shreyashah1903
Posted on May 14, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.