[+] Add wifi connection section

This commit is contained in:
Hykilpikonna
2020-05-28 16:05:00 -04:00
committed by GitHub
parent 8ebb956720
commit 9d914505a1
+22 -2
View File
@@ -1,2 +1,22 @@
# ServerSetupNotes
Notes about how to setup a Fedora server for HyDEV
# HyDEV Server Setup
Notes about how to setup a Fedora 30 server for HyDEV
### 1. Connection
Connect to ethernet first:
```bash
nmcli
nmcli d connect <device>
```
Setting up wifi:
```bash
dnf install NetworkManager-tui wpa_supplicant
systemctl enable wpa_supplicant
reboot
nmtui
```
And then select the wifi and connect.