1.wgethttp://dl.wdlinux.cn/files/lanmp_v3.1.tar.gz2.tarzxvflanmp_v3.1.tar.gz3.shlanmp.sh//默认安装shlanmp.shcus//自定义安装4.如安装到MySQL这步时,出现cmake:commandnotfound错误,则需要安装下cmake,执行下:yuminstallcmake-y5.安装不了cmake,配置更新下源,再安装..
分类:
其他好文 时间:
2016-10-03 00:38:43
阅读次数:
801
ubuntu lanmp环境下,一个服务器多站点的设置 首先理解apache多站点配置的思路: 1 将client的域名解析至同一ip下; 2 在服务器中,将各种域名指向某一特定的网页; 其中2中的具体操作步骤: 1 首先在服务器跟目录下任意位置创建自己的项目; 2 修改apache的配置文件,使a ...
分类:
Web程序 时间:
2016-08-16 00:40:01
阅读次数:
158
wgethttp://super.5ul.cn:8000/linux-soft/bash/ffdisk.shshffdisk.sh1:把centos自带的yum源换成阿里云的yum源cd/etc/yum.repos.d/rm-rf*wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-6.repoyummakecache2:wgethttp://dl.wdlinux.cn/files..
分类:
其他好文 时间:
2016-08-03 22:23:43
阅读次数:
239
实验环境:NGINXCentOS7.2x86_64IP:172.16.253.94LAMPCentOS6.7x86_64IP:192.168.1.20测试端CentOS7.2x86_64IP:172.16.251.138构建LAMP:[root@localhost~]#iptables-F[root@localhost~]#setenforce0[root@localhost~]#yum-yinstallhttpdphpphp-mysqlmysql-server启动服务:..
分类:
其他好文 时间:
2016-08-02 22:28:42
阅读次数:
238
1、【PHP编译参数查看】找到php编译安装目录,cd$/path/to/php/cdbin/catphp-config|grep‘configure_options‘2、【MySQL编译参数】cat/usr/local/mysql/bin/mysqlbug|grepCONFIGURE_LINE3、【Nginx编译参数】./nginx-V
分类:
其他好文 时间:
2016-07-21 11:07:42
阅读次数:
168
#!/bin/bashecho"Itwillinstalllamporlnmp."sleep1##checklastcommandisOKornot.check_ok(){if[$?!=0]thenecho"Error,Checktheerrorlog."exit1fi}##getthearchiveofthesystem,i686orx86_64.ar=`arch`##closeseliuxsed-i‘s/SELINUX=enforcing/SELINUX=disabled/‘/etc/selinux/co..
分类:
其他好文 时间:
2016-06-23 19:07:08
阅读次数:
193
软件分享:链接:http://pan.baidu.com/s/1dEbn229密码:91xm一,安装Apache1,miniLinux安装必要包yum-ygrouplist
yum-ygroupinstall‘Developmenttools,DesktopPlatformDevelopment‘
yum-ygroupinstall‘开发工具,桌面平台开发‘2,安装apr-1.5.0#tarxfapr-1.5.0.tar.gz
#cdapr-..
分类:
其他好文 时间:
2016-05-29 23:31:24
阅读次数:
335
几经波折,终于安装成功!!! 一、centos6下安装WDCP 1.连接linux 在百度直接搜索下载xshell,通过ssh连接 2.安装wdcp 下载安装wget http://dl.wdlinux.cn:5180/lanmp_v2.2.1.tar.gztar zxvf lanmp_v2.2.1 ...
分类:
其他好文 时间:
2016-05-11 13:31:51
阅读次数:
1283
#!/bin/bash#centos6,不区分32位,64位,要求机器可以上外网。支持lamp和lnmp,mysql支持5.1和5.6两个版本,php支持5.3和5.6两个版本,apache2.2,nginx1.8.echo"Itwillinstalllamporlnmp."sleep1##checklastcommandisOKornot.check_ok(){if[$?!=0]thenecho"Error,Checktheerr..
分类:
其他好文 时间:
2016-03-17 19:47:12
阅读次数:
214
#centos6,不区分32位,64位,要求机器可以上外网。支持lamp和lnmp,mysql支持5.1和5.6两个版本,php支持5.3和5.6两个版本,apache2.2,nginx1.8
#!/bin/bash
echo"Itwillinstalllamporlnmp."
sleep1
##checklastcommandisOKornot.
check_ok(){
if[$?!=0]
then
echo"Error,Chec..
分类:
系统相关 时间:
2016-03-16 19:37:19
阅读次数:
337