3

脚本工具

提供 Shell 和 Python 实用脚本,支持一键下载执行,覆盖系统运维、开发辅助等场景。

Shell 2026-07-28

开启 SSH 的 root 密码登录

一键开启 SSH 的 root 密码登录,让你可以用 `ssh root@IP` 直接登录服务器。 ## 适用场景 - 新开的云服务器默认只允许密钥登录,想开启密码登录 - 运维批量配置服务器 root 远程访问 - 重装系统后快速恢复 SSH 密码登录 ## 脚本特点 - **幂等执行**

一键开启 SSH 的 root 密码登录,让你可以用 `ssh root@IP` 直接登录服务器。 ## 适用场景 - 新开

Shell 2026-07-27

Python 可移植环境构建

## 简介 基于 [python-build-standalone](https://github.com/astral-sh/python-build-standalone) 项目,一键构建 Python 可移植/离线运行环境。自动识别 x86_64 和 arm64 架构,支持 pip 依赖安装

## 简介 基于 [python-build-standalone](https://github.com/astral-sh

Shell 2026-07-24

GoMonitor 自动化部署脚本

## 简介 GoMonitor 是一款系统监控代理工具,此脚本支持一键安装、更新、卸载,并自动配置 Systemd 服务。 ## 支持系统 - 所有支持 systemd 的 Linux 发行版(Ubuntu 18.04+、Debian 10+、CentOS 7+ 等) - 需要

## 简介 GoMonitor 是一款系统监控代理工具,此脚本支持一键安装、更新、卸载,并自动配置 Systemd 服务。