Skip to content

Instantly share code, notes, and snippets.

View tkuwill's full-sized avatar
👋
HI

tkuwill

👋
HI
View GitHub Profile
nmcli con add \
type wifi \
con-name "eduroam" \
ifname "wlan0" \ #based on your device
ssid "eduroam" \
wifi-sec.key-mgmt "wpa-eap" \
802-1x.identity "STUDENT-NUMBER@tku.edu.tw" \
802-1x.password "YOURPASSWORD" \
802-1x.system-ca-certs "no" \
802-1x.domain-suffix-match "tku.edu.tw" \