byesohu / normal-shell

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

一键回程路由查看脚本(兼容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 https://git.io/JRw8R)

流媒体解锁一键检测脚本(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)

plex一键部署脚本 for amd64

wget https://ghproxy.20120714.xyz/https://github.com/07031218/normal-shell/raw/main/plex/plex -O plex && chmod 777 plex && cp plex /usr/bin && plex

plex一键部署脚本 for arm64

wget https://ghproxy.20120714.xyz/https://github.com/07031218/normal-shell/raw/main/plex/plex-arm64 -O plex && chmod 777 plex && cp plex /usr/bin && plex

一键安装nginx并部署签发SSL

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

About

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


Languages

Language:Shell 94.2%Language:CSS 5.8%