Proxmox VE是一个完整的开源企业虚拟化平台。通过内置的web界面,您可以轻松地管理vm和容器、软件定义的存储和网络、高可用性集群以及单个解决方案上的多个开箱即用工具。 EN: Proxmox VE is a complete open-source platform for enterprise virtualization. With the built-in web interface you can easily manage VMs and containers, software-defined storage and networking, high-availability clustering, and multiple out-of-the-box tools on a single solution.
#将自带的源文件备份 mv /etc/apt/sources.list /etc/apt/sources.list_bak #编辑sources.list nano /etc/apt/sources.list #加入以下代码 #--------------------这是分隔符,忽略---------------------------- deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free #--------------------这是分隔符,忽略---------------------------- #保存退出ctrl + x #y + 回车
更换PVE企业源
1 2 3 4 5 6 7 8 9 10
#将自带的源文件备份 mv /etc/apt/sources.list.d/pve-enterprise.list /etc/apt/sources.list.d/pve-enterprise.list.bak #加入以下代码 #--------------------这是分隔符,忽略---------------------------- deb https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian bullseye pve-no-subscription #--------------------这是分隔符,忽略---------------------------- #保存退出ctrl + x #y + 回车