启动探针
hello.sh
helper.sh 最早的脚本,用于验证连通性并建立 shell-first 的使用体验。
curl -fsSL helper.sh/hello.sh | bash 平台
把新开的 Ubuntu 24.04 主机整理成稳定运维基线时常用的脚本、文章和问题页。
更新时间: 2026-03-26
平台
启动探针
helper.sh 最早的脚本,用于验证连通性并建立 shell-first 的使用体验。
curl -fsSL helper.sh/hello.sh | bash 安装脚本
一个适用于 Ubuntu 24.04.4 LTS 的 Docker 与 Docker Compose 一键安装脚本,由 helper.sh 托管发布。
curl -fsSL helper.sh/install_docker_ubuntu_2404.sh | sudo bash OpenVPN 客户端安装脚本
一个托管在 helper.sh 的 Ubuntu OpenVPN 客户端安装脚本,会先检查当前目录中的 client.conf 和 login.txt,再安装 OpenVPN 并启用 systemd 客户端服务。
curl -fsSL helper.sh/install_openvpn_client_ubuntu.sh | sudo bash Ubuntu 24.04 是当前最常见的新装主机基础环境。
这个页面把 Docker、OpenVPN 以及后续部署前置脚本集中起来,方便从一台干净主机一步步搭到可交付状态。