
Linux
1hdmx1t
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux httpd源码包安装详解 哭了
刚装完 萌新装了四十分钟,终于完成,记录一下方便以后查看 一:安装准备 安装C语言编译器:gcc 因为源码包为C语言编写,后面操作会对它编译。 [root@localhost ~]# yum -y install gcc 下载httpd源码包 http://mirror.bit.edu.cn/apache/httpd/ 二:安装注意事项 软件保存位置根据自己习惯,但绝不能随意保存,我为/u...原创 2019-01-24 12:58:39 · 5316 阅读 · 3 评论 -
Linux CentOS7使用firewalld打开关闭防火墙与端口
使用Centos7时,开启服务器后登陆不上ip,是因为防火墙原因,这抄了点命令保存以后使用。 1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机启用 : ...转载 2019-01-23 16:07:37 · 184 阅读 · 0 评论