dev/RockyLinux.md
2023-07-31 17:05:23 +03:00

23 lines
260 B
Markdown

```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
```