Commit 6322a27

bryfry <bryon.fryer@gmail.com>
2018-02-18 00:30:17
wifi
1 parent 92f7320
Changed files (1)
README.md
@@ -33,6 +33,13 @@ An ansible playbook for setting up Debian Sid (console only) on a Dell Chromeboo
   * `sudo apt install python3 python3-pip` 
   * `pip3 install git+https://github.com/ansible/ansible.git@devel`
 
+#### wifi
+
+  * `sudo iw dev wlp1s0 scan | grep SSID`
+  * `sudo tee wpa_passphrase <SSID> > /root/<SSID>.conf` (prompt is for password)
+  * `sudo wpa_supplicant -B -i wlp1s0 -c /root/<SSID>.conf`
+  * `sudo dhclient -i wlp1s0`
+
 ## TODO 
 
   - [ ] `git config --global user.email "bryon@fryer.io"`