Skip to content

Instantly share code, notes, and snippets.

@mahescho
mahescho / gist:dd892e07ffdcf50b76aa66b484f4169a
Created December 1, 2024 18:16
Proxmox Cluster with Tunderbolt Mesh Network and Ceph on Minisforum MS-01
First raw Draft
echo "deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription" > /etc/apt/sources.list.d/pve-ns.list
echo "deb http://download.proxmox.com/debian/ceph-squid bookworm no-subscription" > /etc/apt/sources.list.d/ceph-ns.list
echo "thunderbolt" >> /etc/modules
echo "thunderbolt-net" >> /etc/modules
apt install vim lldpd thunderbolt-tools frr iperf3