Linux工具箱 = Bt开心版 + kangle脚本

安装教程 · 更新日志 · 问题反馈

🚀 Linux工具箱

集成各种脚本,兼容主流Linux系统,开发运维工具功能齐全,持续更新

🎯 Bt开心版

永久企业版、无需登录账号、去除官方通信接口、去除官方后门

🚀 kangle脚本

一键安装Kangle+Easypanel+MySQL+PHP的集合脚本。

Linux工具箱脚本命令

集成各种脚本以及linux运维功能。

curl -O https://sh.jiakuaiyun.cn/linux.sh && chmod +x linux.sh && ./linux.sh

BT开心版安装脚本

选择需要安装的组件,复制对应的安装命令到终端执行

🐧 宝塔面板

wget -O install.sh https://install.baota.sbs/install/install_6.0.sh && bash install.sh

📊 宝塔云监控

curl -sS https://install.baota.sbs/install/install_btmonitor.sh -o /tmp/install_btmonitor.sh && bash /tmp/install_btmonitor.sh

📦 历史版本(宝塔8.0.5)

wget -O install.sh https://new.baota.sbs/install/install_6.0.sh && bash install.sh

kangle安装脚本

CentOS 7(强烈推荐)
CentOS 8
CentOS Stream 8
Rocky Linux 8
AlmaLinux 8
CentOS 6(不支持安装PHP7.4及以上版本)

Contos系统

yum -y install wget;wget http://kangle.cccyun.cn/start;sh start

域名解析失败请执行此条命令

echo -e "options timeout:1 attempts:1 rotate\nnameserver 114.114.114.114\nnameserver 8.8.8.8" >/etc/resolv.conf; #更换DNS

解决CentOS 7停止更新支持后yum源失效

wget -O /etc/yum.repos.d/CentOS-Base.repo http://file.kangle.cccyun.cn/repo/Centos-7.repo
wget -O /etc/yum.repos.d/epel.repo http://file.kangle.cccyun.cn/repo/epel-7.repo