Vuoi rimuovere cockpit?

I sistemi Linux RedHat e derivate (ma anche per ambienti Debian e derivate), dalla versione 7, di default installano e cockpit, una webconsole che permette gestione e telecontrollo della propria linux-box.
La pre-installazione non l'attiva, ma se non intendiamo usarla รจ bene rimuoverla:

  • blocchiamo e disattiviamo il servizio qualora fosse attivo

sudo systemctl stop cockpit
sudo systemctl disable cockpit

  • diamo il comando di rimozione o con dnf o con yum

sudo yum remove cockpit
sudo dnf remove cockpit

  • chiudiamo il firewall

sudo firewall-cmd --permanent --remove-service=cockpit
sudo firewall-cmd --reload

Ecco fatto.


WebGrafia

Managing systems using the RHEL 7 web console, https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/managing_systems_using_the_rhel_7_web_console/index

Managing systems using the RHEL 9 web console, https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html-single/managing_systems_using_the_rhel_9_web_console/index