What are some programs/tools/packages that you can't live without?
What are some programs/tools/packages that you can't live without?
Seems like they’ve made cockpit easier to use on openSUSE.
news.opensuse.org/…/new-launcher-aims-to-simplify…
On Fedora installing and autostarting is as simple as:
sudo dnf install cockpit
sudo systemctl enable --now cockpit.socket
And to allow it through the firewall, if active:
sudo firewall-cmd --add-service=cockpit --permanent
Then it will be available on localhost:9090 (with a certificate warning)