root@cf:~# lsblk
root@cf:~# smartctl -a /dev/sdb
root@cf:~# fdisk /dev/sdb
p - partition list
d - delete partitions
g - gpt
w - write out
root@cf:~# dd if=/dev/zero of=/dev/sdb
vi /etc/apt/sources.list
deb http://deb.debian.org/debian bullseye-backports main contrib
apt update && apt full-upgrade
apt install -t bullseye-backports cockpit --no-install-recommends
vi /etc/cockpit/disallowed-users
wget https://github.com/45Drives/cockpit-file-sharing/releases/download/v3.2.9/cockpit-file-sharing_3.2.9-2focal_all.deb
apt install ./cockpit-file-sharing_3.2.9-2focal_all.deb
wget https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.10/cockpit-navigator_0.5.10-1focal_all.deb
apt install ./cockpit-navigator_0.5.10-1focal_all.deb
wget https://github.com/45Drives/cockpit-identities/releases/download/v0.1.10/cockpit-identities_0.1.10-1focal_all.deb
apt install ./cockpit-identities_0.1.10-1focal_all.deb
cd ~
pwd
ls
rm *.deb