TrID - File Identifier(Like Linux Command - file) TrID is an utility designed to identify file types from their binary signatures. While ...
性能测试 ab https://httpd.apache.org/docs/2.4/programs/ab.html wrk https://github.com/wg/wrk webbench ...
简单用法 # 查看所有网络连接 sudo lsof -i # 仅所有 IPV6 连接 sudo lsof -i 6 # 仅显示 TCP 连接 sudo lsof -iTCP # 使用-i:port来显示与指定端口相关的网络信息 sudo lsof -i:22 ...