量子广告

协作发展•畅想双赢

脚本

成功就是努力坚持下去,哪怕没有想要的结果,一份执着亦无愧自我。

服务器常用一键SHELL脚本

  • VPS测试

    1
    https://wl.cheshirex.com/sh/bench.sh

    #测试VPS基础信息,以及下载速度

  • 国内测试

    1
    https://wl.cheshirex.com/sh/superbench.sh

    #主要包括VPS硬件信息,国内节点测试,电信、联通、移动

  • 网速测试

    1
    https://wl.cheshirex.com/sh/superspeed.sh

    #主要包括国内的一些节点进行专项测试,电信、联通、移动

  • html5网速程序

    https://wl.cheshirex.com/sh/speedtest.zip
    #需要php环境,下载后解压即可运行,无须安装

  • 锐速一键包

    1
    https://wl.cheshirex.com/sh/serverspeeder.sh

    #一键安装锐速破解全功能版,不支持openvz架构,来自91yun

  • GoogleBBR一键脚本

    1
    https://wl.cheshirex.com/sh/bbr.sh

    #一键安装并开启bbr功能,google出品的一种TCP拥塞算法,不支持openvz虚拟架构。

  • 锐速一键包

    1
    https://wl.cheshirex.com/sh/serverspeeder_appex.sh

    #另一位爱好者开发的锐速一键安装脚本,
    开发:https://github.com/0oVicero0/serverSpeeser_Install

  • FS一键包

    1
    https://wl.cheshirex.com/sh/finalspeed.sh

    #一键安装finalspeed功能,支持全系架构

  • 自动备份脚本

    1
    https://wl.cheshirex.com/sh/AutoBackupToFtp.sh

    #每天自动备份MYSQL及打包网站目录

  • VPS跑分测试

    1
    https://wl.cheshirex.com/sh/unixbench.sh

    #unixbench进行跑分测试,单核和多核不同跑分

以上脚本使用方法:

1
2
3
wget wl.cheshirex.com.com/sh/name.sh
chmod +x name.sh
./name.sh

使用示例:这里以第一个VPS测试脚本为例。

1
2
3
wget https://wl.cheshirex.com/sh/bench.sh
chmod +x bench.sh
./bench.sh
0%