前言
每次拿到一个全新的vps都要执行一堆的指令非常的不方便,想要找个工具箱的时候又要搜索浪费时间,所以这里做一个集合,各大工具箱脚本功能会有重复,所以选择一个自己喜欢的用就行。
脚本集合
准备
安装curl
apt update -y && apt install -y curl
安装wget
apt update -y && apt install -y wget
科技lion
官网版一键脚本
curl -sS -O https://kejilion.pro/kejilion.sh && chmod +x kejilion.sh && ./kejilion.sh
GitHub版一键脚本
curl -sS -O https://raw.githubusercontent.com/kejilion/sh/main/kejilion.sh && chmod +x kejilion.sh && ./kejilion.sh
脚本界面
GitHub:https://github.com/kejilion/sh
ssh_tool
一键脚本地址
curl -fsSL https://raw.githubusercontent.com/eooce/ssh_tool/main/ssh_tool.sh -o ssh_tool.sh && chmod +x ssh_tool.sh && ./ssh_tool.sh
or
wget -qO ssh_tool.sh https://raw.githubusercontent.com/eooce/ssh_tool/main/ssh_tool.sh && chmod +x ssh_tool.sh && ./ssh_tool.sh
脚本界面
GitHub:https://github.com/eooce/ssh_tool
YujuToolBox
国外服务器使用方法
curl -sS -O https://raw.githubusercontent.com/yuju520/YujuToolBox/main/yuju.sh && chmod +x yuju.sh && ./yuju.sh
or
wget -q https://raw.githubusercontent.com/yuju520/YujuToolBox/main/yuju.sh && chmod +x yuju.sh && ./yuju.sh
国内服务器使用方法(用ghproxy加速)
curl -sS -O https://ghp.ci/https://raw.githubusercontent.com/yuju520/YujuToolBox/main/yuju.sh && chmod +x yuju.sh && ./yuju.sh
or
wget -q https://ghp.ci/https://raw.githubusercontent.com/yuju520/YujuToolBox/main/yuju.sh && chmod +x yuju.sh && ./yuju.sh
脚本界面
GitHub:https://github.com/yuju520/YujuToolBox
云易Linux工具箱
云易工具箱官网:https://www.bk400.com/
curl -O http://tool.cdn.dns168.com/linux/bk.sh && chmod +x bk.sh && ./bk.sh
脚本功能
© 版权声明
THE END
- 最新
- 最热
只看作者