PVE安装,配置

简介

去掉登录订阅提示

1
2
3
4
sed -i_orig "s/data.status === 'Active'/true/g" /usr/share/pve-manager/js/pvemanagerlib.js
sed -i_orig "s/if (res === null || res === undefined || \!res || res/if(/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
sed -i_orig "s/.data.status.toLowerCase() !== 'active'/false/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
systemctl restart pveproxy

调整CPU频率

1
2
3
4
5
6
7
cpupower -c all frequency-set -g conservative

cpupower -c all frequency-set -g ondemand

cpupower -c all frequency-set -g powersave

cpupower -c all frequency-set -g performance

参考资料:

页面浏览量Loading
网站总访客数:Loading
网站总访问量:Loading

-->