首先:备份系统自带的yum源列如:在我的电脑上ReadHat 自带的yum目录: etc/yum.repos.d #rhel-source.repo 备份命令:mv rhel-source.repo rhel-source.repo.save #这样就备份成了rhel-sou...
分类:
其他好文 时间:
2014-12-27 20:11:12
阅读次数:
143
环境:CentOS6.4 64一.安装epel-relase#yum install epel-release修改/etc/yum.repo.d/epel.repo将#baseurlmirrorlist改成baseurl#mirrorlist安装R语言#yum install R安装RStudio ...
分类:
其他好文 时间:
2014-12-26 16:08:03
阅读次数:
209
目录:? 一、Redhat/CentOS安装vsftp软件 二、Ubuntu/Debian安装vsftp软件 一、Redhat/CentOS安装vsftp软件 1.更新yum源 首先需要更新系统的yum源,便捷工具下载地址:http://help.aliyun.com/manual?spm=0.0.0...
分类:
系统相关 时间:
2014-12-25 18:50:55
阅读次数:
165
介绍如何在CentOs6.2下面使用YUM配置安装LAMP环境,一些兄弟也很喜欢使用编译的安装方法,个人觉得如果不是对服务器做定制,用yum安装稳定简单,何必去download&make&make install呢。Step1. 为centos配置rpmforge及epel源。centos官方的源其...
分类:
Web程序 时间:
2014-12-25 16:12:51
阅读次数:
189
一、ansible安装1、安装第三方epel源centos5的epel#rpm-ivhhttp://mirrors.sohu.com/fedora-epel/5/x86_64/epel-release-5-4.noarch.rpmcentos6的epel#rpm-ivhhttp://mirrors.sohu.com/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm查看系统版本#cat/etc/issueCentOSrelea..
分类:
其他好文 时间:
2014-12-25 06:44:08
阅读次数:
598
【资料整理】yum使用epel源yum使用epel源。
参考:
http://mirrors.fedoraproject.org/publiclist/EPEL/6/ppc64/#CN
http://mirrors.ustc.edu.cn/
https://lug.ustc.edu.cn/wiki/mirrors/help/epel
#cd/etc/yum.repos.d/
#wgethttps://lug.ustc.edu.cn/wiki/_export/code/m..
分类:
其他好文 时间:
2014-12-25 06:43:12
阅读次数:
102
新装了一套Fedora 20操作系统,又要开始配置yum了。下面总结以下步骤:1、下载国内比较快的yum源 推荐163的yum源,sohu的yum源也不错,我一般就装第一个,安装163 yum源主页上的使用帮助下载repo文件并拷贝到/etc/yum.repos.d/。2、下载开源软件库 按...
分类:
其他好文 时间:
2014-12-24 13:15:35
阅读次数:
525
1. 安装之前先测试是否有桌面 2. 建立yum源文件 3. 挂载好光盘(/rhel自己创建) 4. 使用yum list 查看,并确保哦repo文件配置无误(注意有错误会显示error) 5. 清除缓存和创建缓存yum makecache ...
分类:
系统相关 时间:
2014-12-24 11:30:13
阅读次数:
259
??
CentOS的yum源中没有git,只能自己编译安装,现在记录下编译安装的内容,留给自己备忘。
确保已安装了依赖的包
yum install curl
yum install curl-devel
yum install zlib-devel
...
分类:
其他好文 时间:
2014-12-24 10:00:09
阅读次数:
186