diff options
author | glenda <glenda@9front.local> | 2020-11-15 15:13:27 +0000 |
---|---|---|
committer | glenda <glenda@9front.local> | 2020-11-15 15:13:27 +0000 |
commit | 39318169e0b50551db511851829f9337c5fa6313 (patch) | |
tree | 65a0ef5c1da9677532fa8105293d017919473057 /sites/pmikkelsen.com/linux |
Import site to git
Diffstat (limited to 'sites/pmikkelsen.com/linux')
-rw-r--r-- | sites/pmikkelsen.com/linux/eduroam.md | 15 | ||||
-rw-r--r-- | sites/pmikkelsen.com/linux/wifi.md | 12 |
2 files changed, 27 insertions, 0 deletions
diff --git a/sites/pmikkelsen.com/linux/eduroam.md b/sites/pmikkelsen.com/linux/eduroam.md new file mode 100644 index 0000000..1cdc830 --- /dev/null +++ b/sites/pmikkelsen.com/linux/eduroam.md @@ -0,0 +1,15 @@ +# Connecting to the eduroam network on AAU + +Goto net.aau.dk and create a new device. + +Connect to the eduroam network and set the correct wifi-security settings: + + security: WPA & WPA2 Enterprise + Authentication: PEAP + CA Cert: no CA certificate is required + PEAP Version: Automatic + Inner authentication: MSCHAPv2 + +And fill out the username and password from the website. + +No need for the stupid script. diff --git a/sites/pmikkelsen.com/linux/wifi.md b/sites/pmikkelsen.com/linux/wifi.md new file mode 100644 index 0000000..be3b1cc --- /dev/null +++ b/sites/pmikkelsen.com/linux/wifi.md @@ -0,0 +1,12 @@ +# Connecting to wifi on linux + +What I have to do: + + wpa_passphrase NameOfNetwork NetworkKey >> /etc/wpa_supplicant/wpa_supplicant-wlp4s0.conf + +The network card name might be different. + +Then reboot aaaand done :) + +This is on void linux, so it might not be the same for you. + |