Add RockyLinux.md
This commit is contained in:
parent
2cf6ef12ae
commit
a302ad318e
22
RockyLinux.md
Normal file
22
RockyLinux.md
Normal file
@ -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
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user