本仓库为个人自用仓库
- 回程路由
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
- vps解锁
bash <(curl -Ls unlock.moe)
1. git一键配置
bash <(curl -Ls https://raw.githubusercontent.com/vveg26/myself/main/BashScript/GitConfig/GitConfig.sh)
2. vps ssh配置
bash <(curl -Ls https://raw.githubusercontent.com/vveg26/myself/main/BashScript/sshconfig.sh)
#如果vps厂商只提供了私钥,则用此命令登陆
ssh -i /path/key user@your_server_ip
brew安装
bash <(curl -Ls https://raw.githubusercontent.com/vveg26/myself/main/BashScript/brew/install.sh)
3. sing-box hy2 ws reality三合一脚本
bash <(curl -fsSL https://github.com/vveg26/sing-box-reality-hysteria2/raw/main/beta.sh)
4. 证书一键申请
bash <(curl -Ls https://raw.githubusercontent.com/vveg26/myself/main/BashScript/SSLAutoInstall/SSLAutoInstall.sh)
5. nginx
安装
bash <(curl -Ls https://raw.githubusercontent.com/vveg26/myself/main/BashScript/nginx-onekey/ngx.sh) --install
卸载
bash <(curl -Ls https://raw.githubusercontent.com/vveg26/myself/main/BashScript/nginx-onekey/ngx.sh) --uninstall
更新
bash <(curl -Ls https://raw.githubusercontent.com/vveg26/myself/main/BashScript/nginx-onekey/ngx.sh) --update
6. docker官方脚本
curl -fsSL https://get.docker.com | bash -s docker
reality扫描
bash <(curl -Ls https://raw.githubusercontent.com/vveg26/myself/main/BashScript/tools/realityscanner.sh)
swap开启卸载 安装
bash <(curl -Ls https://raw.githubusercontent.com/vveg26/myself/main/BashScript/swap.sh) --install
卸载
bash <(curl -Ls https://raw.githubusercontent.com/vveg26/myself/main/BashScript/swap.sh) --uninstall