linux主机 测试脚本大全
时间:12-07
作者:
linux主机 测试脚本大全
linux主机 测试脚本大全
检测IP的纯净度
bash <(curl -sL IP.Check.Place)
性能测试
wget -qO- bench.sh | bash
#或者
curl -Lso- bench.sh | bash
#或者
wget -qO- 86.re/bench.sh | bash
#或者
curl -so- 86.re/bench.sh | bash
三网快速测速
bash <(curl -Lso- https://git.io/superspeed)
快速测试三网回程路由
wget -qO- git.io/autobesttrace | bash
流媒体一键检测
debian/Ubuntu:
apt install -y jq
bash <(curl -sSL "https://github.com/CoiaPrant/MediaUnlock_Test/raw/main/check.sh")
centos:
yum install epel-release
yum install -y jq
bash <(curl -sSL "https://github.com/CoiaPrant/MediaUnlock_Test/raw/main/check.sh")
超售检测
—————–
curl https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh | bash
wget –no-check-certificate -O memoryCheck.sh https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh && chmod +x memoryCheck.sh && bash memoryCheck.sh
四网回程测试
—————–
wget -O jcnf.sh https://raw.githubusercontent.com/Netflixxp/jcnfbesttrace/main/jcnf.sh && chmod +x jcnf.sh && clear &&./jcnf.sh
wget -qO- git.io/autobesttrace | bash
全媒体测试
bash <(curl -L -s check.unlock.media)
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
BBR安装脚本
wget -N --no-check-certificate "https://gist.github.com/zeruns/a0ec603f20d1b86de6a774a8ba27588f/raw/4f9957ae23f5efb2bb7c57a198ae2cffebfb1c56/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
排名不分先后 如有失效的可联系 去除
大家有好的 也可以分享过来!
检测IP的纯净度
bash <(curl -sL IP.Check.Place)
性能测试
wget -qO- bench.sh | bash
#或者
curl -Lso- bench.sh | bash
#或者
wget -qO- 86.re/bench.sh | bash
#或者
curl -so- 86.re/bench.sh | bash
三网快速测速
bash <(curl -Lso- https://git.io/superspeed)
快速测试三网回程路由
wget -qO- git.io/autobesttrace | bash
流媒体一键检测
debian/Ubuntu:
apt install -y jq
bash <(curl -sSL "https://github.com/CoiaPrant/MediaUnlock_Test/raw/main/check.sh")
centos:
yum install epel-release
yum install -y jq
bash <(curl -sSL "https://github.com/CoiaPrant/MediaUnlock_Test/raw/main/check.sh")
超售检测
—————–
curl https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh | bash
wget –no-check-certificate -O memoryCheck.sh https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh && chmod +x memoryCheck.sh && bash memoryCheck.sh
四网回程测试
—————–
wget -O jcnf.sh https://raw.githubusercontent.com/Netflixxp/jcnfbesttrace/main/jcnf.sh && chmod +x jcnf.sh && clear &&./jcnf.sh
wget -qO- git.io/autobesttrace | bash
全媒体测试
bash <(curl -L -s check.unlock.media)
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
BBR安装脚本
wget -N --no-check-certificate "https://gist.github.com/zeruns/a0ec603f20d1b86de6a774a8ba27588f/raw/4f9957ae23f5efb2bb7c57a198ae2cffebfb1c56/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
排名不分先后 如有失效的可联系 去除
大家有好的 也可以分享过来!