码迷,mamicode.com
首页 > 系统相关 > 详细

Linux Safe

时间:2018-08-06 14:33:17      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:csharp   tps   tle   grep   wc -l   封ip   class   tcp   方法   

 Linux防火墙:iptables禁IP与解封IP常用命令

https://blog.csdn.net/qjc_501165091/article/details/51225984

iptables -I INPUT -s ***.***.***.*** -j DROP
iptables -L

 

Linux查看端口使用状态、关闭端口方法

https://www.cnblogs.com/alantu2018/p/8462574.html

netstat -anp

查看linux中的TCP连接数

一、查看哪些IP连接本机

netstat -an

二、查看TCP连接数

1)统计80端口连接数
netstat -nat|grep -i "80"|wc -l

 

Linux Safe

标签:csharp   tps   tle   grep   wc -l   封ip   class   tcp   方法   

原文地址:https://www.cnblogs.com/soghipg/p/9429883.html

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