CentOS7服务器配置 1.更换yum软件源 下载阿里源 更改阿里yum源为默认源 Centos 7.repo可能要看具体服务器的文件名 更新本地yum缓存 2.安装Anaconda3 "清华镜像源" 下载 2.1更换conda源 2.2更换pip源 https://blog.csdn.net/d ...
分类:
其他好文 时间:
2019-12-01 00:14:18
阅读次数:
84
如果没有wget,先安装一个。(如果有请蹦过) 备份本地yum源 获取阿里yum源配置文件 ...
分类:
其他好文 时间:
2019-11-24 14:10:31
阅读次数:
57
步骤: 1)下载wget yum install -y wget 2)备份默认的yummv /etc/yum.repos.d /etc/yum.repos.d.backup 3)设置新的yum目录mkdir /etc/yum.repos.d 4)下载阿里yum配置到该目录中wget -O /etc/ ...
分类:
其他好文 时间:
2019-10-27 16:24:00
阅读次数:
94
备份原来的源 下载阿里源 更改阿里yum源为默认源 更新本地yum缓存 国内yum源 阿里yum源:http://mirrors.aliyun.com/repo/ 163(网易)yum源: http://mirrors.163.com/.help/ 中科大的Linux安装镜像源:http://cen ...
分类:
其他好文 时间:
2019-10-05 01:03:27
阅读次数:
119
1.备份本地yum源 [root@bogon ~]# mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo_bak 2.获取阿里yum源配置文件 [root@bogon ~]# wget -O /etc/yum. ...
分类:
其他好文 时间:
2019-09-16 14:41:50
阅读次数:
123
【遇到的问题】 配置过程很简单,去https://opsx.alibaba.com/mirror 获得执行命令: 但是我在执行yum makecache时报错,报错信息如下: 【解决方法】 在网上找了好多帖子,都没能解决我的问题,后来看到是HTTP请求失败,尝试本地访问之前wget下来的 CentO ...
分类:
其他好文 时间:
2019-09-03 14:56:16
阅读次数:
2384
1.删除自带的yum源:#cd /etc/yum.repos.d/#rm -rf * 2.配置远程yum源:wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repowget -O /e ...
分类:
其他好文 时间:
2019-08-01 11:40:48
阅读次数:
190
1.首先备份原来的cent os官方yum源 2.获取阿里的yum源覆盖本地官方yum源 3.清理yum缓存,并生成新的缓存 ...
分类:
其他好文 时间:
2019-07-06 00:36:40
阅读次数:
100
配置阿里云YUM源:1,备份#cd/etc/yum.repo.d/#mkdirrepos#mv*.reporepos2,下载#wgetwget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-7.repo3,#yuminstall-yepel-release.noarch按装epel扩展源4,之后运行y
分类:
其他好文 时间:
2019-06-30 11:16:50
阅读次数:
99
修改yum源为阿里 备份本地yum源 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo_bak 2.获取阿里yum源配置文件 将 https://mirrors.tuna.tsinghua.edu.cn/he ...
分类:
系统相关 时间:
2019-06-20 09:23:32
阅读次数:
131