1.uptime命令 ```shell [root@localhost data]# uptime 19:42:03 up 6 days, 19:16, 4 users, load average: 0.00, 0.02, 0.05 ``` 2…
linux系统下的wifi启动不了
**适用于Ubuntu、Centos** 射频(rf)是Radio Frequency的缩写,rfkill可以管理wifi、wlan、bluetooth、uwb、wimax、wwan、gps、fm、nfc无线信号。 这种开关在某种程度上能够控制硬件…
Linux下使用TC实现网络限流
### 1. Linux 下的流量控制原理 通过对包的排队,我们可以控制数据包的发送方式。这种控制,称之为数据整形,shape the data,包括对数据的以下操作: - 增加延时 - 丢包 - 重新排列 - 重复、损坏 - 速率控制 在 qdis…
CentOS7系统中使用iptables
CentOS7 使用iptables,需要重新安装iptables并且关闭firewalld服务 ### 关闭firewall: ```bash systemctl stop firewalld.service #停止firewall systemc…