Proxmox(PVE) 7.2 换国内源安装

815 教程
最近尝试用Proxmox(PVE) 7.2 安装CEPH娱乐,Proxmox 7.2 默认来自官方的源,国内慢的一逼高峰期只有个几KB的速度,所以换源。 Debian系统源(阿里云源)和中科大proxmox源。 Debian和 Ubuntu 体系比较少玩,操作起来好生疏。 一、更换阿里云的源 vi /etc/apt/sources.list 替换为: deb http://mirrors.aliyun.com/debian/ bullseye main non-free contrib deb-src http://mirrors.aliyun.com/debian/ bullseye main non-fre…

Proxmox VE web 界面添加硬件温度显示

834 教程
为 Proxmox VE 的 web 管理界面添加硬件温度显示 安装温度检测工具 CPU 及主板温度检测:lm-sensors root@pve:~# apt install lm-sensors 安装完成后执行 sensors-detect 进行传感器探测,通常情况下全部默认选择 yes 即可 探测完成后执行 sensors 测试传感器 root@pve:~# sensors acpitz-acpi-0 Adapter: ACPI interface temp1: +56.0°C (crit = +120.0°C) coretemp-isa-0000 Adapter: ISA adapter Package id 0: +57.0°C…