综合管理工具
BlueSkyXN
使用方法:
1 | wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh |
ARM Beta(截止2023.7.1是beta版本):
1 | wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/armbox.sh && chmod +x box.sh && clear && ./box.sh |
查看脚本功能表
Linux命令
本地化处理
修改时区
1 | timedatectl set-timezone Asia/Shanghai |
更改Linux服务器终端显示语言为中文
1 | wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/LocaleCN/master/LocaleCN.sh && bash LocaleCN.sh |
系统支持
- Debian 8 / 9
- Ubuntu 14 / 16
- CentOS 6 / 7
DD脚本
MoeClub一键DD
记得修改自定义ssh端口和ssh密码。Debian:11
1 | bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 -p "自定义root密码" -port "自定义ssh端口" |
Ubuntu 20.04
1 | bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -u 20.04 -v 64 -p "自定义root密码" -port "自定义ssh端口" |
网速/IO/性能测试
Bench.sh
你可以使用以下命令来查看您的 Linux 系统信息,还可以测试网络带宽及硬盘读写速率
1 | wget -qO- bench.sh | bash |
四网测速+延迟、抖动
1 | bash <(wget -qO- https://bench.im/hyperspeed) |
媒体解锁测试
1 | bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh) |
常用命令
配置IPV6 DNS
1 | echo -e "nameserver 2a01:4f8:c2c:123f::1" > /etc/resolv.conf |
常用组件
ACME Offical
1. 安装
1 | curl https://get.acme.sh | sh |
2. 申请证书
切换到letsencrypt
1 | acme.sh --set-default-ca --server letsencrypt |
使用DNS验证的方法
1 | acme.sh --issue --dns -d mydomain.com \ |
默认证书存储在~/.acme.sh/目录下
安装证书:
1 | acme.sh --install-cert -d mydomain.com \ |
Docker安装
新版docker自带docker compose组件
OFFICAL
1 | curl -fsSL curl -fsSL get.docker.com | sh |
国内加速
1 | curl -sSL https://get.daocloud.io/docker | sh |
X-UI Offical
1 | bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh) |
hysteria-script
1 | wget -N --no-check-certificate https://gitlab.com/misakablog/hysteria-script/-/raw/main/hysteria.sh && bash hysteria.sh |
Woiden 使用warp无法通过ipv4连接
1 | wg-quick down wgcf |
BBR
来源:秋水逸冰
1 | wget --no-check-certificate -O /opt/bbr.sh https://github.com/teddysun/across/raw/master/bbr.sh |
检查:
1 | uname -r |
WARP
Misaka(停止维护)
1 | wget -N --no-check-certificate https://raw.githubusercontents.com/misaka-gh/Misaka-WARP-Script/master/misakawarp.sh && bash misakawarp.sh |
p3terx
1 | # Cloudflare WARP 一键配置脚本 功能菜单 |
若没有本文 Issue,您可以使用 Comment 模版新建。