VPS脚本

经典测速:

wget -qO- bench.sh | bash

三网测速[推荐]

bash <(curl -Lso- https://bench.im/hyperspeed)

备用还原脚本 上传下载速度单线程:

wget -qO- https://git.io/pigji.comSuperbench | bash

回程测试脚本

wget -qO- git.io/besttrace | bash

回程线路检测脚本[首推第一个]

curl http://tutu.ovh/bash/returnroute/test.sh|bash

curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash

Linux 一键安装回程线路检测脚本

bash <(curl -Ls https://raw.githubusercontent.com/sjlleo/nexttrace/main/nt_install.sh)
https://github.com/sjlleo/nexttrace

国际流媒体解锁[首推第一个]

bash <(curl -L -s media.ispvps.com)

bash <(curl -L -s check.unlock.media) 

bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)

全面测试:

wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh | sudo bash

多线路网速测试:

bash <(wget -qO- https://raw.githubusercontent.com/chiron688/linux_jobs/main/speed.sh)

单线程三网测试:

bash <(curl -so- https://raw.githubusercontent.com/linconbb/bim-core/main/hyperspeed.sh)

TikTok和OPENCHAT媒体聚合监测脚本(1)

wget -qO- https://github.com/yeahwu/check/raw/main/check.sh | bash

TikTok和OPENCHAT媒体聚合监测脚本(2)

bash <(wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh) -m

Tiktok解锁

bash <(curl -s https://raw.githubusercontent.com/lmc999/TikTokCheck/main/tiktok.sh)

检测ip是否支持chat.openai的脚本

bash <(curl -Ls https://cpp.li/openai)

PS:删除、关闭、打开各自系统的无用附件、防火墙、端口及规则

Ubuntu系统下:

开放所有端口

iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -F

Ubuntu镜像默认设置了Iptable规则,关闭它

apt-get purge netfilter-persistent
reboot

或者强制删除

rm -rf /etc/iptables && reboot

Centos系统下:

删除多余附件

systemctl stop oracle-cloud-agent

systemctl disable oracle-cloud-agent

systemctl stop oracle-cloud-agent-updater

systemctl disable oracle-cloud-agent-updater

停止firewall
systemctl stop firewalld.service

禁止firewall开机启动
systemctl disable firewalld.service

TG线路搭建命令[首推第一个]

操作系统:Ubuntu 18.04 Centos7.6-bbr

wget -N –no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/mtproxy.sh && chmod +x mtproxy.sh && bash

睡眠中

rm -f /var/run/yum.pid