分类 默认分类 下的文章

  1. 宝塔面板开心版安装脚本 JS -

    Linux宝塔面板安装脚本

    如果是国内服务器安装,可能部分地区运营商屏蔽本站导致无法正常安装,请将安装命令中的网址替换为本站其他域名,注意,网址均为 http:// 非 https://
    Centos安装脚本

    yum install -y wget && wget -O install.sh http://www.btkaixin.net/install/install_6.0.sh && sh install.sh
    

    Ubuntu/Debian安装脚本

    wget -O install.sh http://www.btkaixin.net/install/install_6.0.sh && bash install.sh
    

    一键更新脚本

    curl http://www.btkaixin.net/install/update6.sh|bash
    

    注意:必须为没装过其它环境如Apache/Nginx/php/MySQL的新系统,推荐使用Centos 7.X的系统安装宝塔面板

    推荐使用Chrome、火狐、edge浏览器,国产浏览器请使用极速模式访问面板登录地址

    如果使用过官方版或其他第三方云端的版本,使用一键更新脚本即可切换到此云端

    国产龙芯架构CPU安装命令,支持龙芯架构的loongnix 8.x、统信UOS 20、kylin v10系统

    宝塔云安全监控安装脚本

    本云控独家支持Telegram通知(免费无限制)
    主控安装脚本

    curl -sS http://www.btkaixin.net/install/install_btmonitor.sh -o /tmp/install_btmonitor.sh && bash /tmp/install_btmonitor.sh
    

    安装主控需要的环境及源的网络较为复杂,可能会频繁安装失败,请多次尝试安装(可能需要安装3~7次以上)就能安装成功

    安装完成并进入主控端,即可获取被控端的安装脚本

    注意:推荐使用Chrome、火狐、edge浏览器,国产浏览器(极速模式)

    宝塔开心版优点

    · 无需手机登录:不再有手机登录提示,或按照提示输入任意手机号密码即可模拟绑定;
    · 安全:剥离了所有与宝塔官方的通信、上报、下发;并且不与本站开心版服务器通信;
    · 免费:提升为企业会员,免费使用软件商店中的所有[企业版插件]、[专业版插件]、[运行环境]、[免费插件]、[宝塔插件];部分[第三方应用]安装可能会失败;
    · 解决方案:所有功能与原版一致,如有任何问题请参考宝塔官方解决方案;
    · 面板修复:开心版不与官方通信,所以无法判断贵站情况,建议使用升级代码修复/或安装宝塔官方版再安装开心版(小概率出现异常,大概率只重装面板不影响网站运行);
    · 其他提示:如果发现[软件商店]空白,大多是服务器与你本地的网络问题,请清理本地缓存/切换浏览器的访客模式访问/切换本地代理IP;
    · 本站声明:开心版基于官方代码、仅做通信剥离、代码未加密、未添加任何新增代码!
    · 友情提示:宝塔开心版绝不存在任何后门、挖矿等消耗CPU等情况,经与众多站长合作排查大概归纳为:建站使用的程序或环境存在漏洞/使用过其他脚本或测速脚本后才安装宝塔开心版/暴露了端口或网站后台等安全因素所致;
    · 最新版本的宝塔面板会有赞助链接,仅加入了A链接,没有新增任何其他内容

    作者: chace981 浏览量: 15,903 评论量: 0 创建日期: 2023-12-10 更新日期: 2023-12-10
  2. VPS测速脚本工具 JS -

    1、speedtest (国外节点)

    github: https://github.com/sivel/speedtest-cli

    安装方法:

    wget https://raw.github.com/sivel/speedtest-cli/master/speedtest.py
    chmod a+rx speedtest.py
    mv speedtest.py /usr/local/bin/speedtest
    chown root:root /usr/local/bin/speedtest cd /usr/local/bin ./speedtest

    运行命令“speedtest”

    2、bench.sh(网络性能)

    1、显示各种系统信息;

    2、取自 Speedtest 世界多处的数据中心的测试点,网络测试比较全面;

    3、IO 测试(顺序写入 1GB 数据)三次,并显示其平均值。

    github: https://github.com/teddysun/across/blob/master/bench.sh

    安装方法:

    wget -qO- bench.sh | bash
    curl -Lso- bench.sh | bash

    3、SuperBench.sh(中国节点)

    github: https://github.com/alenpoe/superbench

    安装方法:

    wget https://raw.githubusercontent.com/oooldking/script/master/superbench.sh chmod +x superbench.sh ./superbench.sh

    4、zbench(Bench.sh +SuperBench)

    github: https://github.com/xsidc/zbench

    安装方法:

    中文版:

    wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh

    英文版:

    wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh && bash ZBench.sh

    5、superspeed(国内节点)

    github:https://github.com/evolutionboy/superspeed

    安装方法:

    wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh chmod +x superspeed.sh ./superspeed.sh
    bash <(curl -Lso- https://git.io/superspeed)
    wget -qO- git.io/superbench.sh | bash curl -Lso- git.io/superbench.sh | bash

    6、LemonBench(国际节点)

    github: https://github.com/LemonBench/LemonBench

    安装方法:

    curl -fsSL https://ilemonrain.com/download/shell/LemonBench.sh | bash
    wget -qO- https://ilemonrain.com/download/shell/LemonBench.sh | bash

    7、UnixBench

    github: https://github.com/teddysun/across

    UnixBench是一个类unix系(Unix,BSD,Linux)统下的性能测试工具,一个开源工具,被广泛用与测试linux系统主机的性能。Unixbench的主要测试项目有:系统调用、读写、进程、图形化测试、2D、3D、管道、运算、C库等系统基准性能提供测试数据。

    wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh
    chmod +x unixbench.sh
    ./unixbench.sh

    花费时间长,约半小时

    8、91yuntest

    简单模式的测试包含:常规系统参数检测,带宽测试,IO测试和全国ping测试。

    主要因为普通模式的下载测试和路由测试有些耗时,有时大家可能只需要快速获得这台服务器的参数,带宽,io和延迟是多少。那么简单模式可以节省大量的时间。如果需要进一步的信息则可以使用普通模式。

    github: https://github.com/91yun/91yuntest

    普通模式

    wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/91yuntest/master/test_91yun.sh && bash test_91yun.sh

    简单模式:

    wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/91y

    9、google benchmark

    主要是对vps 中c++中的函数进行基准功能测试

    安装方法:

    git clone https://github.com/google/benchmark.git
    cd benchmark
    git clone https://github.com/google/googletest.git
    mkdir build
    cd build
    cmake .. -DCMAKE_BUILD_TYPE=RELEASE make sudo make install

    10、Linux-SpeedTes

    httpst://github.com/qd201211/Linux-SpeedTest

    自定义测速脚本,用于vps配置以及网络测试

    bash <(curl -Lso- https://git.io/superbench)

    11、nench

    https://github.com/n-st/nench

    主要用于cpu和ioping测试

    安装方法:

    (curl -s wget.racing/nench.sh | bash; curl -s wget.racing/nench.sh | bash) 2>&1 | tee nench.log
    (wget -qO- wget.racing/nench.sh | bash; wget -qO- wget.racing/nench.sh | bash) 2>&1 | tee nench.log

    12、datacenter-speed-tests

    github:https://github.com/jakejarvis/datacenter-speed-tests

    作者: chace981 浏览量: 15,903 评论量: 0 创建日期: 2023-12-06 更新日期: 2023-12-06