16 lines
129 B
Markdown
16 lines
129 B
Markdown
# Oh My Posh
|
|
|
|
```sh
|
|
dnf install net-tools
|
|
```
|
|
|
|
|
|
# Cockpit
|
|
|
|
```sh
|
|
dnf install cockpit
|
|
systemctl enable --now cockpit.socket
|
|
```
|
|
|
|
|