
常用指令
文章摘要
旧絮 GPT
本文提供了一系列常用的服务器管理脚本和命令,涵盖了面板安装、代理工具部署、网络优化、Gi
哪吒面板
sh
1 | curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh |
宝塔面板
sh
1 | if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh;fi;bash install_panel.sh ed8484bec |
xrayr
sh
1 | #官方 |
BBR
sh
1 | bash <(curl -Lso- https://git.io/kernel.sh) |
x-ui
sh
1 | bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh) |
git
sh
1 | #配置同户名邮箱 |
hexo
sh
1 | hexo g |
服务器测速脚本
sh
1 | bash <(curl -Lso- https://git.io/superbench) |
防火墙关闭
sh
1 | #centos |
本文是原创文章,采用CC BY-NC-SA 4.0协议,完整转载请注明来自旧絮