首页 > 其他分享 >Proxmox 7.3 换国内源安装

Proxmox 7.3 换国内源安装

时间:2023-02-15 21:55:32浏览次数:41  
标签:http mirrors com 7.3 Proxmox deb main 安装 debian

Proxmox 7.2 默认来自官方的源,国内慢的一逼高峰期只有个几KB的速度,所以换源。

Debian系统源(阿里云源)和中科大proxmox源。

一、更换阿里云的源

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-free contrib

deb http://mirrors.aliyun.com/debian-security/ bullseye-security main

deb-src http://mirrors.aliyun.com/debian-security/ bullseye-security main

deb http://mirrors.aliyun.com/debian/ bullseye-updates main non-free contrib

deb-src http://mirrors.aliyun.com/debian/ bullseye-updates main non-free contrib

deb http://mirrors.aliyun.com/debian/ bullseye-backports main non-free contrib

deb-src http://mirrors.aliyun.com/debian/ bullseye-backports main non-free contrib

二、去除企业版源

vi /etc/apt/sources.list.d/pve-enterprise.list

注释掉,如:

## deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise

三、修改自带的CEPH源

vi /etc/apt/sources.list.d/ceph.list

替换为

#deb http://download.proxmox.com/debian/ceph-nautilus buster main

deb http://mirrors.ustc.edu.cn/proxmox/debian/ceph-nautilus buster main

 

四、更新

apt update

标签:http,mirrors,com,7.3,Proxmox,deb,main,安装,debian
From: https://www.cnblogs.com/HGNET/p/17124858.html

相关文章

  • Centos7.5 安装 docker
    仅供学习笔记记录卸载老版本yumremovedockerdocker-commoncontainer-selinuxdocker-selinuxdocker-engine更新yumyumupdate安装yum-utils,它提供了yum-co......
  • Ubuntu安装EVO
    Ubuntu18.04安装EVO:(推荐使用源码安装方式)https://blog.csdn.net/weixin_68647501/article/details/128858007EVO的简单使用:用来简单了解EVO的使用——https://blog.csd......
  • VMware 虚拟机安装 OpenWrt 作旁路由 单臂路由 img 镜像转 vmdk 旁路由无法上网 没网
    重要注意事项由于布线原因笔记本只能采用无线的方式连接路由器,在Windows10的环境下使用无线网卡桥接,结果软路由无法上网,翻阅了各种帖子最终发现跟系统底层的协议栈有关系,......
  • Mac上zookeeper的安装与启动
    转载自:https://www.codenong.com/cs107101300/========== 下载压缩包从 https://archive.apache.org/dist/zookeeper/下载zookeeper-3.4.10.tar.gz解压123......
  • debian 11 安装 openjdk 8
    直接上安装脚本cat<<"EOF">install.sh#!/bin/bashmy_path=$(cd$(dirname$0);pwd)cd$my_pathwgethttp://download2.zhufunin.com/java-jdk/OpenJDK8U-jdk_x6......
  • 在window11下安装wsl2.0
    概述window体验wsl(windowsubsystemlinux),确实很舒服WSL2是适用于Linux的Windows子系统体系结构的一个新版本,它支持适用于Linux的Windows子系统在Windows上运行ELF64L......
  • 免安装MYSQL下载并安装
    一、去MYSQL官网下载https://www.mysql.com/官网首页翻到下面,点击如图所示的MySQLCommunityServer  二、解压,配置,安装可以看这篇教程:http://c.biancheng.net/vi......
  • ubuntu 安装 nginx
    1.在线安装nginxsudoaptupdatesudoapt-yinstallnginx2.检查是否安装成功nginx-v3.安装之后的文件结构#所有的配置文件/etc/nginx#虚拟主机/etc/nginx/......
  • Linux 系统安装 telnet
    Linux系统安装telnet下载地址RPMresourcetelnet(rpmfind.net)1、先检测是否这些软件包是否已经安装rpm-qa|greptelnetrpm-qa|greptelnet-serverrpm-qa......
  • ubuntu 安装 tomcat
    1.准备tomcat文件/home/apache-tomcat-9.0.71.zip2.解压tomcat文件sudounzip/home/apache-tomcat-9.0.71.zip3.tomcat放到指定目录sudomv/home/apache-tomcat-9......