1.先apt-get update一下当前默认的源,更新完成后先把vim命令安装一下,再修改源仓库为阿里云,否则无法直接编辑文件 2.先添加阿里云的源,编辑文件/etc/apt/sources.list,编辑完再次更新一下 deb http://mirrors.aliyun.com/ubuntu/ ...
分类:
系统相关 时间:
2019-10-16 00:21:26
阅读次数:
157
更换为阿里云的源wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-6.repowget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-6.repoyummakecache下载rpm包,但是不安装:yuminstallsshpass-1.05-1.el6.x86_64-y--downloadon..
分类:
其他好文 时间:
2016-06-27 00:14:22
阅读次数:
191
Ubuntu安装完毕后,默认使用的是官方的源,在国内访问速度很慢,这里介绍更换为阿里云的源方法。步骤如下:1.备份源配置文件sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup2.用编辑器打开源配置文件sudo vim /etc/apt...
分类:
系统相关 时间:
2015-11-30 17:45:08
阅读次数:
232