0℃
2014年07月08日
⁄ LAMP
⁄ 被围观 137,487次+
准备篇:
CentOS 7.0系统安装配置图解教程
http://www.osyunwei.com/archives/7829.html
一、配置防火墙,开启80端口、3306端口
CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。
1、关闭firewall:
systemctl stop firewalld.service #停止firewall
systemctl disable firewalld.service #禁止firewall开机启动
2、安装iptables防火墙
yum install iptables-services #安装
vi /etc/sysconfig/iptables #编辑防火墙配置文件
# Firewall configuration written by system-config-firewall
# ...
CentOS, CentOS 7, LAMP阅读全文
5℃
2014年07月08日
⁄ CentOS
⁄ 被围观 903,706次+
说明:
截止目前CentOS 7.x最新版本为CentOS 7.0,下面介绍CentOS 7.0的具体安装配置过程
服务器相关设置如下:
操作系统:CentOS 7.0 64位
IP地址:192.168.21.128
网关:192.168.21.2
DNS:8.8.8.8 8.8.4.4
备注:
生产服务器如果是大内存(4G以上内存),建议安装64位版本CentOS-7.0-1406-x86_64-DVD.iso
一、安装CentOS 7.0
成功引导系统后,会出现下面的界面
界面说明:
Install CentOS 7 安装CentOS 7
Test this media & install CentOS 7 测试安装文件并安装CentOS 7
Troubleshooting 修复故障
这...
CentOS, CentOS 7, CentOS 7.0阅读全文