x
This commit is contained in:
parent
9f9cff2f47
commit
9b26c3b16a
1 changed files with 12 additions and 0 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue