From a362c0ce528f7a10ccef8982cde4738c26505202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E5=B0=8F=E8=8A=BD?= Date: Sat, 4 Apr 2026 13:24:58 +0800 Subject: [PATCH] Sync bash project --- AGENTS.md | 376 ++++++++++++++++ README.md | 293 +++++++++++++ login-info/install_login-info.sh | 161 +++++++ login-info/login-info.sh | 681 +++++++++++++++++++---------- login-info/uninstall_login-info.sh | 45 ++ readme.md | 0 6 files changed, 1328 insertions(+), 228 deletions(-) create mode 100644 AGENTS.md create mode 100644 README.md create mode 100644 login-info/install_login-info.sh create mode 100644 login-info/uninstall_login-info.sh delete mode 100644 readme.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..fc821c0 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,376 @@ +# AGENTS.md - Agent Coding Guidelines + +This document provides guidelines for agents working in this repository. + +--- + +## Project Overview + +This is a **Bash shell script** repository containing multiple independent utilities for Linux server management. Each subdirectory is a separate project. + +### Subprojects + +| Directory | Description | +|-----------|-------------| +| `port-info/` | Linux port information display (TCP, UDP, HTTP services) | +| `docker-info/` | Docker and server information collector | +| `database-info/` | Database information collector (WIP) | +| `systemctl-info/` | Systemd/systemctl detailed information (v2.0 modular) | +| `filebrowser/` | FileBrowser installation/uninstall scripts | +| `frp/` | FRP (Fast Reverse Proxy) management scripts | +| `openlist/` | OpenList installation/management scripts | +| `mengyamonitor/` | MengyanMonitor installation scripts | +| `user-manager/` | User management utility | +| `change-mirror/` | Mirror changing and Docker installation scripts | +| `login-info/` | Login information display | +| `ssh/` | SSH key management scripts | + +--- + +## Build / Lint / Test Commands + +### Running Scripts + +```bash +# Make executable and run +chmod +x