常用的一些脚本

Xray、Tuic、hysteria2、sing-box 八合一一键脚本

Github

  • 支持快捷方式启动,安装完毕后,shell输入【vasma】即可打开脚本,脚本执行路径[/etc/v2ray-agent/install.sh]

  • Github

1
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
  • 官方网站【备用】
1
wget -P /root -N --no-check-certificate "https://www.592083.xyz/v2ray-agent/install.sh" && chmod 700 /root/install.sh && /root/install.sh

DD脚本

Github

1
2
3
4
5
6
7
#推荐使用此脚本,建议海外机房使用

wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh

#国内 Gitee 镜像,推荐中国境内机房使用

wget --no-check-certificate -qO InstallNET.sh 'https://gitee.com/mb9e8j2/Tools/raw/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh

默认登陆信息

1
2
3
4
5
root #默认登陆用户名

LeitboGi0ro #默认密码

22 #默认ssh端口

安装 Debian 9 或更新的版本,支持 Debian 9、Debian 10、Debian 11、Debian 12 (不建议在生产力环境部署 Debian 12)

1
bash InstallNET.sh -debian 9/10/11/12

综合工具箱

1
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh