E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Firewall高级配置
尚硅谷Nginx
高级配置
笔记
写在前面:本笔记是学习尚硅谷nginx可成的时候的笔记,不是原创,如有需要,可以去官网看视频,以下是pdf文件Nginx高级第一部分:扩容通过扩容提升整体吞吐量1.单机垂直扩容:硬件资源增加云服务资源增加整机:IBM、浪潮、DELL、HP等CPU/主板:更新到主流网卡:10G/40G网卡磁盘:SAS(SCSI)HDD(机械)、HHD(混合)、SATASSD、PCI-eSSD、MVMeSSDSSD多
断剑zou天涯
·
2024-01-19 22:50
工具方法
nginx
笔记
运维
zabbix其他配置
systemctldisable--now
firewall
dsetenforce0hostnamectlset-hostnamezbx-agent021.确保客户端上的zabbix-agent2服务状态正常
lelelele798
·
2024-01-19 21:38
zabbix
服务器
linux
Prometheus监控系统
hostnamectlset-hostnameprometheus-server[root@localhost~]#bash[root@prometheus-server~]#systemctldisable
firewall
d
陌殇殇殇
·
2024-01-19 20:26
prometheus
运维
云计算
cetos7搭建部署k8s 版本1.28
主机分配内存最少是4Gcpu个数最少两个IP内存CPU主机名192.168.231.12044K1192.168.231.12144K2192.168.231.12244K3关闭防火墙systemctlstop
firewall
ed
村长在路上
·
2024-01-19 20:09
kubernetes
linux
容器
DNS与HTTP综合服务
以学号22为例:虚拟机初始化开启防火墙[root@localhost~]#systemctlstart
firewall
d设置IP地址:192.168.22.1配置YUM源关闭SELINUX二、安装软件[
lopowh
·
2024-01-19 19:40
linux
apache
linux
运维
解决使用idea连接docker失败问题
systemctlstop
firewall
d1、编辑docker配置文件vi/usr/lib/systemd/system/docker.service2、ExecStart改成下面的ExecStart
ta山之石可以攻玉
·
2024-01-19 16:40
centos
Docker
docker
容器
运维
Linux网络相关、
firewall
d和netfilter、netfilter5表5链介绍、iptables语法
Linux网络相关Linux网络相关ifconfig-a这个-a选项是如果在网卡down掉或者没有IP的时候不加选项是看不到的[root@localhost~]#ifconfigens33:flags=4163mtu1500inet172.16.79.140netmask255.255.255.0broadcast172.16.79.255inet6fe80::20c:29ff:fe45:ec93
强出头
·
2024-01-19 13:27
通过两台linux主机配置ssh实现互相免密登陆
一、准备工作1:两台Linux主机,需要能ping通2:检查防火墙是否处于关闭状态,没关闭的话关闭,防止防火墙拦截流量查看防火墙状态:systemctlstatus
firewall
d关闭防火墙:systemctlstop
firewall
d3
~
·
2024-01-19 10:28
linux
ssh
服务器
linux 软件安装笔记
防火墙使用教程:https://www.cnblogs.com/crazycode2/p/11173591.html通过systemctlstatus
firewall
d查看
firewall
d状态通过systemctlstart
firewall
d
Sir_小三
·
2024-01-19 10:33
linux
Linux之
firewall
最常用命令
15systemctlstart
firewall
d.servicerestartstop16systemctlstatus
firewall
d.service17
firewall
-cmd--state18ps-ef
lopowh
·
2024-01-19 09:01
linux
计算机网络
linux
防火墙技术
防火墙(英语:
Firewall
)技术是通过有机结合各类用于安全管理与筛选的软件和硬件设备,帮助计算机网络于其内、外网之间构建一道相对隔绝的保护屏障,以保护用户资料与信息安全性的一种技术。
lopowh
·
2024-01-19 09:31
网络基础知识
linux
php
服务器
网络
CentOS7使用
firewall
d打开关闭防火墙与端口
1、
firewall
d的基本使用启动:systemctlstart
firewall
d关闭:systemctlstop
firewall
d查看状态:systemctlstatus
firewall
d开机禁用:
Cingjin
·
2024-01-19 07:54
Linux 修改 SSH 默认22端口
是服务端vi/etc/ssh/sshd_config在#Port22下一行添加Portxxx(你的端口号)2.重启sshdsystemctlrestartsshd系统没有任何提示表示成功3.防火墙开放端口
firewall
-cmd
南瓜战士
·
2024-01-18 22:21
linux
ssh
服务器
使用nginx搭建网页
具体配置#下载nginx[root@oula1~]#yuminstallnginx-y#关闭防火墙1、[root@oula1~]#systemctlstop
firewall
d2、[root@oula1~
Despairsss
·
2024-01-18 20:00
nginx
运维
系统配置dns主从服务器
准备两台主机,区分主从二、完全区域传送1、主DNS服务器配置#安装相关的包[root@oula1~]#yuminstallbind-y#关闭防火墙[root@oula1~]#systemctlstop
firewall
d
Despairsss
·
2024-01-18 20:28
服务器
网络
运维
firewall
de开放端口
查看已开放的端口[root@bogonmnt]#
firewall
-cmd--list-ports//添加80端口[root@bogonmnt]#
firewall
-cmd--zone=public--add-port
Dyansts
·
2024-01-18 19:00
linux
centos
运维
redis安全设置conf 限制ip访问
设置只有内网IP可以访问1、将redis.conf里的bind127.0.0.1修改成本机本地IP2、仅对特定IP开放该端口
firewall
-cmd--permanent--add-rich-rule=
yichen_china
·
2024-01-18 15:59
k8s 集群搭建的一些坑
按自己的网络环境相应配置)(master/node)192.168.100.215k8s-master192.168.100.216k8s-node12、关闭防火墙(master/node)systemctlstop
firewall
dsystemctldisable
firewall
d3
ByteX
·
2024-01-18 15:29
k8s
kubernetes
容器
云原生
k8s集群环境搭建以及插件安装
ipk8s-master192.168.200.150k8s-node1192.168.200.151k8s-node2192.168.200.1522、关闭防火墙(master/node)systemctlstop
firewall
dsystemctldisable
firewall
ByteX
·
2024-01-18 15:54
kubernetes
容器
云原生
渗透测试之用Kali2022渗透Windows 10系统
无线网卡问题描述:渗透测试之用Kali2022,测试Windows10解决方案:一、准备1.KALI虚机设置用外置无线网卡(预防反查到你本机)2.制作脚本,社工用于靶机关闭防火墙命令:netshadv
firewall
setallprof
玩电脑的辣条哥
·
2024-01-18 15:42
渗透测试
windows
渗透测试
安全
Linux和window如何开放防火墙端口(8080,3306,9200,6379...)
Linux(来自实际操作)1.查看防火墙状态查看防火墙状态systemctlstatus
firewall
d开启防火墙systemctlstart
firewall
d关闭防火墙systemctlstop
firewall
d
徐州蔡徐坤
·
2024-01-18 10:34
Linux
MySQL
windows
端口开放
Ansible-剧本与变量
下面的的playbook是一个k8s安装环境初始化的剧本,其实现方式简单,是在k8s集群中所有节点都需要做的一些处理,实现如下功能配置
firewall
,selinux,
old_GGB
·
2024-01-18 08:19
ansible
[自动化分布式] Zabbix自动发现与自动注册
缺点是如果定义的网段中的主机数量多,zabbixserver登记耗时较久,且压力会较大部署添加zabbix客户端主机(192.168.17.31)systemctlstop
firewall
dsetenforce0hostnamectlset-hostnamezbx-a
思华年^O^
·
2024-01-18 08:57
自动化
zabbix
运维
firewall
-cmd使用--remove-rich-rule删除rich-rule规则
命令格式:
firewall
-cmd--permanent--remove-rich-rule'规则列表'
firewall
-cmd--permanent--remove-rich-rule'rulefamily
小黑佬
·
2024-01-18 05:38
mysql二进制安装
i.运行systemctlstatus
firewall
d命令查看当
yunwei_ls
·
2024-01-18 03:33
基于lnmp架构的zabbix监控系统
基于lnmp架构的zabbix监控系统一、部署lnmp架构(一)、安装nginx(二)、安装MySQL(三)、安装PHP二、安装zabbix一、部署lnmp架构关闭防火墙systemctlstop
firewall
dsetennfore0
永恒の轻语
·
2024-01-18 02:03
zabbix
Docker搭建LNMP
系统sed-i's/SELINUX=enforcing/SELINUX=disabled/'/etc/selinux/config&>/dev/nullsetenforce0systemctlstop
firewall
d
WeMeHM
·
2024-01-18 01:31
docker
linux
运维
【Window10】:安装openSSH
虚拟机上搭建window10系统,本机连不上虚拟机ssh用户名@虚拟机当中系统的ip地址("ifconfig"命令查看)先从最简单的原因入手:虚拟机当中的系统防火墙没有关闭#cmd终端输入NetShAdv
firewall
setallprofilesstateoff
追yi个小太阳
·
2024-01-17 23:09
【配置环境】
linux
运维
服务器
RHCE第14章:邮件服务器
系列文章目录RHCE第0章:RHCE开始前的准备RHCE第1章:Web服务器(上)RHCE第1章:Web服务器(下)RHCE第2章:DNS服务RHCE第3章:DHCP服务器RHCE第4章:
Firewall
超哥--
·
2024-01-17 19:24
RHCE
服务器
运维
linux
RHCE:web服务器+nfs服务器搭建
准备服务端(采用OpenEuler系统)2、具体配置#下载nginx[root@server~]#yuminstallnginx-y#关闭防火墙1、[root@server~]#systemctlstop
firewall
d2
花花蝴蝶猫
·
2024-01-17 19:24
服务器
运维
Linux下防火墙相关命令整理【转】
二.相关命令整理开启防火墙systemctlstart
firewall
d1关闭防火墙systemctlstop
firewall
d1重启防火墙systemctlrestart
firewall
d1开机启用防火墙
kevin_水滴石穿
·
2024-01-17 18:13
linux
网络
服务器
Centos 7 防火墙操作
安装
firewall
d防火墙#yuminstall
firewall
d开启服务#systemctlstart
firewall
d.service关闭防火墙#systemctlstop
firewall
d.service
菜是一种态度
·
2024-01-17 18:21
Linux
Centos
7
firewalld
[zabbix] zabbix监控其他
systemctldisable--now
firewall
dsetenforce0h
为什么老是名字被占用
·
2024-01-17 17:36
监控
zabbix
运维
linux
服务器
Linux下的防火墙
Linux下防火墙简介Linux下防火墙有两种分别是iptables和
firewall
d,在centos7之前centos用的防火墙是iptables,自从centos7过后防火墙的使用就从iptables
不想上课。
·
2024-01-17 14:58
Linux基础
linux
服务器
运维
centos
Linux下防火墙相关命令整理
二.相关命令整理开启防火墙systemctlstart
firewall
d关闭防火墙systemctlstop
firewall
d重启防火墙systemctlrestart
firewall
d开机启用防火墙systemctlenable
firewall
d
木马小Z
·
2024-01-17 14:26
开发工具
linux
centos系统内存磁盘过高报警发送邮件到qq邮箱
不使用脚本执行步骤1、先关闭防火墙2、下载或更新邮件服务3、邮箱设置4、修改配置文件5、请求数字证书6、测试邮件是否发送成功7、执行结果二、写入脚本执行一、不使用脚本执行步骤1、先关闭防火墙systemctlstop
firewall
d2
yu.deqiang
·
2024-01-17 13:05
#
linux问题归纳
centos
linux
服务器
WAF的技术原理
WAF—WebApplication
Firewall
,可以用来屏蔽常见的网站漏洞攻击,如SQL注入,XML注入、XSS等。一般针对的是应用层而非网络层的入侵,从技术角度应该称之为WebIPS。
鞋子上的青泥点
·
2024-01-17 12:05
配置DNS主从服务器,能够实现正常的正反向解析
目录准备工作:配置主服务器配置从服务器修改资源文件尝试进行主从同步准备工作:关闭防火墙及selinux:[root@master~]#systemctlstop
firewall
d[root@master
忆往夕梦
·
2024-01-17 06:10
服务器
linux
运维
firewall
d防火墙开启后无法启动docker的问题
1、错误场景和现象linux开启或重启防火墙后,创建docker自定义网络时dockernetworkcreate--driverbridge--subnet192.168.0.0/16--gateway192.168.0.1frayernet报错:[root@VM-16-5-centoshome]#dockernetworkcreate--driverbridge--subnet192.168.
西西o
·
2024-01-16 20:50
BUG处理
Liunx
docker
容器
运维
Nexus3配置本地Docker镜像
share/zoneinfo/Asia/Shanghai/etc/localtimeecho'Asia/Shanghai'>/etc/timezone3.防火墙配置#设置服务systemctlrestart
firewall
dsystemctlenable
firewall
d
陈浩腩
·
2024-01-16 20:30
Centos7安装K8S
Centos7安装K8S安装过程中没有出现的错误可以往下根据以前一些博主写的博客,在小阳翻了不下几十篇博客之后,我果断是放弃了,于是找到了官网地址,然后也有坑1.关闭防火墙systemctlstop
firewall
dsystemctldisable
firewall
d2
小阳小朋友
·
2024-01-16 19:13
kubernetes
重启阿里云ESC服务器后,数据库与jar包外面无法访问bug
bug重启了服务器,发现从外面无法连接数据库原因使用
firewall
-cmd--list-all命令查看服务器防火墙的配置,发现没有开启3306端口的开放,虽然我们在安全组设置3306端口但是防火墙没有开启
忆梦九洲
·
2024-01-16 19:38
bug
阿里云
服务器
数据库
bug
无法访问
源码安装Samba 4.15.0版本(超详细)
systemctlstop
firewall
d.servicesystemctldisable
firewall
d.servicevi/etc/selinux/config#SELINUX=enforcing
做一个开源的人
·
2024-01-16 18:25
perl
linux
centos
linux 打开端口8888命令
想要打开端口,先查看该端口是否是开放的:
firewall
-cmd--query-port=8888/tcp可能报
firewall
-cmd:commandnotfound的错误,既然是找不到命令,说明没有安装
Z_Howe
·
2024-01-16 17:11
python
Centos7安装Apache +MySQL+PHP +JDK
腾讯云Centos7安装Apache+MySQL+PHP+JDK+Tomcat安装防火墙Centos7.0系统默认用
firewall
防火墙,先要停止
firewall
,然后安装iptables防火墙。
温柔了十方春冬
·
2024-01-16 15:29
Linux --
firewall
d的富语言规则
1.
Firewall
d支持两种类型的NAT:IP地址伪装和端口转发。
陈建华01
·
2024-01-16 13:42
Linux
linux
运维
服务器
SELinux、SELinux运行模式、破解Linux系统密码、
firewall
d防火墙介绍、构建基本FTP服务、systemd管理服务、设置运行模式
1路漫漫其修远兮,吾将上下而求索2DNS服务器作用:负责域名解析的服务器,将域名解析为IP地址/etc/resolv.conf:指定DNS服务器地址配置文件3常用的网络工具ip命令(Linux最基础的命令)1.查看IP地址[root@server~]#ipaddressshow[root@server~]#ipas2.临时添加IP地址[root@server~]#ipaddressadd192.1
Mick方
·
2024-01-16 09:36
linux
git
运维
搭建战姬物语
环境配置关闭防火墙systemctlstop
firewall
d关闭SELinuxsetenforce0配置静态ipvim/etc/sysconfig/network-scripts/ifcfg-ens33
小薛睡不醒
·
2024-01-16 07:12
linux
运维
服务器
基于LAMP搭建qqfarm(保姆级教程!!!!)
关闭防火墙,关闭SELinuxsystemctlstop
firewall
d或者systemctldisable
firewall
d关闭SELinuxsetfenforce0或者永久关闭在/etc/selinux
小薛睡不醒
·
2024-01-16 07:42
linux
运维
服务器
基于LNMP搭建qqfarm
环境配置关闭防火墙systemctlstop
firewall
d关闭SELinuxsetenforce0配置静态ipvim/etc/sysconfig/network-scripts/ifcfg-ens33
小薛睡不醒
·
2024-01-16 07:42
服务器
linux
运维
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他