dev/RockyLinux.md
2023-07-31 21:47:48 +03:00

28 lines
379 B
Markdown

# Extra Repos
```sh
dnf update
dnf install epel-release
dnf install elrepo-release
dnf install rpmfusion-free-release
```
# System tools
```sh
dnf groupinstall "Development tools"
dnf install vim git zip htop iftop btop hdparm stress
curl -fsSL https://rpm.nodesource.com/setup_18.x | sudo bash -
dnf install nodejs
```
# System test
```sh
btop
stress -c 4 -i 2 -d 1
```