监控服务器端的安装部署
一、apache的安装
下载httpd-2.2.15.tar.gz
gunzip httpd-2.2.15.tar.gz
tar xvf httpd-2.2.15.tar
cd httpd-2.2.15
./configure --prefix=/usr/local/apache2 --enable-so --enable-mods-shared=all --...
分类:
移动开发 时间:
2015-07-16 20:03:43
阅读次数:
150
Mysql的安装,对于mysql不同版本的mysql源码编译方式不一样
5.6.2的版本开始编译方式已经由 configure 变成了cmake方式 ,相关的新的
编译方式在mysql官网已经提供
http://dev.mysql.com/doc/refman/5.6/en/source-configuration-options.html
源码下载地址如下
http://dev...
分类:
数据库 时间:
2015-07-16 12:02:32
阅读次数:
123
1.Symbol
'cout' could not be resolved , 选择kepler版本就不报错了。
2. 下载gdb,
./configure
make
sudo make install
3. 在eclipse中配置gdb(mac版本)
因为直接用gdb调试的话,会出现没有权限的情况,因此需要制作一个keychain给gdb
打开钥匙串访问
...
分类:
编程语言 时间:
2015-07-16 09:41:05
阅读次数:
460
搭建了简单的局域网和广域网实验平台,如下:路由器配置命令如下:Router>enableRouter#configure
terminalEnterconfiguration
commands,oneperline.EndwithCNTL/Z.Router(config)#hostname
RBRB(config)#enable
passwordtoddRB(config)#interface
serial3/0RB(config-if)#n..
分类:
其他好文 时间:
2015-07-15 23:06:52
阅读次数:
201
Memcached的安装 1)下载源码 wget -c?http://memcached.org/files/memcached-1.4.24.tar.gz tar -zxvf memcached-1.4.24.tar.gz? 2)./configure 3) make && make install...
分类:
系统相关 时间:
2015-07-15 21:09:28
阅读次数:
157
【错误描述】: SQL Server阻止了对组件‘xp_cmdshell’的过程‘sys.xp_cmdshell’的访问。因为此组件已作为此服务嚣安全配置的一部分而被关闭。系统管理员可以通过使用sp_configure启用‘xp_cmdshell’。有关启用‘xp_cmdshell’的详细信息,请....
分类:
数据库 时间:
2015-07-15 19:14:52
阅读次数:
222
1、phpredis下载地址:http://pecl.php.net/package/redis $?wget?http://pecl.php.net/get/redis-2.2.5.tgz 2、解压安装 $?tar?xzf?redis-2.2.5.tgz
$?cd?redis-2.2.5 3、生成configure配置文件 $?/usr/...
分类:
Web程序 时间:
2015-07-15 17:14:11
阅读次数:
165
安装思路,仅供参考####nagios安装yuminstallgd-devel-yuseraddnagiosgroupaddnagcmdusermod-a-Gnagcmdnagiosusermod-a-Gnagcmdwwwtarxzfnagios-3.5.0.tar.gzcdnagios./configure--with-group=nagios--with-user=nagios--with-command-group=nagcmd--prefix=/usr/local/nagiosm..
分类:
移动开发 时间:
2015-07-15 15:18:04
阅读次数:
202
一、编译添加新模块1、查看以前编译安装nginx的信息/usr/local/nginx/sbin/nginx-V2、进入nginx源码目录cdnginx-1.8.03、重新编译代码和模块./configure--prefix=/usr/local/nginx--with-http_stub_status_module--with-http_ssl_module--with-file-aio--with-http_realip_modu..
分类:
其他好文 时间:
2015-07-15 13:30:15
阅读次数:
261
TopologyObjective:Configure RIPv2Verify ConnectivityBackgroundAlthough RIP is rarely used in modern networks, it is useful as a foundation for underst...
分类:
其他好文 时间:
2015-07-15 10:51:44
阅读次数:
137