Update RockyLinux.md
This commit is contained in:
parent
a302ad318e
commit
48da45e23e
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user