diff --git a/RockyLinux.md b/RockyLinux.md index 7c967ac..4af5738 100644 --- a/RockyLinux.md +++ b/RockyLinux.md @@ -1,4 +1,4 @@ - +# Extra Repos ```sh dnf update @@ -7,6 +7,8 @@ dnf install elrepo-release dnf install rpmfusion-free-release ``` +# System tools + ```sh dnf groupinstall "Development tools" dnf install vim git zip htop iftop btop hdparm stress @@ -14,7 +16,7 @@ curl -fsSL https://rpm.nodesource.com/setup_18.x | sudo bash - dnf install nodejs ``` -Test +# System test ```sh btop