Skip to content

Instantly share code, notes, and snippets.

@sarkrui
Last active December 30, 2023 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sarkrui/76148f7ef36902a6422e46cc0096c04a to your computer and use it in GitHub Desktop.
Save sarkrui/76148f7ef36902a6422e46cc0096c04a to your computer and use it in GitHub Desktop.
VPS 脚本集合

测速

bash <(wget -qO- https://bench.im/hyperspeed)

宝塔

纯原版 1:

curl -sSO https://raw.githubusercontent.com/zhucaidan/btpanel-v7.7.0/main/install/install_panel.sh && bash install_panel.sh

纯原版 2:

wget -O install.sh http://f.cccyun.cc/bt/install_6.0.sh && bash install.sh

宝塔 7.7 原版一键开心脚本

curl -sSO https://raw.githubusercontent.com/ztkink/bthappy/main/one_key_happy.sh && bash one_key_happy.sh

一键 TCP BBR PLUS 加速

wget -N --no-check-certificate "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh

测试 Netflix 解锁

bash -c "$(curl -fsSL https://tinyurl.com/installNF)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment