Loading... # Linux ## CLI工具 ### speedometer 显示网卡接口出入流量速度 ```sh apt install speedometer speedometer -r eth0 -t eth0 ``` ### btop/bashtop/bpytop 比htop更全面更炫酷的资源显示 其中bashtop是第一个版本,使用bash实现 bpytop 是第二个迭代版本,使用python实现 btop++ 是第三个迭代版本,使用c++实现,但是功能相对bpytop少 ```sh apt install btop apt install bashtop apt install bpytop ``` ### s-tui CPU温度显示 ```sh apt install s-tui 或 pip install s-tui ``` ### macchanger 更改mac地址 ```sh apt install macchanger macchanger -s eth0 # 显示当前mac macchanger -r eth0 # 随机生成mac macchanger -m XX:XX:XX:XX:XX:XX eth0 # 指定mac macchanger -e eth0 # 生成同品牌mac地址 macchanger -a eth0 # 生成不同厂家同一类型mac地址 macchanger -A eth0 # 生成不同厂家不同类型mac地址 macchanger -l # 品牌列表 ``` Last modification:January 4, 2024 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 0 如果觉得我的文章对你有用,请随意赞赏
2 comments
你的文章总是能给我带来欢乐,谢谢你! https://www.4006400989.com/qyvideo/76727.html
博主真是太厉害了!!!