
常用指令
文章摘要
旧絮 GPT
哪吒面板
1 | curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.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
1 | #官方 |
BBR
1 | bash <(curl -Lso- https://git.io/kernel.sh) |
x-ui
1 | bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh) |
git
1 | #配置同户名邮箱 |
hexo
1 | hexo g |
服务器测速脚本
1 | bash <(curl -Lso- https://git.io/superbench) |
防火墙关闭
1 | #centos |
本文是原创文章,采用CC BY-NC-SA 4.0协议,完整转载请注明来自旧絮
评论 ()