您现在的位置是:首页 > 技术人生 > 服务器相关服务器相关
pve添加阿里云源---U盘安装Proxmox VE(七)
高晓波2021-08-15【服务器相关】人已围观
简介pve自带的Debian源下载、安装非常的慢,我们需要替换成阿里云源
1、首先查看Debian系统版本
2、将原来的源替换成阿里云源,安全起见还是备份一下。
备份原有的源
编辑/etc/apt/sources.list,改成阿里云Debian 8的源
Debian其他版本源可以自行去阿里云查询,地址:https://developer.aliyun.com/mirror/debian
3、完成
cat /proc/version
Linux version 5.4.73-1-pve (build@pve) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PVE 5.4.73-1 (Mon, 16 Nov 2020 10:52:16 +0100)
可以看到我的PVE6.3.2是基于Debian8.3.0-6的。2、将原来的源替换成阿里云源,安全起见还是备份一下。
备份原有的源
cp /etc/apt/sources.list /etc/apt/sources.list.bak
编辑/etc/apt/sources.list,改成阿里云Debian 8的源
vi /etc/apt/sources.list
deb http://mirrors.aliyun.com/debian/ jessie main non-free contrib
deb http://mirrors.aliyun.com/debian/ jessie-proposed-updates main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ jessie main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ jessie-proposed-updates main non-free contrib
Debian其他版本源可以自行去阿里云查询,地址:https://developer.aliyun.com/mirror/debian
3、完成
Tags:pve
很赞哦! ()
相关文章
随机图文
PVE添加自定义证书---U盘安装Proxmox VE(四)
PVE安装完毕后,打开web管理地址总是提示不安全,此时我们需要添加域名证书解决。 PVE添加自定义证书后台打开不怎么办?centos7 安装hadoop 3.1.3集群
本文记录Centos7 下安装hadoop 3.1.3集群过程。centos7 手动编译安装 Nginx 1.18.0
工作中经常使用到nginx,本篇记录一下手工编译安装nginx过程Centos7 mysql5.7.25 tar包解压安装
1、mysql官网下载mysql-5.7.25-el7-x86_64.tar.gz[root@centos7 src]# wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.25-el7-x86_64.tar.gz 2、卸载系统