General things
Sudo no passwd
Edit
/etc/sudoersAdd (Substitute username with your username)
# Allow username sudo no password
username ALL=(ALL) NOPASSWD: ALLSet timezone
sudo timedatectl set-timezone Europe/StockholmRocky Linux HTOP
dnf -y install epel-release
dnf install htop -yNFS utils
dnf install nfs-utilsLast updated