操作系统:CentOSMini 6.5yum install httpd.x86_64 httpd-manual.x86_64 php-xml php-mbstring mysql-server.x86_64 mysql.x86_64 php-mysql.x86_64 php.x86_64 php-...
分类:
其他好文 时间:
2014-09-01 12:21:23
阅读次数:
256
下载http://dev.mysql.com/downloads/mysql/选择 Linux- Generic选择版本wget http://cdn.mysql.com/Downloads/MySQL-5.5/mysql-5.5.39-linux2.6-x86_64.tar.gz根据INSTALL...
分类:
数据库 时间:
2014-09-01 00:21:32
阅读次数:
400
LNMP环境配置Linux,NGINX,PHP,MYSQLPHP 依赖库安装安装GD库-让php支持gif,png,jpeg格式GD库需要以下模块的支持jpeg,libpng,freetypewget http://www.ijg.org/files/jpegsrc.v9.tar.gztar -zx...
分类:
其他好文 时间:
2014-08-31 22:39:01
阅读次数:
291
环境:zabbixserver:192.168.1.1mysqlserver:192.168.1.2webserver:192.168.1.3一、zabbix编译安装1.同时安装server和agent,并支持将数据库放入mysql数据中,可使用类似如下配置命令:./configure--enable-server--enable-agent--with-mysql--enable-ipv6--with-net-snmp..
分类:
其他好文 时间:
2014-08-31 18:49:08
阅读次数:
293
sendmail.sh的内容如下:#!/bin/bashto=$1subject=$2body=$3cat <<EOF|mail -s "$subject" "$to"$bodyEOF脚本权限为755的。
分类:
其他好文 时间:
2014-08-30 19:04:39
阅读次数:
238
昨天晚上我PCB图的时候还用OrCAD这个组件来着呢,但是还是好好的。可是今天当我再次启动程序的时候就出现了下面的对话框。
当时就吓了好一跳,好好软件怎么突然就不行了呢?先说说我出现这个问题之后的内心活动吧,首先是吃惊,原因前面已经说了。接下来我就想是不是我误删了什么文件了...
分类:
其他好文 时间:
2014-08-30 16:28:39
阅读次数:
260
08/30/14 11:19:33,422 INFO =============CDN BaseLib is starting......!================ pid = 6050 [src/main.cpp:537]
08/30/14 11:19:33,422 TRACE Enter InitThreadPool() [src/main.cpp:378]
08/30/14 11:1...
分类:
其他好文 时间:
2014-08-30 12:42:29
阅读次数:
214
08/30/14 11:19:29,856 INFO =============CDN BaseLib is starting......!================ pid = 5894 [src/main.cpp:417]
08/30/14 11:19:29,857 TRACE Enter InitThreadPool() [src/main.cpp:260]
08/30/14 11:1...
分类:
其他好文 时间:
2014-08-30 12:42:00
阅读次数:
317
1.vim$zabbix_PATH/include/menu.inc.php284行增加以下内容284‘zatree‘=>array(285‘label‘=>_(‘Zatree‘),286‘user_type‘=>USER_TYPE_ZABBIX_USER,287‘default_page_id‘=>0,288‘force_disable_all_nodes‘=>true,289‘pages‘=>array(290array(‘url‘=>‘http:/..
分类:
其他好文 时间:
2014-08-30 02:28:09
阅读次数:
1092