This commit is contained in:
Moni Ghaoui 2025-10-13 23:20:15 +02:00
parent 9f9cff2f47
commit 9b26c3b16a

View file

@ -22,6 +22,18 @@ And then install my favorites:
dnf install -y tmux htop ncdu neovim git
```
Disable `This system is not registered with an entitlement server. You can use subscription-manager to register.`
```sh
nvim /etc/yum/pluginconf.d/subscription-manager.conf
```
Set this variable:
```ini
enabled=0
```
# Docker
Official instructions: https://docs.docker.com/engine/install/rhel/