my-vps-shell.png

SWAP管理脚本

bash <(wget --no-check-certificate -qO- 'https://www.moerats.com/usr/shell/swap.sh')

VPS一键开启BBR、BBRPlus、BBR2、锐速

Github地址:https://github.com/ylx2016/Linux-NetSpeed

此脚本有一定风险,请谨慎使用!

# 不卸载原有内核
wget -N "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
# 卸载原有内核
wget -N "https://github.000060000.xyz/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

shell-tcpx.jpg

路由追踪Besttrace

由IPIP.net提供的强大的路由追踪工具;

# 创建文件夹
mkdir trace && cd trace
# 下载 besttrace Linux 版本
wget https://cdn.ipip.net/17mon/besttrace4linux.zip
# 解压
unzip besttrace4linux.zip
# 给 besttrace 添加执行权限
chmod +x besttrace
# 运行 besttrace
./besttrace -q1 -g cn 1.1.1.1

trace.jpg

iptables流量转发管理脚本

# 国内vps不能访问 raw.githubusercontent.com 请使用此脚本
wget --no-check-certificate -qO natcfg.sh http://www.arloor.com/sh/iptablesUtils/natcfg.sh && bash natcfg.sh

# 从github获取脚本
wget --no-check-certificate -qO natcfg.sh https://raw.githubusercontent.com/arloor/iptablesUtils/master/natcfg.sh && bash natcfg.sh

输出如下:

#############################################################
# Usage: setup iptables nat rules for domian/ip             #
# Website:  http://www.arloor.com/                          #
# Author: ARLOOR <admin@arloor.com>                         #
# Github: https://github.com/arloor/iptablesUtils           #
#############################################################

你要做什么呢(请输入数字)?Ctrl+C 退出本脚本
1) 增加转发规则          3) 列出所有转发规则
2) 删除转发规则          4) 查看当前iptables配置
#?

此时按照需要,输入1-4中的任意数字,然后按照提示即可。

VPS DD重装系统一键脚本

项目地址:https://github.com/MeowLove/Network-Reinstall-System-Modify

作者文章:https://www.cxthhhhh.com/network-reinstall-system-modify

#下载脚本
wget --no-check-certificate -qO ~/Network-Reinstall-System-Modify.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/Network-Reinstall-System-Modify.sh' && chmod a+x ~/Network-Reinstall-System-Modify.sh
#进入安装选项
bash ~/Network-Reinstall-System-Modify.sh -UI_Options

VPS性能、带宽测试脚本

一键脚本:

wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

superbench.png

流媒体NetFlix解锁检测脚本

流媒体NetFlix解锁检测脚本,使用Go语言编写。

更新地址:https://github.com/sjlleo/netflix-verify

在VPS网络正常的情况下,哪怕是双栈网络也可在几秒内快速完成IPv4/IPv6的NF解锁情况判断。

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.52/nf_2.52_linux_amd64 && chmod +x nf && clear && ./nf

nf.jpg

有其他好用的脚本会继续更新;