From 9d914505a101a13485e4a663d5b19add78caecb7 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Thu, 28 May 2020 16:05:00 -0400 Subject: [PATCH] [+] Add wifi connection section --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) 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.