Skip to content

14、VPS脚本 #15

@leoyaojy

Description

@leoyaojy
  1. 测速脚本
    wget vpstest.cn/it && bash it
  2. BBR加速脚本
    wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
  3. mtproxy绿色版
    mkdir /home/mtproxy && cd /home/mtproxy
    curl -s -o mtproxy.sh https://raw.githubusercontent.com/ellermister/mtproxy/master/mtproxy.sh && chmod +x mtproxy.sh && bash mtproxy.sh
    cd /home/mtproxy && bash mtproxy.sh start > /dev/null 2>&1 &
  4. 中文终端
    wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/LocaleCN/master/LocaleCN.sh && bash LocaleCN.sh
  5. trojan脚本
    wget -N --no-check-certificate -q -O trojan-quickstart.sh "https://raw.githubusercontent.com/trojan-gfw/trojan-quickstart/master/trojan-quickstart.sh" && chmod +x trojan-quickstart.sh && bash trojan-quickstart.sh
    systemctl start trojan #启动Trojan
    systemctl restart trojan #重启Trojan
    systemctl enable trojan #设置Trojan为开机自启
  6. bt面板
    wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions