http://www.server110.com/mariadb/201310/2670.html1、在 /etc/yum.repos.d/ 下建立 MariaDB.repo,内容如下:[azureuser@mono etc]$ cd /etc/yum.repos.d[azureuser@mono ...
分类:
数据库 时间:
2014-09-16 12:21:50
阅读次数:
232
说明:经过网上抄袭和自己的总结加实验,非常详细,可留作参考。yum的配置一般有两种方式:一种是直接配置/etc目录下的yum.conf文件,另外一种是在/etc/yum.repos.d目录下增加.repo文件。一、yum的配置文件yum.conf详解$ cat /etc/yum.conf [mai....
分类:
系统相关 时间:
2014-09-14 19:16:17
阅读次数:
286
公司提供的CentOS VM中,/etc/yum.repos.d 下 只有一个build.repo,其中提供的yum 源只有公司内部的几个源,很多包在这些源中都找不到。于是要添加别的源,下面的帖子中介绍了如何在CentOS中添加中科大、搜狐和163的yum源:http://www.husw.net/...
分类:
其他好文 时间:
2014-09-14 11:20:57
阅读次数:
198
CentOS默认自带CentOS-Base.repo源,但官方源中去除了很多有版权争议的软件,而且安装的软件也不是最新的稳定版。Fedora自带的源中也找不到很多多媒体软件,如果需要安装,必需先添加其他源,如RPMFusion和RPMForge等第三方软件库。下面GoFace来一一介绍各种第三方软件...
分类:
其他好文 时间:
2014-09-13 13:22:45
阅读次数:
202
时间同步ntpdatetime.nist.gov安装Zabbix官方yum源rpm-ivhhttp://repo.zabbix.com/zabbix/2.2/rhel/6/x86_64/zabbix-release-2.2-1.el6.noarch.rpm安装zabbix客户端yuminstall-yzabbixzabbix-agent关闭防火墙[root@VM3~]#chkconfigiptablesoff[root@VM3~]#serviceiptablesstop..
分类:
系统相关 时间:
2014-09-12 17:24:34
阅读次数:
328
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
实验02:YUM配置实验目标掌握YUM的配置实验步骤放入RHEL5.9iso,确保电源OK(/misc/cd)客户端配置[root@localhost~]#cd/etc/yum.repos.d/[root@localhostyum.repos.d]#lsrhel-debuginfo.repo[root@localhostyum.repos.d]#cprhel-debuginfo.reporh-server5.9.repo[root@localhost..
分类:
其他好文 时间:
2014-09-11 02:24:02
阅读次数:
242
我在使用Myeclipse碰见这个错误,我没有用伺服,直接连接到maven中心。ArtifactTransferException: Failure to transfer org.apache.hadoop:hadoop-core:jar:1.1.1 from http://repo.maven....
分类:
其他好文 时间:
2014-09-09 11:46:38
阅读次数:
370
1.Add the PPA:$ sudo add-apt-repository ppa:webupd8team/java2.Update the repo index:$ sudo apt-get update3.install jdk:Install Java 8$ sudo apt-get in...
分类:
其他好文 时间:
2014-09-07 12:11:15
阅读次数:
199
1,deployByRuiyInsrpm -ivh http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-centos94-9.4-1.noarch.rpmpostgresql yum repo版本 yum.postgresql.org/re...
分类:
数据库 时间:
2014-09-06 14:46:23
阅读次数:
271