服务器监控cacticacti(仙人掌)是一款用PHP语言开发的监控软件,结合net-snmp来采集数据,RRDtool记录数据并绘制图片,以web页面的形式监控主机性能和流量。catcti部署服务器端:192.168.137.129客户端:192.168.137.185部署过程:服务器端:1.安装lamp环境[root@manager~]#yum-..
分类:
其他好文 时间:
2017-08-24 20:15:11
阅读次数:
189
最近有空就配置CentOS系统上的AMP环境,现在配置到PHP环境了 多话不说上传送门:http://blog.csdn.net/zhangatle/article/details/77447653 其中有些改动,毕竟博主的centOS的系统没有安装必须的开发环境包,他是纯净CentOS安装的!佩服 ...
分类:
Web程序 时间:
2017-08-23 10:22:50
阅读次数:
229
#!/bin/bash#2017-8-2114:24:26#authorguojuwnei#descrption源码安装lamp,Case+Select+函数#Httpd常量定义H_URL=http://mirror.bit.edu.cn/apache/httpd/H_FILES=httpd-2.2.34.tar.gzH_FILES_DIR=httpd-2.2.34H_PREFIX=/usr/local/apache#Mysql常量定义M_URL=https://download..
分类:
其他好文 时间:
2017-08-22 00:16:14
阅读次数:
151
Linux Apache Mysql PHP source install CentOS6.5 Minimal setup *可选 更换yum源 yum install gcc gcc-c++ setuptool ntsysv iptables vim system-config-securityl ...
分类:
其他好文 时间:
2017-08-15 15:16:43
阅读次数:
183
环境:centos6.6;httpd-2.2.34;mysql-5.5.55;php5.6.31#!/bin/bash
#2017-08-12
#authorbyTanWenXin
#AutoinstallLAMP
#createDNSserver
cat>>/etc/resolv.conf<<EOF
nameserver192.168.8.2
EOF
######################httpd-2.2.34install######################..
分类:
其他好文 时间:
2017-08-12 22:44:32
阅读次数:
217
源码搭建LAMPCentOS6源码安装LAMP----基于fastcgi方式(2台机器)软件包下载源:搜狐镜像源:http://mirrors.sohu.com/apache下载网:http://mirror.bit.edu.cn/apache/pcre官网:http://www.pcre.org/apr官网:http://apr.apache.org/apache官网:http://httpd.apache.org/mys..
分类:
其他好文 时间:
2017-08-12 15:30:40
阅读次数:
215
软件环境:centos7.3软件包:apr-1.5.2.tar.bz2apr-util-1.5.4.tar.bz2httpd-2.4.27.tar.bz2mariadb-10.2.7-linux-x86_64.tar.gzphp-7.1.7.tar.bz2wordpress-4.8-zh_CN.tar.gzxcache-3.2.0.tar.gz准备工作:[root@he~]#mkdir/app#创建/app目录,我们把软件包安装到/app里
[root..
分类:
其他好文 时间:
2017-08-06 19:42:15
阅读次数:
706
准备工作首先,先搭建完成基础的LAMP(可参照文章:华为云主机CentOS7.3安装LAMP)环境,然后着手搭建wordpress个人博客。cd/usr/local/apache2.4/htdocs
rm-rf*
wgethttps://cn.wordpress.org/wordpress-4.8.1-zh_CN.zip
unzipwordpress-4.8.1-zh_CN.zip
cp-rwordpress/*.
rm-..
分类:
其他好文 时间:
2017-08-05 14:13:09
阅读次数:
146
准备工作cd/usr/local/src
wgethttp://mirrors.sohu.com/mysql/MySQL-5.6/mysql-5.6.35-linux-glibc2.5-x86_64.tar.gz
wgethttp://mirrors.cnnic.cn/apache/httpd/httpd-2.4.27.tar.gz
wgethttp://mirrors.hust.edu.cn/apache/apr/apr-1.5.2.tar.gz
wgethttp://mirrors.hust.ed..
分类:
其他好文 时间:
2017-08-05 14:11:04
阅读次数:
222
先说下我的实践配置,centos6.5(64位),联网 安装前准备:关闭防火墙 service iptables stop 安装MySQL 打开终端,root用户 1 yum install mysql mysql-server 1 yum install mysql mysql-server 1 ...
分类:
数据库 时间:
2017-07-31 20:11:09
阅读次数:
255