[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-b07696d373f2642c73e6100dd0ac51b236" 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-b07696d373f2642c73e6100dd0ac51b236" 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-dd0b1c0080b96535859687504ff28b3e29" 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-dd0b1c0080b96535859687504ff28b3e29" 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-5a9412eb14356149e0eb90236842c51f29" 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-5a9412eb14356149e0eb90236842c51f29" 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-034962d1731cdce18b611e4a4dcefa3428" 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-034962d1731cdce18b611e4a4dcefa3428" 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-5dbd22cf6236e2b5669cc517873c599791" 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-5dbd22cf6236e2b5669cc517873c599791" 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-d15171d905c45dba7fcdf98bf31c954e35" 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-d15171d905c45dba7fcdf98bf31c954e35" 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-67d970959a61ca7de042b0b46063ae0c88" 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-67d970959a61ca7de042b0b46063ae0c88" 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-421d1b90e684d16ba987892eee3f882b66" 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-421d1b90e684d16ba987892eee3f882b66" 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-798cecc01131743cf6024bef18942f4339" 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-798cecc01131743cf6024bef18942f4339" 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-fe4667f757984f7986ce690e8fce634626" 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-fe4667f757984f7986ce690e8fce634626" 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-956cee15df38faba0771f5edbf69d44387" 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-956cee15df38faba0771f5edbf69d44387" 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-a060bec8456e32e70502848e4b87936b61" 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-a060bec8456e32e70502848e4b87936b61" 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-8f2d84b3bed1aadf9b5c503d350ec72175" 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-8f2d84b3bed1aadf9b5c503d350ec72175" 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-aa6ae2e244a500272b8dc6e4428ae11648" 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-aa6ae2e244a500272b8dc6e4428ae11648" 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-6e21dcefbad4931b0efa0ac5bc63b24063" 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-6e21dcefbad4931b0efa0ac5bc63b24063" 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-6ce685065ffa786351b435f5f0c8ca855" 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-6ce685065ffa786351b435f5f0c8ca855" 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-13463382d21acaa461ef8ea83fadfbe977" 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-13463382d21acaa461ef8ea83fadfbe977" 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-1be303b9ae255bb52ca8139b1f05e9ef5" 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-1be303b9ae255bb52ca8139b1f05e9ef5" 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 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏