当前位置:首页 > linux运维

linux宽带速度测试

14324472931年前 (2025-03-17)linux运维1208
wget -O /dev/null https://sin-speed.hetzner.com/100MB.bin --progress=bar:force

https://nbg1-speed.hetzner.com(德国纽伦堡)

https://fsn1-speed.hetzner.com(法兰克福)

https://hel1-speed.hetzner.com(芬兰赫尔辛基)

https://ash-speed.hetzner.com(美国弗吉尼亚州)

https://hil-speed.hetzner.com(美国 俄勒冈州 波特兰)

https://sin-speed.hetzner.com(新加坡)


扫描二维码推送至手机访问。

版权声明:本文由爱开发博客发布,如需转载请注明出处。

本文链接:https://www.lovekf.cn/?id=39

分享给朋友:

“linux宽带速度测试” 的相关文章

linux 基线配置常用命令

vi /etc/selinux/config SELINUX=disabled vi /etc/sysctl.conf net.ipv6.conf.all.disable_ipv6 =1 net.ipv6.conf.default.disable_ipv6&…

nas 里好用的docker 推荐

</head><body>1.adguard/adguardhome这是一个广告拦截项目,具备dns功能,特别适合在局域网部署,防止dns污染和用于做开发测试的时候对测试域名进行host。   --restart unless-stop…

aria2配置文件和bt-tracker定期更新脚本

# # https://github.com/P3TERX/aria2.conf # File name:aria2.conf # Description: Awesome Aria2 configuration file # Version: 2021.09.15 # # Copyright (c…

docker镜像无法下载的解决方案

要更换Docker镜像仓库,您需要编辑Docker的配置文件,并将镜像仓库地址更改为您想要使用的地址。以下是在CentOS系统上更换Docker镜像仓库的一般步骤:1.连接到您的CentOS服务器,并使用文本编辑器(如vi或nano)打开Docker的配置文件/etc/docker/daemon.j…

docker 安装

1.卸载旧版docker sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \…

nginx 和frp共存端口转发规则

```bash server { listen 80; listen [::]:80; server_name *.lovekf.cn; location / { proxy_pass http://127.0.0.1:81; proxy_redirect http://$host/ http:/…

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。