全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

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

【宝典在手,江山我有】小白闯江湖之常用一键脚本!

[复制链接]
发表于 2023-8-12 21:17:08 | 显示全部楼层 |阅读模式
termius订阅掉了
换到新账户,把老的资料备份下
顺带发给给位mjj,常用的应该都有了
根据@Kdkdk 大佬的意见,修改了下,做了下分类,并且加上了来源

markdown格式的

懒得编辑了
要详细看的话,自己找个markdown编辑器粘贴进去就行了

网络测试类脚本
=================
三网测速
-----------------
```
bash <(curl -Lso- https://www.infski.com/files/superspeed.sh)
```
来源:<https://www.hostloc.com/thread-1076459-1-1.html>
用途:三网多线程测速


Hyperspeed
-----------------
```
bash <(curl -Lso- https://bench.im/hyperspeed)
```
来源:<https://hostloc.com/thread-1076585-1-1.html>
用途:测试三网单线程测速,比方说油管速度就是单线程

硬件测试类脚本
=================

geekbench和yabs
-----------------
geekbench5
```
curl -sL yabs.sh|bash -s -- -if -fdi5
```
yabs
```
curl -sL yabs.sh | bash
```

来源:<https://github.com/masonr/yet-another-bench-script>
用途:geekbench5只测试小鸡的cpu的geekbench5的跑分,去掉了网络和硬盘测试
现在的yabs默认是6,yabs同时还提供小鸡的硬盘和网络测试,具体详细的参数看作者github的readme

bench.sh
-----------------
```
wget -qO- bench.sh | bash
```
来源:<https://teddysun.com/444.html>
用途:秋水大佬的脚本,可以显示linux小鸡的详细信息,以及硬盘和网络的测试
如果要测试小鸡国外的速度的话,用这个


硬盘测试
-----------------
```
dd bs=64k count=4k if=/dev/zero of=test oflag=dsync
```
用途:用dd命令测试小鸡的硬盘性能

超售检测
-----------------
```
curl https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh | bash
```
```
wget --no-check-certificate -O memoryCheck.sh https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh && chmod +x memoryCheck.sh && bash memoryCheck.sh
```
来源:<https://hostloc.com/thread-1187330-1-1.html>
用途:检测小鸡是否超售,不过其实自己买小鸡那价格超没超售,都应该心知肚明了
有钱还是上杜甫

ip检测
=================

流媒体检测
-----------------
```
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
```
来源:<https://github.com/lmc999/RegionRestrictionCheck>
用途:测试小鸡ip的流媒体以及chatgpt解锁,同时这个脚本在安卓的temux,ios上ish,mac的终端上也是能用的,可以用来判断机场的节点是否支持解锁
windows的话可以用linux子系统

四网回程测试
-----------------
```
wget -O jcnf.sh https://raw.githubusercontent.com/Netflixxp/jcnfbesttrace/main/jcnf.sh && chmod +x jcnf.sh && clear &&./jcnf.sh
```
来源:<https://github.com/Netflixxp/jcnfbesttrace>
用途:测试小鸡的四网回程路由,三大运营商和教育网的路由


综合脚本
=================

融合怪
```
bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)
```
来源:<https://github.com/spiritLHLS/ecs>

lemonbench
```
wget -qO- https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s -- --fast
```
来源:<https://github.com/LemonBench/LemonBench>

用途:上面两个都是综合测试小鸡的各项性能,怎么用看作者的readme


魔法类
=================

xui
-----------------
```
bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)
```
v2ray-agent
-----------------
```
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
```

warp
-----------------
wgcf
```
wget -N https://raw.githubusercontent.com/fscarmen/warp/main/menu.sh && bash menu.sh [option] [lisence]
```

Warp-go
```
wget -N https://raw.githubusercontent.com/fscarmen/warp/main/warp-go.sh && bash warp-go.sh
```
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-5-17 22:10 , Processed in 0.056149 second(s), 8 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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