PCYO 评测夜鸥 六度计算世界

少年强 则 中国强

最新发布

杂谈

网络诊断之tcpping

admin 阅读(8304) 评论(0)

Windowswindows默认只有ping工具, 但是在其官网(https://learn.microsoft.com/zh-cn/sysinternals/downloads/psping)有提供 pstools工具,里面有psping 可以用 下载地址:https://download...

杂谈

公网IP查询

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/

杂谈

centos 各项性能测试

admin 阅读(7647) 评论(0)

速度测试curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.rpm.sh | sudo bash sudo yum install speedtest 测硬盘的读写速度可以用以下命令:...

杂谈

git 下载使用镜像地址

admin 阅读(7640) 评论(0)

直接修改 git 的配置,使用 镜像地址 替换所有指向 GitHub 的链接:git config --global url."https://mirros.site.com/".insteadOf "https://github.com/" git ...