Install Cockpit: Revision history

From The Maceys in California

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 January 2026

  • curprev 00:1000:10, 25 January 2026 Lynn Macey talk contribs 1,779 bytes +1,779 Created page with "Cockpit is a web GUI to manage some of the hardware level configuration options of the system. Do this as root. <syntaxhighlight lang="shell"> sudo /bin/bash </syntaxhighlight> {{Note | the apt update is setting up the new library so that the cockpit software can be loaded.}} <syntaxhighlight lang="shell"> . /etc/os-release echo "deb http://deb.debian.org/debian ${VERSION_CODENAME}-backports main" | tee /etc/apt/sources.list.d/backports.list apt update apt install -y -..."