• 首页
  • 归档
  • 关于
  • 搜索
  • 夜间模式
    ©2026  望时代 Theme by OneBlog

    望时代

    搜索
    标签
    # 教程 # Linux # 脚本 # AI # 影音 # 游戏 # 随笔 # 科技 # 认知
  • 首页>
  • >
  • 正文
  • 【宝典在手,江山我有】小白闯江湖之常用一键脚本! 1

    2026年06月26日 2 阅读 0 评论 5981 字

    【宝典在手,江山我有】小白闯江湖之常用一键脚本! 1 __2023年8月11日 __3条评论 __262次阅读 __0人点赞 __Tao_Qi termius订阅掉了
    换到新账户,把老的资料备份下

    顺带发给给位mjj,常用的应该都有了
    根据@Kdkdk 大佬的意见,修改了下,做了下分类,并且加上了来源 网络测试类脚本 三网测速
    [code]

    bash <(curl -Lso- https://www.infski.com/files/superspeed.sh)
    

    [/code]

    来源:https://www.hostloc.com/thread-1076459-1-1.html
    用途:三网多线程测速 Hyperspeed
    [code]

    bash <(curl -Lso- https://bench.im/hyperspeed)
    

    [/code]

    来源:https://hostloc.com/thread-1076585-1-1.html
    用途:测试三网单线程测速,比方说油管速度就是单线程 硬件测试类脚本 geekbench和yabs geekbench5
    [code]

    curl -sL yabs.sh|bash -s -- -if -fdi5
    

    [/code]

    yabs
    [code]

    curl -sL yabs.sh | bash
    

    [/code]

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

    wget -qO- bench.sh | bash
    

    [/code]

    来源:https://teddysun.com/444.html
    用途:秋水大佬的脚本,可以显示linux小鸡的详细信息,以及硬盘和网络的测试
    如果要测试小鸡国外的速度的话,用这个 硬盘测试
    [code]

    dd bs=64k count=4k if=/dev/zero of=test oflag=dsync
    

    [/code]

    用途:用dd命令测试小鸡的硬盘性能 超售检测
    [code]

    curl https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh | bash
    

    [/code]
    [code]

    wget --no-check-certificate -O memoryCheck.sh https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh && chmod  x memoryCheck.sh && bash memoryCheck.sh
    

    [/code]

    来源:https://hostloc.com/thread-1187330-1-1.html
    用途:检测小鸡是否超售,不过其实自己买小鸡那价格超没超售,都应该心知肚明了
    有钱还是上杜甫 ip检测 流媒体检测
    [code]

    bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
    

    [/code]

    来源:https://github.com/lmc999/RegionRestrictionCheck
    用途:测试小鸡ip的流媒体以及chatgpt解锁,同时这个脚本在安卓的temux,ios上ish,mac的终端上也是能用的,可以用来判断机场的节点是否支持解锁
    windows的话可以用linux子系统 四网回程测试
    [code]

    wget -O jcnf.sh https://raw.githubusercontent.com/Netflixxp/jcnfbesttrace/main/jcnf.sh && chmod  x jcnf.sh && clear &&./jcnf.sh
    

    [/code]

    来源:https://github.com/Netflixxp/jcnfbesttrace
    用途:测试小鸡的四网回程路由,三大运营商和教育网的路由 综合脚本 融合怪
    [code]

    bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)
    

    [/code]

    来源:https://github.com/spiritLHLS/ecs lemonbench
    [code]

    wget -qO- https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s -- --fast
    

    [/code]

    来源:https://github.com/LemonBench/LemonBench 用途:上面两个都是综合测试小鸡的各项性能,怎么用看作者的readme 魔法类 xui
    [code]

    bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)
    

    [/code]

    v2ray-agent
    [code]

    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
    

    [/code]

    warp wgcf
    [code]

    wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh
    

    [/code]

    Warp-go
    [code]

    wget -N https://gitlab.com/fscarmen/warp/-/raw/main/warp-go.sh && bash warp-go.sh
    

    [/code]

    本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议

    1. Google说道: 2023年8月11日 下午6:39 自荐一下我的 geekbench5,功能增强

    [code] bash <(curl -sL gb5.top)

    [/code]
    [code] # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #

         #            专用于服务器的GB5测试             #
         #                 v2023-08-08                  #
         #        https://github.com/i-abc/gb5          #
         # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
         
         当前时间:2023-08-11 18:37:10 CST
         净测试时长:1分50秒
         
         Geekbench 5 测试结果
         
         系统信息
           Operating System              Red Hat Enterprise Linux 8.8 (Ootpa)
           Kernel                        Linux 4.18.0-477.15.1.el8_8.x86_64 x86_64
           Model                         Red Hat KVM
           Motherboard                   N/A
           BIOS                          SeaBIOS 1.16.0-3.module_el8.7.0+3346+68867adb
         
         处理器信息
           Name                          AMD Ryzen 9 5950X
           Topology                      1 Processor, 1 Core
           Identifier                    AuthenticAMD Family 25 Model 33 Stepping 0
           Base Frequency                3.39 GHz
           L1 Instruction Cache          64.0 KB
           L1 Data Cache                 64.0 KB
           L2 Cache                      512 KB
           L3 Cache                      16.0 MB
         
         内存信息
           Size                          771 MB
         
         单核测试分数:1333
         多核测试分数:1316
         详细结果链接:https://browser.geekbench.com/v5/cpu/21569375
         可供参考链接:https://browser.geekbench.com/search?k=v5_cpu&q=AMD%20Ryzen%209%205950X
         
         个人保存链接:https://browser.geekbench.com/v5/cpu/21569375/claim?key=172250
         

    [/code]

    回复

    1. Dogelee2说道: 2023年8月11日 下午6:41 @Google #1

    你这不错 回复

    1. sunsunsun说道: 2023年8月11日 下午6:41

    发表回复 取消回复电子邮件地址不会被公开。必填项已用 标注 __ __

    本文著作权归作者 [ doudoudoubao ] 享有,未经作者书面授权,禁止转载,封面图片来源于 [ 互联网 ] ,本文仅供个人学习、研究和欣赏使用。如有异议,请联系博主及时处理。
    脚本
    取消回复

    发表留言
    回复

    Copyright©2026  All Rights Reserved.  Load:0.004 s
    Theme by OneBlog V3.7.1
    夜间模式

    开源不易,请尊重作者版权,保留基本的版权信息。