[collapse status="true" title="多种流媒体解锁检测一键脚本"] ```html bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh) ``` [/collapse] [collapse status="true" title="流媒体解锁测试"] ```html bash <(curl -L -s check.unlock.media) ``` [/collapse] [collapse status="true" title="Netflix 解锁检测一键脚本"] ```html wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 && chmod +x nf && clear && ./nf ``` [/collapse] [collapse status="true" title="三网测速脚本"] * ```html bash <(curl -Lso- https://git.io/superspeed_uxh) ``` * ```html wget -qO- git.io/besttrace | bash ``` * ```html bash <(curl -Lso- https://git.io/superspeed) ``` [/collapse] [collapse status="true" title="ChatGPT检测"] ```html bash <(curl -Ls https://cpp.li/openai) ``` [/collapse] [collapse status="true" title="ChatGPT检测-Lite版"] ```html bash <(curl -Ss "https://raw.githubusercontent.com/candyraws/OpenAI-Checker-lite/main/openai_check_lite.sh") ``` [/collapse] [collapse status="true" title="测速TCP三网回程线路脚本"] ```html curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash ``` [/collapse] [collapse status="true" title="服务器带宽测试脚本"] ```html curl -s https://raw.githubusercontent.com/masonr/yet-another-bench-script/master/yabs.sh | bash ``` [/collapse] [collapse status="true" title="测试上下行速度脚本"] ```html wget -qO- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash ``` [/collapse] [collapse status="true" title="UnixBench跑分,测试主机性能"] ```html wget –no-check-certificate https://zhujiwiki.com/wp-content/uploads/2018/07/unixbench.sh chmod +x unixbench.sh ./unixbench.sh ``` [/collapse] [collapse status="true" title="一键dd脚本、Linux NetBoot一键脚本,支持Ubuntu、Debian和CentOS系统"]Linux一键dd脚本(网络重装),暂时只支持Debian 9/10/11、Ubuntu 18.04/20.04、Fedora 32+、RockyLinux 8/9、AlmaLinux 8和CentOS 7/8系统的网络重装,在Ubuntu、Debian、RockyLinux和CentOS系统上已多次试验并成功重装,脚本自动适配境内境外系统源(境内使用阿里云,境外使用官方)。 **使用命令:** ```html wget -N --no-check-certificate https://down.vpsaff.net/linux/dd/network-reinstall-os.sh && \ chmod +x network-reinstall-os.sh && ./network-reinstall-os.sh ``` **输出如下:** ```html ############################################################## # # # Network reinstall OS # # # # Last Modified: 2022-02-18 # # Linux默认密码:IdcOffer.com # # Supported by idcoffer.com # # # ############################################################## IP: XXX.XXX.XXX.XXX/24 网关: 173.230.137.1 网络掩码: 255.255.255.0 请选择您需要的镜像包: 0) 升级本脚本 1) Debian 9(Stretch) 用户名:root 密码:IdcOffer.com 2) Debian 10(Buster) 用户名:root 密码:IdcOffer.com 3) Debian 11(Bullseye)用户名:root 密码:IdcOffer.com ,推荐1G内存以上使用 4) CentOS 7 x64 (DD) 用户名:root 密码:Pwd@CentOS 5) CentOS 8 x64 (DD) 用户名:root 密码:cxthhhhh.com 推荐512M内存以上使用 6) CentOS 7 用户名:root 密码:IdcOffer.com, 要求2G RAM以上才能使用 7) CentOS 8 (EFI 引导) 用户名:root 密码:IdcOffer.com, 要求2G RAM以上才能使用 8) Ubuntu 16.04 LTS (Xenial Xerus) 用户名:root 密码:IdcOffer.com 9) Ubuntu 18.04 LTS (Bionic Beaver) 用户名:root 密码:IdcOffer.com 10) Ubuntu 20.04 LTS (Focal Fossa) 用户名:root 密码:IdcOffer.com ,推荐2G内存以上使用 11) Fedora 32 用户名:root 密码:IdcOffer.com, 要求2G RAM以上才能使用 12) Fedora 33 用户名:root 密码:IdcOffer.com, 要求2G RAM以上才能使用 13) Fedora 34 用户名:root 密码:IdcOffer.com, 要求2G RAM以上才能使用 14) Fedora 35 用户名:root 密码:IdcOffer.com, 要求2G RAM以上才能使用 15) RockyLinux 8 用户名:root 密码:IdcOffer.com, 要求2G RAM以上才能使用 16) AlmaLinux 8 用户名:root 密码:IdcOffer.com, 要求2G RAM以上才能使用 自定义安装请使用:bash network-reinstall.sh -dd '您的直连' ``` `选择需要安装的系统即可!然后完成后等系统自动重启,修改登录密码后通过SSH链接。` [scode type="yellow" size=""]注意事项: * 由于CentOS 7以上改变了安装机制,需要2G或更多内存才能完成网络重装; * CentOS 7和8 DD方式来自第三方,本站不作任何保证,好处就是不受VPS内存大小限制; * 重装系统需要比较长的时间,请耐心等待,如果服务商有提供VNC可以查看全过程。 * 默认账户名为:[font color="#A52A2A"]root[/font],密码为:[font color="#A52A2A"]IdcOffer.com[/font]。 [/scode] [/collapse] [collapse status="true" title="BBR plus加速"] ```html wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh ``` [/collapse] [collapse status="true" title="Linux 停止sendmail服务"] ```html /sbin/service sendmail stop ``` ```html /sbin/chkconfig sendmail off ``` [/collapse] [collapse status="true" title="测速脚本"] ```html bash <(curl -Lso- https://bench.im/hyperspeed) ``` [/collapse] [collapse status="true" title="查看Linux内核版本"] ```html uname -r ``` [/collapse] [collapse status="true" title="查看本机绑定的IP地址"] ```html ip a ``` [/collapse] [collapse status="true" title="NGINX+PHP80+MariaDB10.6-OneInStack"] ```html curl -sSL https://get.docker.com/ | shwget -c http://mirrors.linuxeye.com/oneinstack-full.tar.gz && tar xzf oneinstack-full.tar.gz && ./oneinstack/install.sh --nginx_option 1 --php_option 10 --phpcache_option 1 --php_extensions zendguardloader,ioncube,sourceguardian,imagick,fileinfo,imap,ldap,phalcon,yaf,redis,memcached,memcache,mongodb,swoole,xdebug --phpmyadmin --db_option 5 --dbinstallmethod 1 --dbrootpwd auik2022 --node --pureftpd --redis --memcached --reboot ``` [/collapse] [collapse status="true" title="BBR大全"] ```html wget --no-check-certificate -O tcp.sh https://github.com/cx9208/Linux-NetSpeed/raw/master/tcp.sh && chmod +x tcp.sh && ./tcp.sh ``` [/collapse] Loading... <div class="panel panel-default collapse-panel box-shadow-wrap-lg"><div class="panel-heading panel-collapse" data-toggle="collapse" data-target="#collapse-4ada74711f00949fe628a26e64e04dae22" aria-expanded="true"><div class="accordion-toggle"><span style="">多种流媒体解锁检测一键脚本</span> <i class="pull-right fontello icon-fw fontello-angle-right"></i> </div> </div> <div class="panel-body collapse-panel-body"> <div id="collapse-4ada74711f00949fe628a26e64e04dae22" class="collapse in collapse-content"><p></p> ```html bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh) ``` <p></p></div></div></div> <div class="panel panel-default collapse-panel box-shadow-wrap-lg"><div class="panel-heading panel-collapse" data-toggle="collapse" data-target="#collapse-a92495f639b9d34f2403642186cd2ffa92" aria-expanded="true"><div class="accordion-toggle"><span style="">流媒体解锁测试</span> <i class="pull-right fontello icon-fw fontello-angle-right"></i> </div> </div> <div class="panel-body collapse-panel-body"> <div id="collapse-a92495f639b9d34f2403642186cd2ffa92" class="collapse in collapse-content"><p></p> ```html bash <(curl -L -s check.unlock.media) ``` <p></p></div></div></div> <div class="panel panel-default collapse-panel box-shadow-wrap-lg"><div class="panel-heading panel-collapse" data-toggle="collapse" data-target="#collapse-3b4a4480b6fd0366a314a646259e785d63" aria-expanded="true"><div class="accordion-toggle"><span style="">Netflix 解锁检测一键脚本</span> <i class="pull-right fontello icon-fw fontello-angle-right"></i> </div> </div> <div class="panel-body collapse-panel-body"> <div id="collapse-3b4a4480b6fd0366a314a646259e785d63" class="collapse in collapse-content"><p></p> ```html wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 && chmod +x nf && clear && ./nf ``` <p></p></div></div></div> <div class="panel panel-default collapse-panel box-shadow-wrap-lg"><div class="panel-heading panel-collapse" data-toggle="collapse" data-target="#collapse-e2f424709c63de4526611cd2e3fd350f42" aria-expanded="true"><div class="accordion-toggle"><span style="">三网测速脚本</span> <i class="pull-right fontello icon-fw fontello-angle-right"></i> </div> </div> <div class="panel-body collapse-panel-body"> <div id="collapse-e2f424709c63de4526611cd2e3fd350f42" class="collapse in collapse-content"><p></p> * ```html bash <(curl -Lso- https://git.io/superspeed_uxh) ``` * ```html wget -qO- git.io/besttrace | bash ``` * ```html bash <(curl -Lso- https://git.io/superspeed) ``` <p></p></div></div></div> <div class="panel panel-default collapse-panel box-shadow-wrap-lg"><div class="panel-heading panel-collapse" data-toggle="collapse" data-target="#collapse-6fd9ca55cb2f671e84e0280ad9dfbf4b31" aria-expanded="true"><div class="accordion-toggle"><span style="">ChatGPT检测</span> <i class="pull-right fontello icon-fw fontello-angle-right"></i> </div> </div> <div class="panel-body collapse-panel-body"> <div id="collapse-6fd9ca55cb2f671e84e0280ad9dfbf4b31" class="collapse in collapse-content"><p></p> ```html bash <(curl -Ls https://cpp.li/openai) ``` <p></p></div></div></div> <div class="panel panel-default collapse-panel box-shadow-wrap-lg"><div class="panel-heading panel-collapse" data-toggle="collapse" data-target="#collapse-f44fdfe61577a376c67cd448c28bc6e938" aria-expanded="true"><div class="accordion-toggle"><span style="">ChatGPT检测-Lite版</span> <i class="pull-right fontello icon-fw fontello-angle-right"></i> </div> </div> <div class="panel-body collapse-panel-body"> <div id="collapse-f44fdfe61577a376c67cd448c28bc6e938" class="collapse in collapse-content"><p></p> ```html bash <(curl -Ss "https://raw.githubusercontent.com/candyraws/OpenAI-Checker-lite/main/openai_check_lite.sh") ``` <p></p></div></div></div> <div class="panel panel-default collapse-panel box-shadow-wrap-lg"><div class="panel-heading panel-collapse" data-toggle="collapse" data-target="#collapse-070e6891dc388358a48c57b55dad7b4f1" aria-expanded="true"><div class="accordion-toggle"><span style="">测速TCP三网回程线路脚本</span> <i class="pull-right fontello icon-fw fontello-angle-right"></i> </div> </div> <div class="panel-body collapse-panel-body"> <div id="collapse-070e6891dc388358a48c57b55dad7b4f1" class="collapse in collapse-content"><p></p> ```html curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash ``` <p></p></div></div></div> <div class="panel panel-default collapse-panel box-shadow-wrap-lg"><div class="panel-heading panel-collapse" data-toggle="collapse" data-target="#collapse-9a38397d2f18c9389fc2002f0bc8711970" aria-expanded="true"><div class="accordion-toggle"><span style="">服务器带宽测试脚本</span> <i class="pull-right fontello icon-fw fontello-angle-right"></i> </div> </div> <div class="panel-body collapse-panel-body"> <div id="collapse-9a38397d2f18c9389fc2002f0bc8711970" class="collapse in collapse-content"><p></p> ```html curl -s https://raw.githubusercontent.com/masonr/yet-another-bench-script/master/yabs.sh | bash ``` <p></p></div></div></div> <div class="panel panel-default collapse-panel box-shadow-wrap-lg"><div class="panel-heading panel-collapse" data-toggle="collapse" data-target="#collapse-18738022a47cf3f7786df57abb1cba9c56" aria-expanded="true"><div class="accordion-toggle"><span style="">测试上下行速度脚本</span> <i class="pull-right fontello icon-fw fontello-angle-right"></i> </div> </div> <div class="panel-body collapse-panel-body"> <div id="collapse-18738022a47cf3f7786df57abb1cba9c56" class="collapse in collapse-content"><p></p> ```html wget -qO- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash ``` <p></p></div></div></div> <div class="panel panel-default collapse-panel box-shadow-wrap-lg"><div class="panel-heading panel-collapse" data-toggle="collapse" data-target="#collapse-417c9fd75b7facc63504df663900786023" aria-expanded="true"><div class="accordion-toggle"><span style="">UnixBench跑分,测试主机性能</span> <i class="pull-right fontello icon-fw fontello-angle-right"></i> </div> </div> <div class="panel-body collapse-panel-body"> <div id="collapse-417c9fd75b7facc63504df663900786023" class="collapse in collapse-content"><p></p> ```html wget –no-check-certificate https://zhujiwiki.com/wp-content/uploads/2018/07/unixbench.sh chmod +x unixbench.sh ./unixbench.sh ``` <p></p></div></div></div> <div class="panel panel-default collapse-panel box-shadow-wrap-lg"><div class="panel-heading panel-collapse" data-toggle="collapse" data-target="#collapse-102c2742f6a85806a317bc6cbf61bea84" aria-expanded="true"><div class="accordion-toggle"><span style="">一键dd脚本、Linux NetBoot一键脚本,支持Ubuntu、Debian和CentOS系统</span> <i class="pull-right fontello icon-fw fontello-angle-right"></i> </div> </div> <div class="panel-body collapse-panel-body"> <div id="collapse-102c2742f6a85806a317bc6cbf61bea84" class="collapse in collapse-content"><p></p>Linux一键dd脚本(网络重装),暂时只支持Debian 9/10/11、Ubuntu 18.04/20.04、Fedora 32+、RockyLinux 8/9、AlmaLinux 8和CentOS 7/8系统的网络重装,在Ubuntu、Debian、RockyLinux和CentOS系统上已多次试验并成功重装,脚本自动适配境内境外系统源(境内使用阿里云,境外使用官方)。 **使用命令:** ```html wget -N --no-check-certificate https://down.vpsaff.net/linux/dd/network-reinstall-os.sh && \ chmod +x network-reinstall-os.sh && ./network-reinstall-os.sh ``` **输出如下:** ```html ############################################################## # # # Network reinstall OS # # # # Last Modified: 2022-02-18 # # Linux默认密码:IdcOffer.com # # Supported by idcoffer.com # # # ############################################################## IP: XXX.XXX.XXX.XXX/24 网关: 173.230.137.1 网络掩码: 255.255.255.0 请选择您需要的镜像包: 0) 升级本脚本 1) Debian 9(Stretch) 用户名:root 密码:IdcOffer.com 2) Debian 10(Buster) 用户名:root 密码:IdcOffer.com 3) Debian 11(Bullseye)用户名:root 密码:IdcOffer.com ,推荐1G内存以上使用 4) CentOS 7 x64 (DD) 用户名:root 密码:Pwd@CentOS 5) CentOS 8 x64 (DD) 用户名:root 密码:cxthhhhh.com 推荐512M内存以上使用 6) CentOS 7 用户名:root 密码:IdcOffer.com, 要求2G RAM以上才能使用 7) CentOS 8 (EFI 引导) 用户名:root 密码:IdcOffer.com, 要求2G RAM以上才能使用 8) Ubuntu 16.04 LTS (Xenial Xerus) 用户名:root 密码:IdcOffer.com 9) Ubuntu 18.04 LTS (Bionic Beaver) 用户名:root 密码:IdcOffer.com 10) Ubuntu 20.04 LTS (Focal Fossa) 用户名:root 密码:IdcOffer.com ,推荐2G内存以上使用 11) Fedora 32 用户名:root 密码:IdcOffer.com, 要求2G RAM以上才能使用 12) Fedora 33 用户名:root 密码:IdcOffer.com, 要求2G RAM以上才能使用 13) Fedora 34 用户名:root 密码:IdcOffer.com, 要求2G RAM以上才能使用 14) Fedora 35 用户名:root 密码:IdcOffer.com, 要求2G RAM以上才能使用 15) RockyLinux 8 用户名:root 密码:IdcOffer.com, 要求2G RAM以上才能使用 16) AlmaLinux 8 用户名:root 密码:IdcOffer.com, 要求2G RAM以上才能使用 自定义安装请使用:bash network-reinstall.sh -dd '您的直连' ``` `选择需要安装的系统即可!然后完成后等系统自动重启,修改登录密码后通过SSH链接。` <div class="tip inlineBlock warning"> 注意事项: * 由于CentOS 7以上改变了安装机制,需要2G或更多内存才能完成网络重装; * CentOS 7和8 DD方式来自第三方,本站不作任何保证,好处就是不受VPS内存大小限制; * 重装系统需要比较长的时间,请耐心等待,如果服务商有提供VNC可以查看全过程。 * 默认账户名为:<span style='color:#A52A2A'>root</span>,密码为:<span style='color:#A52A2A'>IdcOffer.com</span>。 </div> <p></p></div></div></div> <div class="panel panel-default collapse-panel box-shadow-wrap-lg"><div class="panel-heading panel-collapse" data-toggle="collapse" data-target="#collapse-b8f02fa8a45818ea72b41b35153eb4e733" aria-expanded="true"><div class="accordion-toggle"><span style="">BBR plus加速</span> <i class="pull-right fontello icon-fw fontello-angle-right"></i> </div> </div> <div class="panel-body collapse-panel-body"> <div id="collapse-b8f02fa8a45818ea72b41b35153eb4e733" class="collapse in collapse-content"><p></p> ```html wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh ``` <p></p></div></div></div> <div class="panel panel-default collapse-panel box-shadow-wrap-lg"><div class="panel-heading panel-collapse" data-toggle="collapse" data-target="#collapse-4dc6cd80c8946d54514f57556580db6455" aria-expanded="true"><div class="accordion-toggle"><span style="">Linux 停止sendmail服务</span> <i class="pull-right fontello icon-fw fontello-angle-right"></i> </div> </div> <div class="panel-body collapse-panel-body"> <div id="collapse-4dc6cd80c8946d54514f57556580db6455" class="collapse in collapse-content"><p></p> ```html /sbin/service sendmail stop ``` ```html /sbin/chkconfig sendmail off ``` <p></p></div></div></div> <div class="panel panel-default collapse-panel box-shadow-wrap-lg"><div class="panel-heading panel-collapse" data-toggle="collapse" data-target="#collapse-af192c38300af7b5bb7c94989bb0693767" aria-expanded="true"><div class="accordion-toggle"><span style="">测速脚本</span> <i class="pull-right fontello icon-fw fontello-angle-right"></i> </div> </div> <div class="panel-body collapse-panel-body"> <div id="collapse-af192c38300af7b5bb7c94989bb0693767" class="collapse in collapse-content"><p></p> ```html bash <(curl -Lso- https://bench.im/hyperspeed) ``` <p></p></div></div></div> <div class="panel panel-default collapse-panel box-shadow-wrap-lg"><div class="panel-heading panel-collapse" data-toggle="collapse" data-target="#collapse-023972518158d631720c21f1921aaf9788" aria-expanded="true"><div class="accordion-toggle"><span style="">查看Linux内核版本</span> <i class="pull-right fontello icon-fw fontello-angle-right"></i> </div> </div> <div class="panel-body collapse-panel-body"> <div id="collapse-023972518158d631720c21f1921aaf9788" class="collapse in collapse-content"><p></p> ```html uname -r ``` <p></p></div></div></div> <div class="panel panel-default collapse-panel box-shadow-wrap-lg"><div class="panel-heading panel-collapse" data-toggle="collapse" data-target="#collapse-9d475295350d8c30b0a10e811168d80212" aria-expanded="true"><div class="accordion-toggle"><span style="">查看本机绑定的IP地址</span> <i class="pull-right fontello icon-fw fontello-angle-right"></i> </div> </div> <div class="panel-body collapse-panel-body"> <div id="collapse-9d475295350d8c30b0a10e811168d80212" class="collapse in collapse-content"><p></p> ```html ip a ``` <p></p></div></div></div> <div class="panel panel-default collapse-panel box-shadow-wrap-lg"><div class="panel-heading panel-collapse" data-toggle="collapse" data-target="#collapse-d89b9810aa7a5dc2be60dc82f4e9efb370" aria-expanded="true"><div class="accordion-toggle"><span style="">NGINX+PHP80+MariaDB10.6-OneInStack</span> <i class="pull-right fontello icon-fw fontello-angle-right"></i> </div> </div> <div class="panel-body collapse-panel-body"> <div id="collapse-d89b9810aa7a5dc2be60dc82f4e9efb370" class="collapse in collapse-content"><p></p> ```html curl -sSL https://get.docker.com/ | shwget -c http://mirrors.linuxeye.com/oneinstack-full.tar.gz && tar xzf oneinstack-full.tar.gz && ./oneinstack/install.sh --nginx_option 1 --php_option 10 --phpcache_option 1 --php_extensions zendguardloader,ioncube,sourceguardian,imagick,fileinfo,imap,ldap,phalcon,yaf,redis,memcached,memcache,mongodb,swoole,xdebug --phpmyadmin --db_option 5 --dbinstallmethod 1 --dbrootpwd auik2022 --node --pureftpd --redis --memcached --reboot ``` <p></p></div></div></div> <div class="panel panel-default collapse-panel box-shadow-wrap-lg"><div class="panel-heading panel-collapse" data-toggle="collapse" data-target="#collapse-af2669cb9763bf53307e8e30cb3d3f4a5" aria-expanded="true"><div class="accordion-toggle"><span style="">BBR大全</span> <i class="pull-right fontello icon-fw fontello-angle-right"></i> </div> </div> <div class="panel-body collapse-panel-body"> <div id="collapse-af2669cb9763bf53307e8e30cb3d3f4a5" class="collapse in collapse-content"><p></p> ```html wget --no-check-certificate -O tcp.sh https://github.com/cx9208/Linux-NetSpeed/raw/master/tcp.sh && chmod +x tcp.sh && ./tcp.sh ``` <p></p></div></div></div> ◈ 最后修改:2023 年 05 月 19 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏