Skip to content

Instantly share code, notes, and snippets.

@amyinorbit
Last active September 15, 2017 18:20
Show Gist options
  • Save amyinorbit/2a69e6688c8c474ce0e0fcd1bb6a3423 to your computer and use it in GitHub Desktop.
Save amyinorbit/2a69e6688c8c474ce0e0fcd1bb6a3423 to your computer and use it in GitHub Desktop.
Abertay Eduroam RPi WiFi Config
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=GB
network={
ssid="eduroam"
key_mgmt=WPA-EAP
identity="ABERTAY STUDENT NO"
password="ABERTAY PASSWORD"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment