From a302ad318e5fd5eab728c14d7417180f98a43579 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Mon, 31 Jul 2023 17:05:23 +0300 Subject: [PATCH] Add RockyLinux.md --- RockyLinux.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 RockyLinux.md diff --git a/RockyLinux.md b/RockyLinux.md new file mode 100644 index 0000000..f32ec81 --- /dev/null +++ b/RockyLinux.md @@ -0,0 +1,22 @@ + + +```sh +dnf update +dnf install epel-release +dnf install elrepo-release +dnf install rpmfusion-free-release +``` + +```sh +dnf install vim git zip htop iftop btop hdparm stress +``` + +Test + +```sh +hdparm -t /dev/nvme0n1p1 # check disk +btop +stress -c 4 -i 2 -d 1 +``` + +