Update RockyLinux.md

This commit is contained in:
Ste Vaidis 2023-07-31 17:30:25 +03:00
parent a302ad318e
commit 48da45e23e

View File

@ -8,15 +8,18 @@ dnf install rpmfusion-free-release
``` ```
```sh ```sh
dnf groupinstall "Development tools"
dnf install vim git zip htop iftop btop hdparm stress dnf install vim git zip htop iftop btop hdparm stress
curl -fsSL https://rpm.nodesource.com/setup_18.x | sudo bash -
dnf install nodejs
``` ```
Test Test
```sh ```sh
hdparm -t /dev/nvme0n1p1 # check disk
btop btop
stress -c 4 -i 2 -d 1 stress -c 4 -i 2 -d 1
``` ```