全球主机交流论坛

标题: 发个vps测试脚本合集吧 [打印本页]

作者: 取个什么名好呢    时间: 2022-4-19 20:48
标题: 发个vps测试脚本合集吧
本帖最后由 取个什么名好呢 于 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:50
测试25端口是否开放:

telnet smtp.aol.com 25
作者: host_sky    时间: 2022-4-19 20:51
本帖最后由 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脚本
作者: kcyi    时间: 2022-4-19 21:01
收藏,谢谢分享
作者: 民工三代    时间: 2022-4-19 21:05
收藏
作者: kyc    时间: 2022-4-19 21:06
提示: 作者被禁止或删除 内容自动屏蔽
作者: wlc1984    时间: 2022-4-19 21:12
收藏一个,虽然从来没用过
作者: hswl666    时间: 2022-4-19 21:14
收藏
作者: kkapi    时间: 2022-4-19 21:25
收藏成功
作者: yizhi    时间: 2022-4-19 21:35
感谢分享
作者: 拿破仑    时间: 2022-4-19 21:50
已收藏,谢谢
作者: 取个什么名好呢    时间: 2022-4-19 21:53
哇,好多收藏了
作者: saysee    时间: 2022-4-19 22:01
收藏备用以后再说
作者: 夏夜星瞳    时间: 2022-4-19 22:06
收藏一下
作者: acm    时间: 2022-4-19 22:07
已经收藏

作者: 刚刚好先生    时间: 2022-4-19 22:08
插眼收藏 zsbd
作者: aa8    时间: 2022-4-19 22:09
收藏起来
作者: 取个什么名好呢    时间: 2022-4-19 22:17
呀!这个帖子有个“火”字
作者: winday    时间: 2022-4-19 22:47
提示: 作者被禁止或删除 内容自动屏蔽
作者: 咸鱼突刺    时间: 2022-4-20 17:36
感谢lz分享
作者: two    时间: 2022-5-5 22:12
厉害了 收藏备用
作者: gmail123    时间: 2022-5-5 22:34
已收藏,谢谢
作者: 取个什么名好呢    时间: 2022-5-5 22:56
哇,收藏的真多!
作者: cscool    时间: 2022-5-6 09:32
感谢分享
作者: zhaoqin147    时间: 2022-5-6 09:33
收藏
作者: xsbw    时间: 2022-5-6 09:34
感谢大表哥,好人一生平安
作者: 取个什么名好呢    时间: 2022-5-7 10:31
更新一下 bench.sh 脚本地址
作者: _hostloc    时间: 2022-5-7 10:54
好东西啊,mark




欢迎光临 全球主机交流论坛 (https://sunk.eu.org/) Powered by Discuz! X3.4