码迷,mamicode.com
首页 >  
搜索关键字:yum    ( 23269个结果
Install Galera MariaDB 5.5 on CentOS 6.5
vi/etc/yum.repos.d/galera.repo#MariaDB5.5CentOSrepositorylist-created2014-08-2806:32UTC#http://mariadb.org/mariadb/repositories/[mariadb]name=MariaDBbaseurl=http://yum.mariadb.org/5.5/centos6-amd64gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDBgpgcheck=1..
分类:数据库   时间:2014-08-28 18:22:46    阅读次数:193
php安装memcache扩展
1、先下载memcached服务端 wgethttp://www.memcached.org/files/memcached-1.4.20.tar.gz yum-yinstalllibevent yum-yinstalllibevent-devel ./configure&&make&&makeinstall 测试: telnet127.0.0.111211 Trying127.0.0.1... Connectedto127.0.0.1. Escapecha..
分类:Web程序   时间:2014-08-28 15:01:49    阅读次数:193
yum仓库的搭建
YUM仓库服务借助于YUM软件仓库,可以完成安装、卸载、自动升级rpm软件包等任务,能够自动查找并解决rpm包之间的依赖关系,而无需管理员逐个、手工地去安装每一个rpm包,使管理员在维护大量linux服务器时更加轻松自如。特别是在拥有大量linux主机的本地网络中,构建一个源服务器..
分类:其他好文   时间:2014-08-28 14:57:50    阅读次数:545
fedora 20中安装postgresql数据库
在fedora 20中在我2014-8-27日安装pg时,pg版本是9.3.5.1我不知是会由pg开发组自动更新还是别的,但安装后一般是最新的版本了。 安装: # yum install postgresql # yum install postgresql-server # yum install...
分类:数据库   时间:2014-08-28 09:52:59    阅读次数:273
LAMP平台的搭建和网站的防盗链
部署LAMP平台和网站的防盗链定制LAMP平台一:安装、运行MySQL5.6服务器LAMP构成:Linux、Apache、MySQL、PHP/Perl/Python1.清理冲突程序[root@redhat6~]#yum-yremovehttpdmysql-servermysqlphp....[root@redhat6~]#rm-rf/etc/my.cnf/var/lib/mysql//清理干扰文档2.安装MySQL5.6..
分类:Web程序   时间:2014-08-28 09:51:09    阅读次数:335
Linux源码包的安装
实验03:源码包安装实验目标掌握gcc的安装熟练源码包的安装实验步骤安装gcc[root@localhostyum.repos.d]#yum-yinstallgcc*Loadedplugins:product-id,security,subscription-managerThissystemisnotregisteredtoRedHatSubscriptionManagement.Youcanusesubscription-managertore..
分类:系统相关   时间:2014-08-28 09:50:49    阅读次数:400
rhel5.4 x64安装apache http server2.2.27,并创建自动启服务
rhel5.4 x64安装apache http server2.2.27,并创建自动启服务1、使用yum安装gcc和make,如何使用yum,请参阅使用光盘创建yum源2、上传apache http server,文件名:httpd-2.2.27.tar3、安装httpserver# mkdir ...
分类:其他好文   时间:2014-08-28 09:32:39    阅读次数:212
CentOS服务器单独升级 php5.1 到 5.2版本
引言:使用CentOS 5.5系统的朋友们都知道,yum默认安装的php版本为php5.1,我们要想使用最新的稳定版本(php5.2.x系列),就必须编译安装。下面教大家如何使用yum来选择安装自己需要的php版本!以下操作均在终端命令行下进行!rpm --import http://repo.we...
分类:Web程序   时间:2014-08-27 21:45:08    阅读次数:196
openstack I版的搭建一十--基于glusterfs的云硬盘
计算节点和控制节点上都安装一下cd/etc/yum.repos.d/wgethttp://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.3/CentOS/glusterfs-epel.repoyuminstallglusterfs-server验证一下两个节点是否安装成功[root@linux-node1~]#glusterfs-Vglusterfs3.4.5builtonJul24201419:..
分类:其他好文   时间:2014-08-27 19:01:48    阅读次数:4063
redhat5 配置yum源
cd/etc/yum.repos.d/cprhel-debuginfo.reporhel-debuginfo.repo.bak替换rhel-debuginfo.repo然后导入key,记得dns配置好了32bit:rpm--importhttp://ftp.sjtu.edu.cn/centos/5/os/i386/RPM-GPG-KEY-CentOS-564bit:rpm--importhttp://ftp.sjtu.edu.cn/centos/5/os/x86_64/RPM-GPG..
分类:其他好文   时间:2014-08-27 19:00:59    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!