Saturday, May 22, 2021

debian 9 notes on installing cockpit

 
 
apt update && apt upgrade
echo 'deb http://deb.debian.org/debian stretch-backports main' > \
 /etc/apt/sources.list.d/backports.list
apt update
apt -y install cockpit
systemctl enable cockpit
systemctl status cockpit
 

 

--30--

No comments:

Post a Comment