安装lamp sudo?apt-get?install?lamp-server^ 安装phpmyadmin sudo?apt-get?install?libapache2-mod-auth-mysql?phpmyadmin...
分类:
系统相关 时间:
2015-02-03 00:46:02
阅读次数:
173
环境:CentOS6.5★安装mysqlcd/usr/local/srcwgethttp://syslab.comsenz.com/downlo...-icc-glibc23.tar.gztarzxvf/usr/local/src/mysql-5.1.40-linux-i686-icc-glibc23.tar.gz解压mvmysql-5.1.40-linux-i686-icc-glibc23/usr/local/mysqluseradd-s/sbin/nologinmysqlcd/usr/lo..
分类:
其他好文 时间:
2015-02-02 07:10:42
阅读次数:
243
原文Install Apache, PHP And MySQL On CentOS 7 (LAMP)This tutorial shows how you can install an Apache2 webserver on a CentOS 7.0 server with PHP5 suppor...
分类:
数据库 时间:
2015-01-31 01:42:40
阅读次数:
319
原文CentOS 7 / RHEL 7 上安装 LAMP + phpMyAdmin发表于2014-11-02作者Haoxian Zeng更新于2014-12-12之前根据在 Linode VPS 上部署 LAMP 服务器的经验写了安装记录,得到不少网友的亲睐。随着 CentOS 7 发布,安装过程发...
分类:
Web程序 时间:
2015-01-30 22:24:23
阅读次数:
346
For 2008-2010 model years, the function of the turn signal flasher was incorporated into the software of the Smart Power Distribution Junction Box (SP...
分类:
其他好文 时间:
2015-01-30 17:35:00
阅读次数:
169
// apache// 禁止访问目录// 开启 url重写// 重写定义错误页面// 日志分页// 增加并发连接数// 设置连接连接的时间// threadsPerChild // 每个进程的线程数 默认 64,最大 1920,所以 100-500为好// maxRequestsPerChild /...
分类:
其他好文 时间:
2015-01-30 14:35:39
阅读次数:
115
原文 CentOS 7.0安装配置LAMP服务器(Apache+PHP+MariaDB)一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.s...
分类:
数据库 时间:
2015-01-29 23:54:41
阅读次数:
352
创建mysql镜像及运行容器 git clone https://github.com/tutumcloud/tutum-docker-mysql
docker build -t tutum/mysql 5.6/
docker run -d MYSQL_PASS="mypass" --name db tutum/mysql 创建php apche镜像及运行容...
分类:
其他好文 时间:
2015-01-29 17:53:08
阅读次数:
307
linux下Apache、mysql、php、phpMyadmin源码包编译安装及配置事先可以先去各应用官网选择相应的源码包下载并上传到linux服务器上。源码包目录根据喜好或一个标准放置即可。注:此文档仅适用于自己学习及测试使用,后续还将继续完善及解读文档中的不足。在此之前先关闭selinux(..
分类:
其他好文 时间:
2015-01-29 01:59:12
阅读次数:
413
原文:在CentOS6.4中安装配置LAMP环境的详细步骤 本文详细介绍了CentOS6.4系统中安装LAMP服务并对其进行配置的过程,即安装Apache+PHP+Mysql,参照了网上大神的设置,其他Linux发行系统可以参考~ 在本文中部分命令操作需要root权限,输入‘su -’命令后输入密码...
分类:
其他好文 时间:
2015-01-28 23:51:06
阅读次数:
292