服务器2025年10月11日
@author:WMsteve @Email:weisteve@yeah.net @Time:2012年12月5日11:36:11 @ModifyTime:2012年1月5日 15时13分38秒 下面是国内的ubutnu更新源: 打开终端sudo gedit /etc/apt/sources.list 输入密码,回车 在文件末尾添加以下内容: # deb ...
服务器2025年10月04日
一、备份/etc/apt/sources.list文件 cd /etc/apt sudo cp sources.list sources.list.old 二、选择国内常用的源 #阿里源 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb ...
服务器2025年05月16日
中科大(http://centos.ustc.edu.cn/)的镜像站里面有Centos 6.0 镜像了。先备份一下/etc/yum.repos.d/CentOS-Base.repo #mv /etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.bak 然后把/etc/yum....