@font-face { font-family: "Times New Roman"; }@font-face { font-family: "宋体"; }@font-face { font-family: "Calibri"; }p.MsoNormal { margin: 0pt 0pt 0.0 ...
分类:
其他好文 时间:
2016-09-05 11:50:27
阅读次数:
134
安装环境实在centos6.764位apache2.2.31+PHP5.3.27+mysql5.5#更换阿里云的源,国内的快wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-6.repowget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-6.repo安装apache2.2.31:m..
分类:
其他好文 时间:
2016-08-30 16:07:11
阅读次数:
159
1.安装Ubuntu上安装LAMP 2.安装过程中设置MySql密码 3.测试 创建index.php var/www/html/index.php index.php的内容为 重启apache, service apache2 restart 在浏览器中输入 或者localhost改为IP地址 5 ...
分类:
系统相关 时间:
2016-08-29 19:20:15
阅读次数:
178
1.安装依赖包 2.安装RRDTool 3.安装snmp 4.安装LAMP 5.安装cacti 6.配置cacti 7.增加spine,优化的轮询 查看日志 tail -f /var/www/html/cacti/log/cacti.log 常见问题 ...
分类:
其他好文 时间:
2016-08-13 12:44:22
阅读次数:
189
安装php的程序环境检查apache及mysql的安装情况[root@zyl/]#lsof-i:3306COMMANDPIDUSERFDTYPEDEVICESIZE/OFFNODENAMEmysqld1743mysql10uIPv4121580t0TCP*:mysql(LISTEN)[root@zyl/]#lsof-i:80COMMANDPIDUSERFDTYPEDEVICESIZE/OFFNODENAMEhttpd1567root4uIPv6114820t0TCP*:http(..
分类:
Web程序 时间:
2016-07-13 12:12:03
阅读次数:
218
安装php的程序环境检查apache及mysql的安装情况[root@zyl/]#lsof-i:3306COMMANDPIDUSERFDTYPEDEVICESIZE/OFFNODENAMEmysqld1743mysql10uIPv4121580t0TCP*:mysql(LISTEN)[root@zyl/]#lsof-i:80COMMANDPIDUSERFDTYPEDEVICESIZE/OFFNODENAMEhttpd1567root4uIPv6114820t0TCP*:http(..
分类:
Web程序 时间:
2016-07-13 12:11:46
阅读次数:
215
LAMP(linux,apache,mysql,php)下载镜像文件根据64位或32为的系统下载http://mirrors.sohu.com/mysqlapache的编译参数:./configure--prefix=/usr/local/apache--enable-so--enable-rewrite=shared--enable-expires=shared--enable-deflate=shared(支持静态文件压缩功能)--wit..
分类:
其他好文 时间:
2016-07-11 01:24:25
阅读次数:
183
CentOS6.5+LAMP安装Zabbix3.0关闭:iptables&Selinux服务#iptables-F#iptables-nv-L查看SELinux状态:/usr/sbin/sestatus-v##如果SELinuxstatus参数为enabled即为开启状态SELinuxstatus:enabled#getenforce##也可以用这个命令检查#setenforce0##设置SELinux成为permissive..
分类:
其他好文 时间:
2016-07-07 14:29:38
阅读次数:
116
目标:以源码编译的方式安装一个lampwebserver服务器,有下列php扩展或功能,memcache,xcache,pdo,zip,p_w_picpathmagick等软件环境版本ubuntu14.0.4apache2.2mysql5php5软件下载地址/home/eric/下载/software/dev/server/lamp/安装目标目录/usr/local/最终安装后要形成的路径ap..
分类:
系统相关 时间:
2016-06-17 17:43:50
阅读次数:
275