
备忘录
文章摘要
旧絮 GPT
拼命加载中···
Ssh连接服务器
1 | ssh -i 密钥路径 <用户名>@<ip> |
哪吒面板
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 |
1Panel
1 | curl -sSL https://resource.1panel.pro/quick_start.sh -o quick_start.sh && bash quick_start.sh |
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 | # 拉取仓库 |
服务器测速脚本
1 | bash <(curl -Lso- https://git.io/superbench) |
Linux(使用 UFW 防火墙)
1 | # 完全禁用防火墙(清除规则且开机不启动) |
Linux(使用 firewalld 防火墙 - CentOS/RHEL)
1 | # 停止防火墙服务 |
本文是原创文章,采用CC BY-NC-SA 4.0协议,完整转载请注明来自旧絮
评论 ()