diff --git a/README.md b/README.md index e7b1726..2e0f5c6 100644 --- a/README.md +++ b/README.md @@ -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 +``` + +Setting up wifi: + +```bash +dnf install NetworkManager-tui wpa_supplicant +systemctl enable wpa_supplicant +reboot +nmtui +``` + +And then select the wifi and connect.