网络诊断之tcpping
Windowswindows默认只有ping工具, 但是在其官网(https://learn.microsoft.com/zh-cn/sysinternals/downloads/psping)有提供 pstools工具,里面有psping 可以用 下载地址:https://download...
admin 阅读(8304) 评论(0)
Windowswindows默认只有ping工具, 但是在其官网(https://learn.microsoft.com/zh-cn/sysinternals/downloads/psping)有提供 pstools工具,里面有psping 可以用 下载地址:https://download...
admin 阅读(8289) 评论(0)
Centos8报错:Failed loading plugin "osmsplugin": No module named 'librepo' sudo dnf install python3-librepo
admin 阅读(7320) 评论(0)
curl -s http://tnx.nl/ip curl -s https://checkip.amazonaws.com curl -s api.infoip.io/ip curl -s ip.appspot.com wget -O - -q https://icanhazip.com/
admin 阅读(7647) 评论(0)
速度测试curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.rpm.sh | sudo bash sudo yum install speedtest 测硬盘的读写速度可以用以下命令:...
admin 阅读(7640) 评论(0)
直接修改 git 的配置,使用 镜像地址 替换所有指向 GitHub 的链接:git config --global url."https://mirros.site.com/".insteadOf "https://github.com/" git ...