Skip to content

lmzxtek/scripts_collect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

简介

本仓库为个人自用仓库

vps测试

  1. 回程路由
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
  1. vps解锁
bash <(curl -Ls unlock.moe)
  1. dd 仓库 https://github.com/veip007/dd

脚本文件

1. git一键配置

 bash <(curl -Ls https://raw.githubusercontent.com/mianayang/myself/main/BashScript/GitConfig/GitConfig.sh)

2. vps ssh配置

 bash <(curl -Ls https://raw.githubusercontent.com/mianayang/myself/main/BashScript/sshconfig.sh)
#如果vps厂商只提供了私钥,则用此命令登陆
ssh -i /path/key user@your_server_ip

brew安装

 bash <(curl -Ls https://raw.githubusercontent.com/mianayang/myself/main/BashScript/brew/install.sh)

3. sing-box hy2 ws reality三合一脚本

bash <(curl -fsSL https://github.com/mianayang/sing-box-reality-hysteria2/raw/main/beta.sh)

4. 证书一键申请

bash <(curl -Ls https://raw.githubusercontent.com/mianayang/myself/main/BashScript/SSLAutoInstall/SSLAutoInstall.sh)

5. nginx

安装

bash <(curl -Ls https://raw.githubusercontent.com/mianayang/myself/main/BashScript/nginx-onekey/ngx.sh) --install

卸载

bash <(curl -Ls https://raw.githubusercontent.com/mianayang/myself/main/BashScript/nginx-onekey/ngx.sh) --uninstall

更新

bash <(curl -Ls https://raw.githubusercontent.com/mianayang/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/mianayang/myself/main/BashScript/tools/realityscanner.sh)

swap开启卸载 安装

bash <(curl -Ls https://raw.githubusercontent.com/mianayang/myself/main/BashScript/swap.sh) --install

卸载

bash <(curl -Ls https://raw.githubusercontent.com/mianayang/myself/main/BashScript/swap.sh) --uninstall

About

各种配置文件和脚本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 71.8%
  • JavaScript 28.2%