Giter VIP home page Giter VIP logo

-normal-shell's Introduction

个人常使用的一些脚本集合

一键回程路由查看脚本(兼容ARM架构):

bash <(curl -L -s https://ghproxy.20120714.xyz/https://raw.githubusercontent.com/07031218/normal-shell/main/autoBestTrace.sh)

WorstTrace一键查看回程路由(BestTrace替代品)

bash <(curl -L -s https://ghproxy.20120714.xyz/https://raw.githubusercontent.com/07031218/normal-shell/main/WorstTrace.sh)

京东服务器时间同步脚本【For Linux】:

bash <(curl -L -s https://ghproxy.20120714.xyz/https://raw.githubusercontent.com/07031218/normal-shell/main/timesync.sh)

京东服务器时间同步脚本【For Synology】:

bash <(curl -L -s https://ghproxy.20120714.xyz/https://raw.githubusercontent.com/07031218/normal-shell/main/timesync-for-synology.sh)

一键测速脚本(兼容ARM架构):

bash <(curl -Lso- https://ghproxy.20120714.xyz/https://raw.githubusercontent.com/07031218/normal-shell/main/superspeed.sh)

一键调优脚本(提升网络链接速度)[Powered by Neko Neko Cloud && Modify by 翔翎]

bash <(curl -sL https://ghproxy.20120714.xyz/https://raw.githubusercontent.com/07031218/normal-shell/net/tools.sh)

甲骨文一键DD到Debian 11 脚本(兼容甲骨文AMD和ARM架构,DD完默认密码password,经测试同样适用腾讯云、Do、Azure)

bash <(wget --no-check-certificate -qO- 'https://ghproxy.20120714.xyz/https://raw.githubusercontent.com/07031218/normal-shell/main/InstallNET.sh') -d 11 -v 64 -p password

【调用国内镜像源版】甲骨文一键DD到Debian 11 脚本(兼容甲骨文AMD和ARM架构,DD完默认密码password,经测试同样适用腾讯云、Do、Azure)

bash <(wget --no-check-certificate -qO- 'https://ghproxy.20120714.xyz/https://raw.githubusercontent.com/07031218/normal-shell/main/InstallNET.sh') -d 11 -v 64 -p password --mirror 'https://mirrors.aliyun.com/debian/'

x-ui一键安装脚本

bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)

流媒体解锁一键检测脚本(lmc999版本)

bash <(curl -L -s check.unlock.media)

流媒体解锁一键检测脚本(sjlleo版本,仅支持检测NF,脚本兼容linux ARM和AMD,以及MacOS 非M1版)

bash <(curl -sL https://ghproxy.20120714.xyz/https://raw.githubusercontent.com/07031218/normal-shell/main/netflix-verify.sh)

Argo Tunnel一键部署脚本

bash <(curl -sL https://ghproxy.20120714.xyz/https://raw.githubusercontent.com/07031218/normal-shell/net/onekey-argo-tunnel.sh)

一键安装nginx并部署签发SSL

bash <(curl -s https://ghproxy.20120714.xyz/https://raw.githubusercontent.com/07031218/one-key-for-let-s-Encrypt/main/run.sh) 

一键Tailscale穿透部署

bash <(curl -sL https://ghproxy.20120714.xyz/https://raw.githubusercontent.com/07031218/normal-shell/main/onekey-tailscale.sh)

一键安装PlexMediaServer(含gclone网盘挂载)

a=-arm;if [[ $(uname -a | grep "x86_64") != "" ]];then a=;fi ;s=plex;wget -O ${s} https://ghproxy.20120714.xyz/https://github.com/07031218/normal-shell/raw/main/${s}/${s}${a} && chmod +x ${s} && ./${s}

-normal-shell's People

Contributors

07031218 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.