Skip to content

Instantly share code, notes, and snippets.

@kmsheng
Last active April 17, 2018 05:52
Show Gist options
  • Save kmsheng/cc81e91960cd7b6d47053dcf9b040ded to your computer and use it in GitHub Desktop.
Save kmsheng/cc81e91960cd7b6d47053dcf9b040ded to your computer and use it in GitHub Desktop.
Hard coded password to /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# Wi-Fi
auto wlp3s0
iface wlp3s0 inet dhcp
wpa-ssid your-ssid
wpa-psk your-password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment