宝塔面板专业版破解小贴士(破解之后所有付费插件都可以装,因为都是官方。无后门。专业版到期时间每天增加一天)第一步:(官方安装宝塔5.9免费版)wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.sh第二步:(官方脚本升级专业版)wget -O update.sh htt...
宝塔面板专业版破解小贴士(破解之后所有付费插件都可以装,因为都是官方。无后门。专业版到期时间每天增加一天)第一步:(官方安装宝塔5.9免费版)wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.sh第二步:(官方脚本升级专业版)wget -O update.sh htt...
破解内容宝塔Linux 6.9.0 专业版使用 SSH 工具链接服务器,输入指令即可.一键脚本yum -y install wget && wget -O bt_6.9.0_v2.sh https://api.moecat.cn/6.9.0_v2/bt_6.9.0_v2.sh && chmod 755 bt_6.9.0_v2.sh && bash bt_6.9.0_v2.sh官方版本如不想使...
基于宝塔Linux面板的shadowsocks可视化管理插件项目地址:https://github.com/lizhongnian/btpanel-ss前置条件依赖主体:宝塔Linux面板操作系统:Centos/Ubuntu安装git clone https://github.com/lizhongnian/btpanel-sscd btpanel-ssbash install.sh ins...
一、KVM、Xen安装原文链接:一键安装最新内核并开启 BBR 脚本123wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.shchmod +x bbr.sh./bbr.sh安装完成后,脚本会提示需要重启 VPS,输入 y 并回车后重启。查看内核:1uname -r应该会显示4.X的内核...
使用说明acme.sh 是一款用于签发 Let's Encrypt 证书的脚本。本脚本是原项目的生成证书指令的集合。原项目 https://github.com/Neilpang/acme.sh本项目 https://github.com/nanqinlang-script/acme1、Debian/Ubuntuapt-get update && apt-get install curl -...