一杯敬自由 发表于 4 天前

常用VPS脚本

1、DD重装脚本史上最强脚本wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh && bash InstallNET.sh -debian 12 -pwd 'password'萌咖大佬的脚本bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 -p 密码 -port 端口 -a -firmwarebeta.gs大佬的脚本wget --no-check-certificate -O NewReinstall.sh https://raw.githubusercontent.com/fcurrk/reinstall/master/NewReinstall.sh && chmod a+x NewReinstall.sh && bash NewReinstall.shDD windows(使用史上最强DD脚本)bash <(curl -sSL https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh) -windows 10-lang "cn"账户:Administrator密码:Teddysun.com使用Windows徽标+R快捷键打开运行框,输入powershell运行,弹出powershell命名输入窗口,输入以下命令:irm https://get.activated.win | iex2、综合测试脚本bench.shwget -qO- bench.sh | bashLemonBenchwget -qO- https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s -- --fast融合怪bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)NodeBenchbash <(curl -sL https://raw.githubusercontent.com/LloydAsp/NodeBench/main/NodeBench.sh)3、性能测试yabscurl -sL yabs.sh | bash跳过网络,测GB5curl -sL yabs.sh | bash -s -- -i5跳过网络和磁盘,测GB5curl -sL yabs.sh | bash -s -- -if5改测GB5不测GB6curl -sL yabs.sh | bash -s -- -54、流媒体及IP质量测试最常用版本bash <(curl -L -s check.unlock.media)原生检测脚本bash <(curl -sL Media.Check.Place)准确度最高bash <(curl -L -s https://github.com/1-stream/RegionRestrictionCheck/raw/main/check.sh)IP质量体检脚本bash <(curl -sL IP.Check.Place)一键修改解锁DNSwget https://raw.githubusercontent.com/Jimmyzxk/DNS-Alice-Unlock/refs/heads/main/dns-unlock.sh && bash dns-unlock.sh5、测速脚本Speedtestbash <(curl -sL bash.icu/speedtest)Taierbash <(curl -sL res.yserver.ink/taier.sh)hyperspeedbash <(curl -Lso- https://bench.im/hyperspeed)全球测速wget -qO- nws.sh | bash区域速度测试wget -qO- nws.sh | bash -s -- -r region_namePing 和路由测试wget -qO- nws.sh | bash -s -- -rt 6、回程测试直接显示回程(小白用这个)curl https://raw.githubusercontent.com/ludashi2020/backtrace/main/install.sh -sSf | sh回程详细测试(推荐)wget -N --no-check-certificate https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.shwget https://ghproxy.com/https://raw.githubusercontent.com/vpsxb/testrace/main/testrace.sh -O testrace.sh && bash testrace.sh7、功能脚本添加SWAPwget https://www.moerats.com/usr/shell/swap.sh && bash swap.shFail2banwget --no-check-certificate https://raw.githubusercontent.com/FunctionClub/Fail2ban/master/fail2ban.sh && bash fail2ban.sh 2>&1 | tee fail2ban.log一键开启BBR,适用于较新的Debian、Ubuntuecho "net.core.default_qdisc=fq" >> /etc/sysctl.confecho "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.confsysctl -psysctl net.ipv4.tcp_available_congestion_controllsmod | grep bbr多功能BBR安装脚本wget -N --no-check-certificate "https://gist.github.com/zeruns/a0ec603f20d1b86de6a774a8ba27588f/raw/4f9957ae23f5efb2bb7c57a198ae2cffebfb1c56/tcp.sh" && chmod +x tcp.sh && ./tcp.sh锐速/BBRPLUS/BBR2/BBR3wget -O tcpx.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.shTCP窗口调优wget http://sh.nekoneko.cloud/tools.sh -O tools.sh && bash tools.sh添加warpwget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh 25端口开放测试telnet smtp.aol.com 258、一键安装常用环境及软件dockerbash <(curl -sL 'https://get.docker.com')Pythoncurl -O https://raw.githubusercontent.com/lx969788249/lxspacepy/master/pyinstall.sh && chmod +x pyinstall.sh && ./pyinstall.shiperf3apt install iperf3realmbash <(curl -L https://raw.githubusercontent.com/zhouh047/realm-oneclick-install/main/realm.sh) -igostwget --no-check-certificate -O gost.sh https://raw.githubusercontent.com/qqrrooty/EZgost/main/gost.sh && chmod +x gost.sh && ./gost.sh极光面板bash <(curl -fsSL https://raw.githubusercontent.com/Aurora-Admin-Panel/deploy/main/install.sh)哪吒监控curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh-o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh<script>window.ShowNetTransfer = true;window.FixedTopServerName = true;window.DisableAnimatedMan = trueWARPwget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.shAria2wget -N git.io/aria2.sh && chmod +x aria2.sh && ./aria2.sh宝塔wget -O install.sh http://v7.hostcli.com/install/install-ubuntu_6.0.sh && sudo bash install.shPVE虚拟化bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/build_backend.sh)Argoxbash <(wget -qO- https://raw.githubusercontent.com/fscarmen/argox/main/argox.sh)9、综合功能脚本科技lionapt update -y&& apt install -y curlbash <(curl -sL kejilion.sh)SKY-BOXwget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh10、其它TG中文汉化https://t.me/setlanguage/classic-zh-cn

只想知道 发表于 4 天前

OMG!介是啥东东!!!
页: [1]
查看完整版本: 常用VPS脚本