几个国内速度最快的centos yum(更新源)2011-11-032026-07-23技术相关/服务器运维centos/yum/更新源国科技大学源 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-Ba2011-11-03|12|0|0
CentOS 5.4 yum 更新国内镜像2011-11-032026-07-23技术相关/服务器运维centos/yum/更新源搜狐的开源镜像 http://mirrors.sohu.com/ 感觉蛮快的 不错!! 按以下步骤进行: 1、备份并清空 /etc/yum.repos.d/CentOS-Base.repo echo "" > /etc/yum.repos.d/CentOS-Base.repo 或者(如果第一次使用的2011-11-03|11|0|0
centos yum无法使用问题2011-10-182026-07-23技术相关/服务器运维centos/yum运行yum,系统提示Existing lock /var/run/yum.pid: another copy is running as pid 3046 问题描述:登录系统后,执行yum install vsftpd,提示Existing lock /var/run/yum.pid: anothe2011-10-18|11|0|0
Linux下修改网卡IP和网关(详细)2011-09-302026-07-23技术相关/服务器运维centos/linux/修改IP建议通过终端字符方式下来修改 一修改IP地址 vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 BOOTPROTO=none BROADCAST=192.168.1.255 IPADDR=192.168.1.33 NETMASK=2552011-09-30|12|0|0