找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 215|回复: 29

【收集】vps可用的一键SHELL脚本

[复制链接]

47

主题

674

回帖

1507

积分

金牌会员

积分
1507
发表于 2019-3-13 16:51:41 | 显示全部楼层 |阅读模式
小夜博客已易主,目前小夜教程(wiki。vpsmm。com) 和 页面的一键脚本(down。vpsmm。com)已经打不开了

特地又收集总结一波vpsmm推荐的脚本,免得mjj想找找不到





1、VPS测试
[ol]
  • wget -qO- bench.sh | bash
  • #测试VPS基础信息,以及下载速度,来自官网(https://bench.sh/)[/ol]复制代码

    2、国内测试
    [ol]
  • wget -qO- git.io/superbench.sh | bash
  • #主要包括VPS硬件信息,国内节点测试,电信、联通、移动,来自老鬼[/ol]复制代码

    3、基础测试
    [ol]
  • wget -N --no-check-certificate https://raw.githubusercontent.com/moranchenxi/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
  • 英文版:
  • wget -N --no-check-certificate https://raw.githubusercontent.com/moranchenxi/ZBench/master/ZBench.sh && bash ZBench.sh
  • #基于superbench脚本,增加了路由和ping测试,区别中英文
  • [/ol]复制代码

    4、网速测试
    [ol]
  • wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh && chmod +x superspeed.sh && ./superspeed.sh
  • #主要包括国内的一些节点进行专项测试,电信、联通、移动,来自老鬼[/ol]复制代码

    5、Ping测试
    [ol]
  • wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/uPing/master/uping.py
  •     python uping.py
  • #一款长时间ping测试py脚本
  • [/ol]复制代码

    6、html5网速程序
    [ol]
  • https://github.com/adolfintel/speedtest
  • #需要php环境,下载后解压即可运行,无须安装
  • [/ol]复制代码

    7、SS一键包4版本
    [ol]
  • 小飞机和谐[/ol]复制代码

    8、锐速/BBR集成一键包
    [ol]
  • wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
  • #一键安装锐速/bbr,以及魔改等,支持卸载、升级等操作。
  • [/ol]复制代码

    9、锐速一键包
    [ol]
  • wget -N --no-check-certificate https://github.com/91yun/serverspeeder/raw/master/serverspeeder.sh && bash serverspeeder.sh
  • #一键安装锐速破解全功能版,不支持openvz架构,来自91yun(https://www.91yun.co/archives/683)
  • [/ol]复制代码

    10、GoogleBBR一键脚本
    [ol]
  • wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh&& chmod + x bbr.sh && ./bbr.sh
  • #一键安装并开启bbr功能,google出品的一种TCP拥塞算法,不支持openvz虚拟架构。[/ol]复制代码

    11、锐速一键包
    [ol]
  • wget --no-check-certificate -O appex.sh https://raw.githubusercontent.com/0oVicero0/serverSpeeder_Install/master/appex.sh && chmod +x appex.sh && bash appex.sh install
  • #另一位爱好者开发的锐速一键安装脚本,开发:https://github.com/0oVicero0/serverSpeeder_Install(看了下是萌卡大佬的)
  • [/ol]复制代码

    12、FS一键包
    [ol]
  • wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/finalspeed/master/install_fs.sh && bash install_fs.sh
  • #一键安装finalspeed功能,支持全系架构
  • [/ol]复制代码

    13、L2TP一键包
    [ol]
  • 小飞机和谐[/ol]复制代码

    14、自动备份脚本
    [ol]
  • wget -N --no-check-certificate https://raw.githubusercontent.com/Himly/vps-shell/master/AutoBackupToFtp.sh
  • chmod +x AutoBackupToFtp.sh
  • bash AutoBackupToFtp.sh
  • #每天自动备份MYSQL及打包网站目录
  • [/ol]复制代码

    15、VPS跑分测试
    [ol]
  • wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh
  • chmod +x unixbench.sh
  • ./unixbench.sh
  • #unixbench进行跑分测试,单核和多核不同跑分[/ol]复制代码
  • 回复

    使用道具 举报

    19

    主题

    127

    回帖

    359

    积分

    中级会员

    积分
    359
    发表于 2019-3-13 16:53:45 | 显示全部楼层
    收藏了
    回复

    使用道具 举报

    25

    主题

    312

    回帖

    715

    积分

    高级会员

    积分
    715
    发表于 2019-3-13 16:57:14 | 显示全部楼层
    mark。
    回复

    使用道具 举报

    28

    主题

    118

    回帖

    330

    积分

    中级会员

    积分
    330
    发表于 2019-3-13 16:59:19 | 显示全部楼层
    马克
    回复

    使用道具 举报

    37

    主题

    812

    回帖

    1757

    积分

    金牌会员

    积分
    1757
    发表于 2019-3-13 17:00:43 | 显示全部楼层

    多谢 收集 分享                                  -
    回复

    使用道具 举报

    0

    主题

    76

    回帖

    164

    积分

    注册会员

    积分
    164
    发表于 2019-3-13 17:01:11 | 显示全部楼层
    收藏了
    紫薯布丁
    回复

    使用道具 举报

    62

    主题

    593

    回帖

    1444

    积分

    金牌会员

    积分
    1444
    发表于 2019-3-13 17:01:26 | 显示全部楼层
    好东西啊,多谢大佬收集
    回复

    使用道具 举报

    23

    主题

    524

    回帖

    1125

    积分

    金牌会员

    积分
    1125
    发表于 2019-3-13 17:01:31 | 显示全部楼层
    赞一个,无私分享胜造七级浮屠
    回复

    使用道具 举报

    76

    主题

    420

    回帖

    1114

    积分

    金牌会员

    积分
    1114
    发表于 2019-3-13 17:12:25 | 显示全部楼层
    收藏了,感谢


    紫薯布丁2333
    回复

    使用道具 举报

    2

    主题

    52

    回帖

    144

    积分

    注册会员

    积分
    144
    发表于 2019-3-13 17:18:41 | 显示全部楼层
    小飞机和谐是什么鬼哇 收藏收藏
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|手机版|小黑屋|Discuz! X

    GMT+8, 2025-4-24 18:46 , Processed in 0.019684 second(s), 3 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

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