# HG changeset patch # User Peter Mikkelsen # Date 1598032829 -7200 # Fri Aug 21 20:00:29 2020 +0200 # Node ID f2850e488ece7d1482416ef19fbf4ed48fff3393 # Parent 8287ef003f4c7d3df3c2b4664606f5301299f4ef Add note about how I connect to wifi. diff --git a/sites/pmikkelsen.com/linux/wifi.md b/sites/pmikkelsen.com/linux/wifi.md new file mode 100644 --- /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. +