1、PVE更换国内

 注:本文以 pve 7.3.3 为例

替换建议更新证书,否则可能由于证书不可用导致 https 无法使用,进而无法下载所有软件

apt install apttransporthttps cacertificates

首先替换通用软件源, Debian软件配置文件 /etc/apt/sources.list备份后将其中内容修改为以下即可

# 默认注释源码镜像提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free
# debsrc 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
# debsrc 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
# debsrc 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
# debsrc https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free

 ctrl+x 再按Y,回车,就可以完成

之后替换 pve 软件源,pve 镜像默认pve 软件配置文件/etc/apt/sources.list.d/pveenterprise.list备份后将其中内容替换为以下即可:(修改步骤前面。)

deb https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian bullseye pvenosubscription

最后更新下,速度很快:

apt-get update

修改 CT Templates (LXC 容器) 源

/usr/share/perl5/PVE/APLInfo.pm 文件默认源地址 http://download.proxmox.com 替换为 https://mirrors.tuna.tsinghua.edu.cn/proxmox 即可

可以使用如下命令修改

cp /usr/share/perl5/PVE/APLInfo.pm /usr/share/perl5/PVE/APLInfo.pm_back
sed -i ‘s|http://download.proxmox.com|https://mirrors.tuna.tsinghua.edu.cn/proxmox|g’ /usr/share/perl5/PVE/APLInfo.pm

针对 /usr/share/perl5/PVE/APLInfo.pm 文件修改重启生效

systemctl restart pvedaemon.service

之后在 pve 网页下载 CT Templates 速度就很快了。

2、去除无效订阅

首先你可以登录shh工具下载proxmoxlib.js这个js文件。 

这个路径为:/usr/share/javascript/proxmox-widgettoolkit/proxmoxlib.js,用编辑工具搜索data.status” 

 修改

if (false) {

文件修改保存上传执行 systemctl restart pveproxy 命令重启网页服务

systemctl restart pveproxy

原文地址:https://blog.csdn.net/kuaile_0509/article/details/130273930

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任

如若转载,请注明出处:http://www.7code.cn/show_40748.html

如若内容造成侵权/违法违规/事实不符,请联系代码007邮箱suwngjj01@126.com进行投诉反馈,一经查实,立即删除

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注