diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-12 10:31:48 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-12 10:31:48 +0200 |
commit | c364c4b0273e76cb13571878d1a4a2853a392b9b (patch) | |
tree | 0deb386ef2e380436a74ad9fcf5b023c999dfed7 /posts/avanswifi.md | |
parent | 583f9fa1018bb688323f2367e99c53bba9843f61 (diff) |
WIP transition to jekyll
Diffstat (limited to 'posts/avanswifi.md')
-rw-r--r-- | posts/avanswifi.md | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/posts/avanswifi.md b/posts/avanswifi.md deleted file mode 100644 index 11191fd..0000000 --- a/posts/avanswifi.md +++ /dev/null @@ -1,26 +0,0 @@ -[meta]: <title> (Avans wifi setup) -[meta]: <subtitle> (How to use Avans eduroam with NetworkManager) -[meta]: <author> (Loek) -[meta]: <date> (September 9 2021) -[meta]: <tags> (software) -[meta]: <cover> (/img/avanswifi.png) - -I wasted 2 hours trying to set up my school's WiFi, so here's a quick reference -for other students who might've tried connecting but ended up giving up. - -``` -$ nmcli connection edit type wifi -nmcli> set 802-11-wireless.ssid eduroam -nmcli> set 802-1x.eap peap -nmcli> set 802-1x.phase2-auth mschapv2 -nmcli> set 802-1x.identity <avans username> -nmcli> set 802-1x.password <avans password> -nmcli> set wifi-sec.key-mgmt wpa-eap -nmcli> save -nmcli> activate -``` - -Keep in mind that your username isn't your student e-mail, but the first letter -of your first name, and 7 characters from your last name, e.g. `Loek Le -Blansch -> lblansch`. - |