总体来说使用BlueSkyXN综合工具箱基本可以实现了Linux服务器的一些常用操作,目前仅支持CentOS系统。
1、BlueSkyXN综合工具箱脚本命令
wget -O box.sh https://raw.githubusercontent.com/zhuji9999/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh2、作者原版命令
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh