General things

Sudo no passwd

  1. Edit /etc/sudoers

  2. Add (Substitute username with your username)

# Allow username sudo no password
username ALL=(ALL) NOPASSWD: ALL

Set timezone

sudo timedatectl set-timezone Europe/Stockholm

Rocky Linux HTOP

dnf -y install epel-release
dnf install htop -y

NFS utils

dnf install nfs-utils

Last updated