Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. sudo apt-get update
  2. sudo apt-get install -y wpasupplicant wireless-tools
  3.  
  4. sudo iwconfig
  5. # The above command confirms the wifi adapter name
  6. /etc/networking/interfaces/
  7. ```
  8. auto wlp4s0
  9. iface wlp4s0 inet dhcp
  10. wpa-ssid Guest
  11. wpa-psk Spheres@@2018
  12. ```
  13. sudo reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement