码迷,mamicode.com
首页 >  
搜索关键字:firewalld    ( 1378个结果
linux-nginx服务nfs服务nginx反向代理三台web
linux-nginx服务nfs服务nginx反向代理三台web 一:nginx服务 1、二进制安装nginx包 [root@bogon ~]# systemctl disable firewalld #关闭Firewalls自启动 Removed symlink /etc/systemd/syst ...
分类:Web程序   时间:2017-03-20 20:41:47    阅读次数:446
细说firewalld和iptables
在RHEL7里有几种防火墙共存:firewalld、iptables、ebtables,默认是使用firewalld来管理netfilter子系统,不过底层调用的命令仍然是iptables等。firewalld跟iptables比起来至少有两大好处:1、firewalld可以动态修改单条规则,而不需要像iptables那样,在修改了规则后必须得全..
分类:其他好文   时间:2017-03-03 19:37:59    阅读次数:215
CentOS 7安装zabbix3.0
CentOS 7安装zabbix3.0 一、环境介绍 # systemctl stop firewalld # setenforce 0 # yum -y install unzip vim net-tools lrzsz Zabbix 需要依赖LAMP/LNMP环境 # yum -y instal ...
分类:其他好文   时间:2017-02-22 21:19:02    阅读次数:345
linux防火墙firewall使用简介
1、firewalld的基本使用启动: systemctl start firewalld查看状态: systemctl status firewalld停止: systemctl disable firewalld禁用: systemctl stop firewalld 2.systemctl是C ...
分类:系统相关   时间:2017-02-19 20:16:56    阅读次数:775
docker : 报错 WARNING: IPv4 forwarding is disabled. Networking will not work.
[root@localhost ~]# systemctl stop firewalld[root@localhost ~]# setenforce 0[root@localhost ~]# systemctl start docker[root@localhost ~]# docker image ...
分类:Web程序   时间:2017-02-18 14:20:36    阅读次数:2401
安装VNC
一、安装VNC相关包 [plain] view plain copy yum -y install tigervnc tigervnc-server tigervnc-server-module [plain] view plain copy [plain] view plain copy 二、复制 ...
分类:其他好文   时间:2017-02-16 23:34:04    阅读次数:291
linux系统优化
1、最小化系统安装 2、修改系统内核参数/etc/sysctl.conf 3、精简开机启动服务 4、关闭firewalld selinux 5、修改sshd服务端口及配置禁止root登录 sudo 6、修改文件描述符大小 7、定时更新系统时间 8、配置国内yum源 9、锁定关键文件 10、隐藏系统版 ...
分类:系统相关   时间:2017-02-12 11:09:51    阅读次数:177
tomcat + nginx 负载均衡
虚拟机1 : nginx 1 systemctl stop firewalld 2 setenforce 0 3 yum -y install lrzsz 4 rz 5 ls 6 tar -zxvf nginx-1.10.1.tar.gz -C /usr/src/ 7 cd /usr/src/ngi ...
分类:其他好文   时间:2017-02-10 23:01:41    阅读次数:230
centos7 安装 httpd并打开测试页
systemctl start firewalld.service#启动firewallsystemctl stop firewalld.service#停止firewallsystemctl disable firewalld.service#禁止firewall开机启动 systemctl st ...
分类:Web程序   时间:2017-02-03 18:32:24    阅读次数:481
vmware安装centos7 安装redis windows7访问redis
1.在windows7中安装vmware 2.在vmware中安装centos7 3.禁用centos7自带的firewalld.service 4.安装iptables防火墙 5.安装Redis 3.2.6 is the latest stable version. 6.修改redis.conf配 ...
分类:Windows程序   时间:2017-01-25 18:43:04    阅读次数:272
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!