mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 75388dff9976d255e6a74249ab254db19fe14bfa
parent efbe1362c62f9d3c2cdec71c345c4cf801876709
Author: mayfrost <mayfrost@cock.li>
Date:   Thu,  8 Mar 2018 06:23:39 +0000

Update WIFI.md
Diffstat:
MWIFI.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/WIFI.md b/WIFI.md @@ -1,7 +1,7 @@ # WiFi Use WiFi without a separate network manager with this simple guide. Needs "_dhcpcd_" (or "_dhcpclient_"), "_wpa\_supplicant_", "_iproute2_" and wifi firmware (like "_iwlwifi_"). -The "_\<DEVICE_NAME>_" can be either "_wlp3s0_" or "_wlan0_". Change accordingly the following commands to suit your needs. +__NOTE__: The "_\<DEVICE_NAME>_" can be either "_wlp3s0_" or "_wlan0_". Change accordingly the following commands to suit your needs. * Create the configuration file (as "_root_", not "_sudo_"): `wpa_passphrase <NETWORK_NAME> <PASSWORD> > /etc/wpa_supplicant.conf`