首页
网络
运维
后端
前端
数据库
Linux
生活
瞬间
留言板
图床
友链
关于
小狐狸
行动起来,活在当下
累计撰写
39
篇文章
累计创建
21
个标签
累计收到
2
条评论
栏目
首页
网络
运维
后端
前端
数据库
Linux
生活
瞬间
留言板
图床
友链
关于
目 录
CONTENT
linux-小狐狸
以下是
linux
相关的文章
2024-07-17
Linux查看网卡速率
ethtool 网卡名称 Example: ethtool ens33 Settings for ens33: Supported ports: [ TP ] Supported link modes: 10baseT/Half 10baseT/Full
2024-07-17
17
0
0
Linux
2024-07-16
iptables
iptables iptables内置了4个表,即filter表、nat表、mangle表和raw表,分别用于实现包过滤,网络地址转换、包重构(修改)和数据跟踪处理。 规则表: 1. filter表——三个链:INPUT、FORWARD、OUTPUT 作用:过滤数据包 内核模块:iptables_f
2024-07-16
21
0
0
Linux
2024-07-16
Centos查看系统版本
cat /etc/issue cat /etc/system-release uname -a
2024-07-16
17
0
0
Linux
1
2