全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 5790|回复: 27

发个vps测试脚本合集吧

  [复制链接]
发表于 2022-4-19 20:48:06 | 显示全部楼层 |阅读模式
本帖最后由 取个什么名好呢 于 2022-5-7 10:30 编辑

vps 或独服测试脚本,相信大家用得到。

vps规格测试脚本: wget -qO- bench.sh | bash 这个网址失效了更新一下 curl -so- 86.re/bench.sh | bash

或者: wget -qO- git.io/superbench.sh | bash

或者:curl -sL yabs.sh | bash
curl -sL yabs.sh | bash -s -- -i

三网测速:bash <(curl -Lso- https://git.io/superspeed.sh)

vps查看回程线路脚本: wget -qO- git.io/besttrace | bash

vps的cpu性能测试脚本: wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh && chmod +x unixbench.sh && ./unixbench.sh

独服硬盘测试: wget -q https://github.com/Aniverse/A/raw/i/a && bash a

流媒体解锁测试:bash <(curl -L -s check.unlock.media)

vps去程测试网址:https://tools.ipip.net/traceroute.php

vps的ping测试网址:https://ping.pe

下面是俺随手写的脚本:

DD脚本地址:
https://github.com/yeahwu/InstallOS

v2ray+ws+tls一键脚本地址:
https://github.com/yeahwu/v2ray-wss

其它,大家补充……
发表于 2022-4-19 20:51:44 | 显示全部楼层
本帖最后由 host_sky 于 2022-4-19 20:53 编辑

curl -sSL https://get.daocloud.io/docker | sh        安装docker
curl -L https://get.daocloud.io/docker/compose/releases/download/v2.3.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose        安装 Docker Compose
chmod +x /usr/local/bin/docker-compose       



mkdir x-ui && cd x-ui           X-ui docker
docker run -itd --network=host -v $PWD/db/:/etc/x-ui/ -v $PWD/cert/:/root/cert/ --name x-ui --restart=unless-stopped enwaiax/x-ui:latest       



echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf        BBR加速
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf       
sysctl -p       
lsmod | grep bbr       



wget -q https://gitee.com/yanyuwangluo/onekey/raw/master/Onkey/xinql.sh -O xinql.sh && bash xinql.sh        青龙面板
docker exec -it qinglong bash -c  "$(curl -fsSL https://ghproxy.com/https://raw.githubusercontent.com/shidahuilang/QL-/main/npm.sh)"         安装青龙依赖命令
docker exec -it qinglong bash        
ql repo https://github.com/KingRan/KR.git "jd_|jx_|jdCookie" "activity|backUp" "^jd[^_]|USER|utils|function|sign|sendNotify|ql|JDJR"       



rm -rf /etc/localtime        #时间校准
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime       


bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/ChangeMirrors.sh)        Linux 一键更换国内软件源脚本
wget -qO- 1keydd.com/inst.sh | bash -s - -t deb        5K哥 DD脚本
 楼主| 发表于 2022-4-19 20:50:41 | 显示全部楼层
测试25端口是否开放:

telnet smtp.aol.com 25
发表于 2022-4-19 21:01:16 | 显示全部楼层
收藏,谢谢分享
发表于 2022-4-19 21:12:13 | 显示全部楼层
收藏一个,虽然从来没用过
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2024-4-19 19:56 , Processed in 0.065813 second(s), 10 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表