In file included from mod_shib_20.cpp:68:
mod_shib.cpp:118: warning: deprecated conversion from string constant to 'char*'
mod_shib.cpp: In member function 'virtual const char* ShibTargetApache::get...
分类:
其他好文 时间:
2014-05-07 06:04:50
阅读次数:
363
1,遇到的问题就是 redis 2.8 版本依赖 Google 的 TCMalloc
TCMalloc(Thread-Caching Malloc)是google开发的开源工具──“google-perftools”中的成员。与标准的glibc库的malloc相比,
TCMalloc在内存的分配上效率和速度要高得多,可以在很大程度上提高MySQL服务器在高并发情况下的性能,降低系统负载...
分类:
其他好文 时间:
2014-05-07 05:41:35
阅读次数:
344
安装Ganglia-3.6中,遇到以这样一个问题,见下图:
解决问题:
遗漏安装包dejavu-fonts-common , dejavu-lgc-sans-mono-fonts, dejavu-sans-mono-fonts 。
下载安装或者直接从库中安装,最简单的方式(centOS, red hat linux ):
yum -y install de...
分类:
其他好文 时间:
2014-05-07 03:06:05
阅读次数:
378
方法一(最简单安装):
安装 Net-SNMP
CentOS及其它RedHat系列产品提供了net-snmp的二进制包。我们可以直接从源里安装。
shell> yum install net-snmp net-snmp-devel net-snmp-utils
说明:net-snmp-devel是为了使用net-snmp-config, net-snmp-utils是为了使...
分类:
其他好文 时间:
2014-05-07 02:48:36
阅读次数:
428
到http://pecl.php.net/package/mongo下载相应的mongodb客户端,本例为1.2.1#
wgethttp://pecl.php.net/get/mongo-1.2.1.tgz# tar xvzf mongo-1.2.1.tgz# cd
mongo-1.2.1# php...
分类:
数据库 时间:
2014-05-07 02:31:15
阅读次数:
394
环境:centos6.5 mysql-5.6.17.tar.gzwget
http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.17.tar.gzyum install -y gcc
gcc-c++gcc-c++.x86_64bison.x86_64l...
分类:
数据库 时间:
2014-05-07 01:24:19
阅读次数:
413
参考资料: http://www.paipat.com/?post=24
http://www.cnblogs.com/xiaoluo501395377/archive/2013/04/07/3003278.html
1、安装apache 2、安装php 3、安装mysql 1、安装apache 安...
分类:
Web程序 时间:
2014-05-07 00:46:56
阅读次数:
1053
Linux/Centos安装ntop中文版一:安装环境yuminstalllibpcaplibpcap-devellibpnggdbmgdbm-develgliblibxml2-develpangopango-develgddos2unixlibtool-ltdllibtool-ltdl-develgcclibtoolrrdtool-devel检测下:yuminstall-ylibpcap*freetype*libpng*gdbm*libart_lgpl*libtool*rrdt..
分类:
其他好文 时间:
2014-05-06 20:09:48
阅读次数:
342
xfreerdp-server 服务器编译
1、首先查看cmake 版本
cmake -version 如果版本号小于2.8.8 需要重新安装最新的版本
更新版本如下:
1)apt-get autoremove cmake 删除就版本
2)下载最新的版本
cd /usr
wget http://www.cmake.org/files/v2.8/cmake-2.8.9-Li...
分类:
其他好文 时间:
2014-05-06 19:14:10
阅读次数:
434
自PHP-5.3.3起,PHP-FPM加入到了PHP核心,编译时加上--enable-fpm即可提供支持。PHP-FPM以守护进程在后台运行,Nginx响应请求后,自行处理静态请求,PHP请求则经过fastcgi_pass交由PHP-FPM处理,处理完毕后返回。Nginx和PHP-FPM的组合,是一种稳定、高效的PHP运行方式,效率要..
分类:
其他好文 时间:
2014-05-06 17:17:15
阅读次数:
579