当前位置:首页 > linux运维

linux宽带速度测试

14324472931年前 (2025-03-17)linux运维1211
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…

CentOS优化手册

1. 调整 journal 存储设置( 解决systemd 或者 systemd-journald 进程占用大量 CPU 或内存资源的情况)编辑 /etc/systemd/journald.conf 文件,并更改 Storage 参数。例如,将其从 persistent 改为 volatile 或…

linux基线配置脚本(自己更具需求书写,并不适合所有人)

支持内容:1.检查更新系统时间。 ```bash#!/bin/bash 更新系统时间(假设你有NTP服务或者可以访问互联网时间服务器)echo “Updating system time using NTP…”sudo timedatectl set-ntp true 检查是否成功设置…

使用自定义docker加速地址下载镜像

1.例如加速地址为:https://docker.1ms.run2.配置docker加速地址cat > /etc/docker/daemon.json <<EOF > {"registry-mirrors":&nb…

发表评论

访客

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