侧边栏壁纸
博主头像
空念文章-inless

行动起来,活在当下

  • 累计撰写 7 篇文章
  • 累计创建 1 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

一些脚本

inless
2025-03-23 / 0 评论 / 0 点赞 / 123 阅读 / 0 字

综合工具箱

wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.shARM
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/armbox.sh && chmod +x box.sh && clear && ./box.sh

一键换源

国内

wget https://cdn.000714.xyz/BlueSkyXN/ChangeSource/master/changesource.sh && bash changesource.shgithub
wget https://raw.githubusercontent.com/BlueSkyXN/ChangeSource/master/changesource.sh && bash changesource.shX-Ray
bash <(curl -sL https://raw.githubusercontent.com/daveleung/hijkpw-scripts-mod/main/xray_mod1.sh)

测速

bash <(curl -sL https://raw.githubusercontent.com/i-abc/Speedtest/main/speedtest.sh)

wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
chmod +x speedtest.py
./speedtest.py

网络回程

curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh

可视化服务器回程路由测试

wget --no-check-certificate https://tutu.ovh/bash/returnroute/route && chmod +x route && clear && ./route

或者

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

#来自李子博客,适用于centos6/7,测试服务器回程线路类型,是否为中国优化。

批量 ping 测试云服务器速度

bash <(curl -sL ping.nuk.one)

或者

bash <(wget -qO - ping.nuk.one)

#脚本来自GitHub

yabs测试脚本

wget -qO- yabs.sh | bash

#来自GitHub,老外比较爱用的服务器性能测试脚本。

融合怪测评脚本

bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)

export noninteractive=true && curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && bash goecs.sh env && bash goecs.sh install && goecs

无依赖安装

curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh

BBR

bash <(curl -Lso- https://git.io/kernel.sh)

小工具

curl -sS -O https://raw.githubusercontent.com/kejilion/sh/main/kejilion.sh && chmod +x kejilion.sh && ./kejilion.sh

三网测速

bash <(curl -Lso- http://yun.789888.xyz/speedtest.sh)

性能测试

wget -N --no-check-certificate https://raw.githubusercontent.com/V2RaySSR/vps/master/vpstest.sh && bash vpstest.sh

流媒体解锁测试

wget -O mt.sh https://raw.githubusercontent.com/BlueSkyXN/ChangeSource/master/mt.sh && chmod +x mt.sh && clear && ./mt.sh

秋水原版BBR

wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh

Root密码修改:

bash <(curl -Ls https://github.com/baoqihui/script/raw/main/root.sh)

sudo -i
wget -N https://cdn.jsdelivr.net/gh/Misaka-blog/rootLogin@master/root.sh && chmod -R 777 root.sh && bash root.sh

更新系统,开放端口

bash <(curl -Ls https://github.com/baoqihui/script/raw/main/init.sh)

V2ray 搭建:

sudo apt install -y curl
wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh" && chmod +x install.sh && bash install.sh

八合一脚本

wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh

Xray 搭建

wget -N https://raw.githubusercontents.com/Misaka-blog/Xray-script/master/xray.sh && bash xray.sh

Misaka工具箱

wget -N https://cdn.jsdelivr.net/gh/Misaka-blog/MisakaLinuxToolbox@master/MisakaToolbox.sh && chmod -R 777 MisakaToolbox.sh && bash MisakaToolbox.sh

x-ui搭建

bash <(curl -Ls https://raw.githubusercontents.com/vaxilu/x-ui/master/install.sh)

BBR加速(系统自带BBR):

参考 https://www.qiuvps.com/699.html

或#首先先更新下系统,然后安装依赖组建:

apt-get update
apt-get update && apt-get install -y wget curl

#之后开启原生BBR:

echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p

#检测是否正常开启BBR:

sysctl net.ipv4.tcp_available_congestion_control
lsmod | grep bbr

tcp优化加速脚本

wget http://sh.nekoneko.cloud/tools.sh -O tools.sh && bash tools.sh

VPS内存日志自动清理

bash <(curl -Lso- https://vmshell.com/adpic/vmshellvps.sh)

MTPorxy

参考 https://github.com/seriyps/mtproto_proxy

https://github.com/HirbodBehnam/MTProtoProxyInstaller

netfilx检测:

参考 https://github.com/CoiaPrant/MediaUnlock_Test

或  https://github.com/lmc999/RegionRestrictionCheck

Warp:

参考 https://github.com/kkkyg/CFwarp

https://github.com/fscarmen/warp

SuperSpeed 全面测速版

bash <(curl -Lso- https://git.io/Jlkmw)

SuperBench测试脚本

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

#或者

curl -Lso- -no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superb

检测VPS回程国内三网路由:

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

支持的线路为:电信CN2 GT,电信CN2 GIA,联通169,电信163,联通9929,联通4837,移动CMI

Speedtest测速

apt install speedtest-cl

0

评论区