当前位置:首页 > linux运维

linux宽带速度测试

14324472931年前 (2025-03-17)linux运维1288
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宽带速度测试” 的相关文章

Xray VLESS+TCP+XTLS/TLS+Nginx+WebSocket 一键安装脚本 By wulabing

Xray VLESS+TCP+XTLS/TLS+Nginx+WebSocket 一键安装脚本 By wulabing

Xray 基于 Nginx 的 VLESS + XTLS 一键安装脚本,支持VLESS + TCP + TLS + Nginx + VLESS + TCP + XTLS / TLS + Nginx等多种组合一键安装,系统支持Debian 9+ / Ubuntu 18.04+ / Centos7+ /…

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 安装

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

CentOS优化手册

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

云豹直播搭建过程中node聊天接口无法使用的修复方案

1.云豹node服务原始依赖于http协议,目前浏览器已经不支持http和https混合使用,所以需要为node.js支持https. 解决思路如下: 1.使用nginx进行端口转发,将域名转发至云豹的node.js端口19967端口。 2.如何更新ssl证书(宝塔创建一个站点,域名为聊天服务器地址…

宝塔shell脚本删除日期生成的目录

#!/bin/bash # 定义要查找的目录路径 TARGET_DIR="/www/xxxxxx/public/tempipg" find "$TARGET_DIR" -type d -mtime +3 | grep -E "${TARGET_DIR}/[0-9]{8}$" | while re…

发表评论

访客

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