LinuxSir.Org  
| 网站首页 | 论坛帮助 |

欢迎来到LinuxSir.Org!
您还未登录,请登录后查看论坛,或者点击论坛上方的注册链接注册新账号。


发表新主题 回复
 
主题工具
旧 09-02-05, 20:25 第 1 帖
dogking 帅哥
 
dogking 的头像
 
 
注册会员  
  注册日期: Nov 2005
  我的住址: 我看满天云不动
  帖子: 585
  精华: 2
 

标题: 使用163开源镜像升级你的Centos


由于我的yum升级速度一直不太理想,今天发现163提供了centos的开源镜像,在此首先感谢163对国内开源事业的贡献。
代码:
#cd /etc/yum.repos.d/ #cp -a CentOS-Base.repo CentOS-Base.repo.bak #vim CentOS-Base.repo
CentOS-Base.repo内容如下
代码:
# CentOS-Base.repo # # This file uses a new mirrorlist system developed by Lance Davis for CentOS. # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # geographically close to the client. You should use this for CentOS updates # unless you are manually picking other mirrors. # # If the mirrorlist= does not work for you, as a fall back you can try the # remarked out baseurl= line instead. # # [base] name=CentOS-$releasever - Base #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ baseurl=http://mirrors.163.com/centos/$releasever/os/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 #released updates [updates] name=CentOS-$releasever - Updates #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/ baseurl=http://mirrors.163.com/centos/$releasever/updates/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 #packages used/produced in the build but not released [addons] name=CentOS-$releasever - Addons #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons #baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/ baseurl=http://mirrors.163.com/centos/$releasever/addons/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 #additional packages that may be useful [extras] name=CentOS-$releasever - Extras #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/ baseurl=http://mirrors.163.com/centos/$releasever/extras/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 #additional packages that extend functionality of existing packages [centosplus] name=CentOS-$releasever - Plus #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus #baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/ baseurl=http://mirrors.163.com/centos/$releasever/centosplus/$basearch/ gpgcheck=1 enabled=0 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
yum速度很快!大家可以试试。







__________________
****************************************
Slackware 13.37
****************************************
  dogking 当前离线   回复时引用此帖
旧 09-02-05, 20:45 第 2 帖
zcg666888
 
zcg666888 的头像
 
 
注册会员  
  注册日期: Dec 2006
  帖子: 355
  精华: 0
 

引用:
作者: dogking
由于我的yum升级速度一直不太理想,今天发现163提供了centos的开源镜像,在此首先感谢163对国内开源事业的贡献。
代码:
#cd /etc/yum.repos.d/ #cp -a CentOS-Base.repo CentOS-Base.repo.bak #vim CentOS-Base.repo
CentOS-Base.repo内容如下
代码:
# CentOS-Base.repo # # This file uses a new mirrorlist system developed by Lance Davis for CentOS. # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # geographically close to the client. You should use this for CentOS updates # unless you are manually picking other mirrors. # # If the mirrorlist= does not work for you, as a fall back you can try the # remarked out baseurl= line instead. # # [base] name=CentOS-$releasever - Base #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ baseurl=http://mirrors.163.com/centos/$releasever/os/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 #released updates [updates] name=CentOS-$releasever - Updates #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/ baseurl=http://mirrors.163.com/centos/$releasever/updates/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 #packages used/produced in the build but not released [addons] name=CentOS-$releasever - Addons #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons #baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/ baseurl=http://mirrors.163.com/centos/$releasever/addons/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 #additional packages that may be useful [extras] name=CentOS-$releasever - Extras #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/ baseurl=http://mirrors.163.com/centos/$releasever/extras/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 #additional packages that extend functionality of existing packages [centosplus] name=CentOS-$releasever - Plus #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus #baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/ baseurl=http://mirrors.163.com/centos/$releasever/centosplus/$basearch/ gpgcheck=1 enabled=0 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
yum速度很快!大家可以试试。
我虽然没有用centos,用的F10,还是谢谢你,好人一个!







__________________
CPU: i7 M620
内存:2G*2
显卡:NVS 3100
硬盘:500G (Windows 7 Home Premium 64 + Fedora 14 64)
  zcg666888 当前离线   回复时引用此帖
旧 09-02-05, 23:40 第 3 帖
chenxiaobosclz
 
 
 
注册会员  
  注册日期: Jan 2009
  帖子: 38
  精华: 0
 

不错,我用上了。
  chenxiaobosclz 当前离线   回复时引用此帖
旧 09-02-06, 09:42 第 4 帖
rzhome
 
rzhome 的头像
 
 
注册会员  
  注册日期: Jan 2009
  帖子: 1
  精华: 0
 

我也用上了,速度真的飞快哦。







__________________
鬼武者的小屋:http://blog.ly5.org
欢迎进入
  rzhome 当前离线   回复时引用此帖
旧 09-02-06, 19:46 第 5 帖
Jackosn.K
 
Jackosn.K 的头像
 
 
注册会员  
  注册日期: Nov 2003
  帖子: 136
  精华: 0
 

网易开源镜像将长期提供服务 http://www.tagidea.com/show/59.html
  Jackosn.K 当前离线   回复时引用此帖
旧 09-02-07, 00:24 第 6 帖
liangsuilong
 
 
 
注册会员  
  注册日期: Feb 2008
  帖子: 238
  精华: 0
 

没有fedora.........哭ing







__________________
http://bbs.fedora-zh.org
一号fedora机:Athlon X2 4200+, HA01-GT3(MCP55),ECS 8600GT,1GBX2 DDR2-800,ST3250310 3.AAB,LG L1953T
二号fedora机:Pentium E2160,P35A-S(P35+ICH9R),SAPPHIRE HD3650 PLATIUM 2,1GBX2 DDR2-800,ST3250310 3.AAA,PHILIPS 107S5
过去的fedora机:Athlon XP 2900+, 8RDAE(nf2+mcp),YESTON R9200,1GB DDR-400,MAXTOR 6Y060L0,PHILIPS 107S5
谁说yum不行,yum也不是好欺负的!虽然yum不是最强大。
  liangsuilong 当前离线   回复时引用此帖
旧 09-02-07, 01:32 第 7 帖
yourfriend 帅哥
 
yourfriend 的头像
 
 
注册会员  
  注册日期: Nov 2007
  帖子: 2,382
  精华: 1
 

难道我要转行到CentOS了?







__________________
手提:戴尔Dell Latitude E5410
CPU:Intel i5-520M
主板芯片:Intel HM55
内存:DDR3 4Gx1条
显卡:i5集成
声卡:IDT 92HDxxx HD Audio
网卡:Broadcom NetXtreme BCM5761e
无线网卡:Intel Wifi 6200
蓝牙:Dell 375 bluetooth
硬盘:希捷320G
  yourfriend 当前离线   回复时引用此帖
旧 09-02-07, 17:20 第 8 帖
jiwasun
 
jiwasun 的头像
 
 
注册会员  
  注册日期: May 2008
  帖子: 15
  精华: 0
 

我用fedora的,哭
  jiwasun 当前离线   回复时引用此帖
旧 09-02-07, 21:00 第 9 帖
johnnytao
 
johnnytao 的头像
 
 
注册会员  
  注册日期: Jan 2005
  帖子: 101
  精华: 0
 

网易办了件好事,已经用上了!







__________________
#1 Desktop PC : AMD Sempron 2500+ @1.4GHZ / 512M / 120G
OS: Archlinux X86

#2 Desktop PC: Intel Pentium D 830 @3.0GHZ / 4GB / 80G
OS: Fedora 15 X86_64
  johnnytao 当前离线   回复时引用此帖
旧 09-02-11, 11:46 第 10 帖
zhuoli76
 
zhuoli76 的头像
 
 
注册会员  
  注册日期: Jun 2004
  帖子: 565
  精华: 0
 

引用:
作者: jiwasun
我用fedora的,哭
既然有目录,相 信不久会与官方源同步的。







__________________
操作系统:F16
cpu:amd X4 620
主板:GA-m770t-UD3P
显卡:蓝宝石 HD4860

硬盘分区:
/dev/sda1 * 20G /
/dev/sda5 200M /boot
/dev/sda6 200G /home
/dev/sda7 140G /opt
/dev/sda8 57G /usr/local
  zhuoli76 当前离线   回复时引用此帖
旧 09-02-11, 13:13 第 11 帖
yourfriend 帅哥
 
yourfriend 的头像
 
 
注册会员  
  注册日期: Nov 2007
  帖子: 2,382
  精华: 1
 

谁赶紧发疯邮件给163的管理员吧,告诉他要同步rpmfusion
  yourfriend 当前离线   回复时引用此帖
旧 09-02-12, 13:55 第 12 帖
lovexp 帅哥
 
lovexp 的头像
 
 
注册会员  
  注册日期: Nov 2005
  我的住址: 合肥
  帖子: 4
  精华: 0
 

网易还是很强大的,,,,支持







__________________
抵制日货,从我做起!篡改历史,日本可耻!团结一致,勿忘国耻!!!
  lovexp 当前离线   回复时引用此帖
旧 09-02-13, 03:38 第 13 帖
liangsuilong
 
 
 
注册会员  
  注册日期: Feb 2008
  帖子: 238
  精华: 0
 

引用:
作者: yourfriend
谁赶紧发疯邮件给163的管理员吧,告诉他要同步rpmfusion
其实我曾经发了一份邮件去网易的管理员那里,但是似乎石沉大海
  liangsuilong 当前离线   回复时引用此帖
旧 09-02-19, 11:15 第 14 帖
qrpengx
 
qrpengx 的头像
 
 
注册会员  
  注册日期: Mar 2008
  帖子: 161
  精华: 0
 

thanks







__________________
CPU AMD Tk55
硬盘120G
centos5 + Windows XP Pro SP3
刚刚接触Linux请各位多多指教
  qrpengx 当前离线   回复时引用此帖
旧 09-02-19, 11:26 第 15 帖
hades 帅哥
 
hades 的头像
 
 
注册会员  
  注册日期: Aug 2002
  帖子: 3,317
  精华: 13
 

丁老板要去养猪了,这可能是互联网企业向实体企业迈进的一个开始。







__________________

是一种艺术
任何事物都如此
我要使之分外精彩!
  hades 当前离线   回复时引用此帖
发表新主题 回复


主题工具

发帖规则
您 [不可以] 发表新主题
您 [不可以] 回复主题
您 [不可以] 上传附件
您 [不可以] 编辑您的帖子

已 [启用] BB 代码
已 [启用] 表情符号
已 [禁用] IMG 代码
已 [禁用] HTML 代码
[论坛跳转…]


所有时间均为[北京时间]。现在的时间是 16:03


Powered by vBulletin 版本 3.6.8
版权所有 ©2000 - 2012, Jelsoft Enterprises Ltd.
官方中文技术支持: vBulletin 中文
版权所有 ©2002 - 2011, LinuxSir.Org