LAMP平台的搭建1.系统环境:1)软件包版本:httpd-2.2.9mysql-5.1.56php-2)系统:CentOSrelease6.4(Final)-2.6.32-358.el6.x86_643)系统关闭防火墙,禁用selinuxservicesiptablesstopchkconfigiptablesoffsed-i‘s/enforcing/disabled/g’/etc/selinux/configsetenforce02.部署2..
分类:
其他好文 时间:
2015-04-08 01:20:19
阅读次数:
142
1:实验环境前提条件:虚拟机环境,windows 客户端,关闭防火墙;linux 服务器关闭防火墙,关闭selinux。Cent OS :NTP服务器 IP: 192.168.80.134 /255.255.255.0windows 7 : 客户端 IP: 192.168.80.133 /255.....
分类:
其他好文 时间:
2015-04-07 17:19:49
阅读次数:
130
测试机器的安装和配置安装linuxcentos6.4mini这里省略1000字......关闭selinuxsetenforce0vi/etc/sysconfig/selinux-->diabled关闭iptablesserviceiptablesoffchkconfigiptablesoff联网配置sohuyum源注意修改里面的系统架构和版本号sohu镜像还是比较稳定的不联网配置本地源..
分类:
其他好文 时间:
2015-04-05 19:00:29
阅读次数:
107
实验环境及软件版本:CentOS版本:6.6(2.6.32.-504.el6.x86_64)apache版本:apache2.2.27mysql版本:Mysql-5.6.23php版本:php-5.3.27一、关闭防火墙:serviceiptablesstopchkconfigiptablesoff二、关闭selinux:sed-i‘s/SELINUX=disabled/SELINUX=enforcing/g‘/etc/selinux/con..
分类:
其他好文 时间:
2015-04-05 06:45:44
阅读次数:
205
安装系统:centos_6.5sed-i‘/SELINUX/s/enforcing/disabled/‘/etc/selinux/configsetenforce0chkconfigiptablesoffserviceiptablesstoprpm-Uvh‘http://mirrors.ustc.edu.cn/epel/6/x86_64/epel-release-6-8.noarch.rpm‘yuminstall-ycobblertftpdhcphttpdcmanpykickstartdebmirr..
分类:
其他好文 时间:
2015-04-03 19:37:36
阅读次数:
239
一、关闭防火墙及SELINUX:#iptables-F#/etc/init.d/iptablesstop#sed-i‘s/SELINUX=enforcing/SELINUX=disabled/g‘/etc/sysconfig/selinux二、下载软件包:1.下载apache:http://apache.dataguru.cn//httpd/httpd-2.4.12.tar.gz2.下载mysql:http://mysql.mirror.kangaroot.net..
分类:
数据库 时间:
2015-04-03 11:34:28
阅读次数:
206
Centos6源安装最新的nginxphpmysql(iptablesselinux事先关闭)1、Php5.6安装remi源http://rpms.famillecollet.com/yuminstallhttp://rpms.famillecollet.com/enterprise/remi-release-6.rpm此操作也会自动安装epel源,(此源可安装mysql5.5php5.4php5.6php5.5)然后在/etc/yum.repo..
分类:
数据库 时间:
2015-04-02 16:42:07
阅读次数:
203
selinux 相关命令1.sestatus 查询系统的selinux目前的狀态#sestatus -v2. selinuxenabled 查询系统的selinux支 援是否有启用3.setenforce 和 getenforce 设定/显示selinux运 作狀态4.getsebool 列出所有s...
分类:
系统相关 时间:
2015-04-02 13:22:20
阅读次数:
211