一、RPM安装配置xcache1.xcache用于缓存加速php的第三方扩展,存放在epel源上,安装包为php-xcache,在CentOS6上一般有三倍提升[root@localhost~]#yumlistall|grepxcachexcache-admin.noarch图形化管理界面,无需安装2.RPM安装php-xcache[root@localhost~]#yuminsatll-yphp-xca..
分类:
Web程序 时间:
2016-01-21 15:54:30
阅读次数:
180
LINUX误删文件后,为了把损失降低到最低,进行如下操作:一:卸载或者以只读的方式挂载需要恢复的分区;example:umount/dev/sdb1#卸载挂载的sdb1二:安装extundelete(需要epel源进行支持)example:yum-yinstallextundelete三:查看sdb1分区里文件对应的inodeexample:extunde..
分类:
系统相关 时间:
2016-01-19 17:37:44
阅读次数:
248
LAMP--Linux+Apache(httpd)+MySQL+PHP,是常用的web服务器架构,下面接受编译安装的过程,以及出现的错误。注意事项:1. 扩展epel源:参照:http://www.cnblogs.com/llius/p/5105051.html2. php放到mysql和httpd...
分类:
其他好文 时间:
2016-01-11 00:07:40
阅读次数:
207
转载:http://www.haiyun.me/archives/1009.htmlCentos下使用epel源安装:1yum install golangCentos/Linux下源码安装golang:1234567wget https://storage.googleapis.com/golan...
分类:
编程语言 时间:
2016-01-06 13:40:58
阅读次数:
155
---恢复内容开始---一、安装cacti服务器1.首先安装epm扩展源rpm -ivh http://www.lishiming.net/data/attachment/forum/epel-release-6-8_64.noarch.rpmcentos532位epel源下载地址: www.lis...
分类:
其他好文 时间:
2016-01-03 17:26:53
阅读次数:
189
概述说了centos的epel源搭建方式后,在说下ubuntu镜像源及openstack本地源的搭建。步骤1.安装apt-mirror#apt-getinstallapt-mirror2.手动建立/apt/ubuntu目录,并修改/etc/apt/mirror.list,添加如下内容:#############config##################
#
#setbase_path/var/spool/ap..
分类:
系统相关 时间:
2015-12-24 16:40:27
阅读次数:
808
安装epel源[root@localhost~]#rpm-ivhhttp://repo.zabbix.com/zabbix/2.4/rhel/7/x86_64/zabbix-release-2.4-1.el7.noarch.rpm[root@localhost~]#rpm-ivhhttp://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm安装zabbix-server[root@localhost~]#yum-..
分类:
其他好文 时间:
2015-12-13 23:54:53
阅读次数:
295
学习版本:mysql-proxy-0.8.5-1.el6.x86_64环境准备:MySQL_A(10.0.13-MariaDB)读写:n1.test.com;172.16.2.11MySQL_B(10.0.13-MariaDB)只读:n2.test.com;172.16.2.12MySQL-proxy(0.8.5):n3.test.com;172.16.2.13mysql-proxy:epel源:yum-yinstallmysql-proxy使用官..
分类:
数据库 时间:
2015-12-07 00:47:56
阅读次数:
409
CentOS6安装epel源CentOS6.4安装epel源方法:[root@master~]#rpm-ivhhttp://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
[root@master~]#sed-i‘s@#b@b@g‘/etc/yum.repos.d/epel.repo
[root@master~]#sed-i‘s@mirrorlist@#mirrorlist@g‘/etc/yum..
分类:
其他好文 时间:
2015-11-25 19:41:12
阅读次数:
142