Last active
August 7, 2023 11:57
-
-
Save flipsi/a15db836f7296ba051e8214c439f699e to your computer and use it in GitHub Desktop.
Revisions
-
flipsi revised this gist
Aug 7, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Connection=wireless Security=wpa-configsection IP=dhcp WPAConfigSection=( 'ssid="SSID"' 'proto=RSN' 'key_mgmt=WPA-EAP' 'pairwise=CCMP' -
flipsi renamed this gist
Aug 7, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ Description='netctl profile' Interface=wlan0 Connection=wireless -
flipsi created this gist
Aug 7, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ [sudo] password for sflip: Description='netctl profile' Interface=wlan0 Connection=wireless Security=wpa-configsection IP=dhcp WPAConfigSection=( 'ssid="Wifi@DO"' 'proto=RSN' 'key_mgmt=WPA-EAP' 'pairwise=CCMP' 'eap=PEAP' 'identity="USER"' 'password="PASSWORD"' 'priority=1' 'phase2="auth=GTC"' )