Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

Linux - System Management: Utility Cockpit

Back


Cockpit


Command

rpm -qa | grep cockpit
sudo yum install cockpit
yum list instelled cockpit
sudo systemctl start cockpit.socket
sudo systemctl enable cockpit.socket
sudo systemctl status cockpit.socket

Lab: Manage system via cockpit

sudo systemctl status cockpit.socket
# ● cockpit.socket - Cockpit Web Service Socket
#    Loaded: loaded (/usr/lib/systemd/system/cockpit.socket; enabled; vendor preset: disabled)
#    Active: active (listening) since Sat 2024-12-14 21:04:25 EST; 45min ago
#      Docs: man:cockpit-ws(8)
#    Listen: [::]:9090 (Stream)
#     Tasks: 0 (limit: 22890)
#    Memory: 1.0M
#    CGroup: /system.slice/cockpit.socket
#
# Dec 14 21:04:25 clienthost systemd[1]: Starting Cockpit Web Service Socket.
# Dec 14 21:04:25 clienthost systemd[1]: Listening on Cockpit Web Service Socket.

cockpit_web

cockpit_web

cockpit_web

cockpit_web

cockpit_web


TOP