Skip to content

Instantly share code, notes, and snippets.

@glabra
Last active October 28, 2016 15:30
Show Gist options
  • Save glabra/78c6dca1a70bcecb62ff to your computer and use it in GitHub Desktop.
Save glabra/78c6dca1a70bcecb62ff to your computer and use it in GitHub Desktop.
お手軽ネット接続
# cat >> /etc/wpa_supplicant/wpa_supplicant-wlp3s0.conf << __END__
network={
ssid="eduroam"
identity="hoge"
password="fuga"
proto=RSN
pairwise=CCMP
group=CCMP TKIP
key_mgmt=WPA-EAP
eap=PEAP
phase2="GTC"
priority=30
}
__END__
# systemctl start dhcpcd@wlp3s0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment