2014-01-09
中国科技大学源
cd /etc/yum.repos.d mv CentOS-Base.repo CentOS-Base.repo.save
wget http://centos.ustc.edu.cn/CentOS-Base.repo.5
mv CentOS-Base.repo.5 CentOS-Base.repo
yum update
PS:如果在配置YUM源后,第一次运行yum update命令,出现如下错误。
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID*****
这是由于yum安装了旧版本的GPG keys造成的,解决办法就是
rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY*
网易源 mirrors.163.com
先关闭 fastestmirror
“vi /etc/yum/pluginconf.d/fastestmirror.conf” and set “enable=0″
cd /etc/yum.repos.d/
wget http://mirrors.163.com/.help/CentOS-Base-163.repo
yum makecache //生成缓存
yum update
搜狐源 mirrors.sohu.com
步骤同上,只是源链接修改为:
http://mirrors.sohu.com/help/CentOS-Base-sohu.repo
CentOS 官方镜像列表
http://www.centos.org/modules/tinycontent/index.php?id=32
CentOS 国内镜像
http://mirrors.163.com/centos/(浙江省杭州市电信,武汉电信访问快)
http://mirrors.sohu.com/centos/(山东省联通)
http:://mirrors.shlug.org/centos/(上海市电信真如IDC机房,武汉电信访问慢)
http://mirrors.ta139.com/centos/(移动线路,武汉电信访问快)
http://centos.ustc.edu.cn/centos/(中国科学技术大学,教育网线路 -官方镜像)
http://mirror.centos.net.cn/(北京市网通,-官方镜像)
我一般是通过命令获取的:#sudo apt-get update
而/etc/apt/sources.list这个文件中是一个指示apt程序到哪里去获取资源的资源列表文件。apt-get update之后的内容不会反应在这里。另外,apt-get update只是更新了apt的资源列表,没有真正的对系统执行更新。如果需要,要使用apt-get upgrade来更新。
这个英文短文就是一些关于这个命令的说明,可以查看一下
Syncking with Repository After saving your sources.list file, we first want to update our local database so that it's in sync with Debian's sources:
apt-get updateThe output will show apt-get downloading the information from Debian's servers and then syncking its own database. Your output should look something like this:
linuxhelp.net:~# apt-get updateGet:1 ftp://ftp.debian.org testing/main Packages [3245kB]Get:2 http://security.debian.org stable/updates/main Packages [220kB]Get:3 http://security.debian.org stable/updates/main Release [110B]Get:4 ftp://ftp.debian.org testing/main Release [81B]Get:5ftp://ftp.debian.org testing/main Sources [1280kB]Get:6 ftp://ftp.debian.org testing/main Release [83B]Fetched 4744kB in 2m40s (29.5kB/s)Reading Package Lists... Donelinuxhelp.net:~#
kde做得最好的是suse,至于ubuntu,fedora都是以gnome为主的。
不要给linux分太大的空间,10G就够了,现在的linux读写ntfs非常方便,安装完linux就可以完全公用windows的磁盘,但在windows下读写ext3分区是需要用软件的,不稳定不安全,所以linux的分区只要够安装系统和家目录的临时文件就行了。如果要安装其他软件,估计20G满够用了。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)