目 录CONTENT

文章目录

整理一些常用的脚本(持续更新)

Celia
2022-10-26 / 3 评论 / 5 点赞 / 326 阅读 / 958 字 / 正在检测是否收录...

综合工具箱(强烈推荐,集成了很多脚本)

杜甫测试

wget -q https://github.com/Aniverse/A/raw/i/a && bash a

综合工具箱

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

宝塔安装

wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh ed8484bec

最全脚本

wget -P /root -N https://cdn.jsdelivr.net/gh/ednovas/vpstoolbox@main/ednovastool.sh && chmod +x ednovastool.sh && ./ednovastool.sh

jcnf 常用脚本工具包

wget -O jcnfbox.sh https://raw.githubusercontent.com/Netflixxp/jcnf-box/main/jcnfbox.sh && chmod +x jcnfbox.sh && clear && ./jcnfbox.sh

bbr内核加速最全脚本

wget --no-check-certificate -O tcpx.sh https://raw.githubusercontent.com/ylx2016/Linux-NetSpeed/master/tcpx.sh

镜像源

换源脚本

bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)

一键DD脚本

wget -N --no-check-certificate https://down.vpsaff.net/linux/dd/network-reinstall-os.sh && \
chmod +x network-reinstall-os.sh && ./network-reinstall-os.sh

kali源

中科大
deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
deb-src http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib

阿里云
deb http://mirrors.aliyun.com/kali kali-rolling main non-free contrib
deb-src http://mirrors.aliyun.com/kali kali-rolling main non-free contrib

清华大学
deb http://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling main contrib non-free
deb-src https://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling main contrib non-free

浙大
deb http://mirrors.zju.edu.cn/kali kali-rolling main contrib non-free
deb-src http://mirrors.zju.edu.cn/kali kali-rolling main contrib non-free

官方源
deb http://http.kali.org/kali kali-rolling main non-free contrib
deb-src http://http.kali.org/kali kali-rolling main non-free contrib

安装docker

环境安装

apt-get update && apt-get install -y wget vim
>安装wget和vim

官方Docker

curl -sSL https://get.docker.com/ | sh
>

一键docker脚本

bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/DockerInstallation.sh)

流控脚本

wget -O fast.bin "https://daloradius.coding.net/p/fast/git/raw/master/fast-3.0.bin" && chmod +x fast.bin && ./fast.bin
curl -LO klutztech.com/k && bash k

测试速度

wget -qO- bench.sh | bash

全网

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

海外

wget -qO- git.io/superbench.sh | bash

网络测速

wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh

单线程测试

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

全速测试

curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast

四网测试

wget -O jcnf.sh https://raw.githubusercontent.com/Netflixxp/jcnfbesttrace/main/jcnf.sh

bash jcnf.sh

三网测速脚本

bash <(curl -Lso- https://git.io/superspeed)#LemonBench
curl -fsSL https://ilemonrain.com/download/shell/LemonBench.sh  bash -s fast  #快速
curl -fsSL https://ilemonrain.com/download/shell/LemonBench.sh  bash -s full  #完整

时间同步命令

apt update
apt install net netpdate -y
rm -rf /etc/localtimeln -s /usr/share/zoneinfo/Asia/Shanghai/etc/localtime
service ntpd stop #停止ntp服务
ntpdate us.pool.ntp.org #同步ntp时间
service ntpd start #启动ntp服务

v2ray安装

bash <(curl -sL https://raw.githubusercontent.com/hiifeng/v2ray/main/install_v2ray.sh)
bash <(curl -L -s https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh) | tee v2ray_ins.log
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
bash <(curl -ksL  tiny.one/one4all)    code on github

TROJAN系列安装

wget -N --no-check-certificate -q -O trojan_install.sh "https://raw.githubusercontent.com/V2RaySSR/Trojan/master/trojan_install.sh" && chmod +x trojan_install.sh && bash trojan_install.sh
source <(curl -sL https://git.io/trojan-install)#

x-ui安装

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



魔改版

bash <(curl -Ls https://gitlab.com/rwkgyg/x-ui-yg/raw/main/install.sh)

跑分

wget https://s3.amazonaws.com/cloudbench/software/UnixBench5.1.3.tgz
tar -xf UnixBench5.1.3.tgz
cd UnixBench/
make all
./Run

流媒体测试

全媒体测试

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

奈飞

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

抓取节点脚本

wget https://raw.githubusercontent.com/slobys/proxypool/master/onekey_install.sh && chmod +x onekey_install.sh && ./onekey_install.sh

文章引用
nan博客

5

评论区