码迷,mamicode.com
首页 > 其他好文 > 详细

centos7注意事项

时间:2017-07-24 18:57:09      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:yum   line   rpm   cmd   注意   ack   arch   安装nginx   开机   

1. GPG 密钥

rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

2.防火墙

systemctl stop firewalld.service #停止firewall
systemctl disable firewalld.service #禁止firewall开机启动
firewall-cmd --state #查看默认防火墙状态(关闭后显示notrunning,开启后显示running)

3.安装nginx

rpm -ivh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm 

yum install -y nginx

4.安装mysql

rpm -ivh http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm

yum install -y mysql-community-server

centos7注意事项

标签:yum   line   rpm   cmd   注意   ack   arch   安装nginx   开机   

原文地址:http://www.cnblogs.com/seri17/p/7230081.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!