来源
- GitHub - 07031218/normal-shell: 个人常使用的一些脚本集合
- 一键网络重装系统 - 魔改版(适用于Linux / Windows) - CXT - Enjoy Life | 生活、技术、交友、分享 (cxthhhhh.com)
- Rat's Blog - 相逢的人会再相逢 (moerats.com)
网络测试
一键回程路由查看脚本(兼容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)
一键测速脚本(兼容ARM架构):
bash <(curl -Lso- https://ghproxy.20120714.xyz/https://raw.githubusercontent.com/07031218/normal-shell/main/superspeed.sh)
流媒体解锁一键检测脚本(lmc999版本)
bash <(curl -L -s https://git.io/JRw8R)
网路优化
一键调优脚本(提升网络链接速度)[Powered by Neko Neko Cloud && Modify by 翔翎]
bash <(curl -sL https://ghproxy.20120714.xyz/https://raw.githubusercontent.com/07031218/normal-shell/net/tools.sh)
BBR一键安装脚本
wget -N "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
Linux系统重装
甲骨文一键DD到 Debian 12 脚本(兼容甲骨文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 12 -v 64 -p password
当开启ipv6时需执行以下命令
mv /etc/network/interfaces /etc/network/interfaces.save
sh -c "echo '[Match]
Name=enp0s3
[Network]
DHCP=yes' >> /etc/systemd/network/z.network"
sudo systemctl enable systemd-networkd
sudo systemctl restart systemd-networkd
sudo systemctl status systemd-networkd
甲骨文一键DD到 Ubuntu20.04 脚本(兼容甲骨文ARM架构,DD完默认密码password)
bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -u 20.04 -v arm64 --mirror http://archive.ubuntu.com/ubuntu -p "password" -port "22"
【调用国内镜像源版】甲骨文一键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/'
cxthhhhh.com的DD一键脚本
wget --no-check-certificate -qO ~/Network-Reinstall-System-Modify.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/Network-Reinstall-System-Modify.sh' && chmod a+x ~/Network-Reinstall-System-Modify.sh && bash ~/Network-Reinstall-System-Modify.sh -UI_Options
通常,使用自带镜像,或者您的镜像作者未明确说明系统的用户名和密码的情况下。
对于Microsoft Windows。
默认的用户名是:Administrator
默认的密码是:cxthhhhh.com
对于Linux(CentOS / Debian / Ubuntu),裸机系统部署平台等。
默认的用户名是:root
默认的密码是:cxthhhhh.com
其它小工具
x-ui一键安装脚本
bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
Argo Tunnel一键部署脚本
bash <(curl -sL https://ghproxy.20120714.xyz/https://raw.githubusercontent.com/07031218/normal-shell/net/onekey-argo-tunnel.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}
Brook端口转发一键脚本
wget -N --no-check-certificate https://sometimesnaive.102983.workers.dev/kellycrenshaw0019/brook-/raw/main/brook-pf-mod.sh && chmod +x brook-pf-mod.sh && ./brook-pf-mod.sh
SWAP一键脚本
wget https://www.moerats.com/usr/shell/swap.sh && bash swap.sh
Docker一键安装脚本
curl -fsSL get.docker.com -o get-docker.sh
sh get-docker.sh
Comments NOTHING