工作需要,要装git,结果找不到源,后来搞定,记录如下1. Linux EL5 x86_64 1.1 我的这个版本上有yum,所以用yum来装git, 但是第一次装找不到源,最后显示 “nothing to do” 1.2 然后上网搜,说是要先装EPEL 1.3 如何安装EPEL? 网上给出很多链接...
分类:
系统相关 时间:
2014-09-17 18:15:52
阅读次数:
219
#yum install
wget
http://fedora.mirror.nexicom.net/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum -y install epel-release-6-8.noarch.rpm
yum -y install docker-io
#wget install
yum install -y ...
分类:
其他好文 时间:
2014-09-17 12:14:22
阅读次数:
287
CentOS默认自带CentOS-Base.repo源,但官方源中去除了很多有版权争议的软件,而且安装的软件也不是最新的稳定版。Fedora自带的源中也找不到很多多媒体软件,如果需要安装,必需先添加其他源,如RPMFusion和RPMForge等第三方软件库。下面GoFace来一一介绍各种第三方软件...
分类:
其他好文 时间:
2014-09-13 13:22:45
阅读次数:
202
epel简介: https://fedoraproject.org/wiki/EPEL/zh-cn 1. rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm 粗体部分需要根据自己的的环境...
分类:
其他好文 时间:
2014-09-12 16:39:33
阅读次数:
205
EPEL 是什么?EPEL (Extra Packages for Enterprise Linux,企业版Linux的额外软件包) 是Fedora小组维护的一个软件仓库项目,为RHEL/CentOS提供他们默认不提供的软件包。这个源兼容RHEL及像CentOS和Scientific Linux这样...
分类:
其他好文 时间:
2014-09-12 16:37:13
阅读次数:
250
centos 推荐使用epel源张映 发表于 2011-10-13分类目录: linux在dell r410上面装的是centos6,64的操作系统,用的163的源,我一直都是用163的源,比较快。但是我发现这个源里面,根本没有 libmcrypt libmcrypt-devel这二个包,装php扩...
分类:
其他好文 时间:
2014-09-12 16:36:53
阅读次数:
173
1.安装epel;[root@cobbler-serverapps]#wgethttp://mirrors.ustc.edu.cn/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm
[root@cobbler-serverapps]#rpm-ivhepel-release-6-8.noarch.rpm2.安装cobbler相关服务;[root@cobbler-serverapps]#yuminstall-ycobblerhttpdtftp-se..
分类:
其他好文 时间:
2014-09-12 15:29:25
阅读次数:
300
1,Centos6.X yum安装mongoDB客户端和服务器端; yum -y install mongodb mongodb-server;基于epel repo.当前的mongoDB的版本为2.6.X2,配置具体配置见Ruiy的另外一篇文章关于Centos平台下编译安装mongoDB及配置;....
分类:
数据库 时间:
2014-09-11 22:18:52
阅读次数:
269
redhat识别ntfs的u盘需要ntfs-3g:需要epel源(或者自己查找源码编译安装)wgethttp://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-1.noarch.rpmyuminstallepel-release-7-1.noarch.rpmyumrepolistyuminstallntfs-3g先用lsblk查看自己的u盘在哪个分区mkdir/mnt..
分类:
其他好文 时间:
2014-09-11 17:29:42
阅读次数:
237
iotop 专职查看硬盘io atop 查看系统综合信息 iftop 查看网络带宽情况(必须从epel源安装) 参考: http://www.oschina.net/question/819380_167749...
分类:
系统相关 时间:
2014-09-09 18:38:59
阅读次数:
215