# general-scripts **Repository Path**: houqiaoz/general-scripts ## Basic Information - **Project Name**: general-scripts - **Description**: 常用脚本,覆盖文件批量处理、系统状态监控、数据定时备份、环境一键部署等高频场景。 - **Primary Language**: Shell - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-14 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # linux-scripts #### 介绍 Linux常用脚本或程序,覆盖文件批量处理、系统状态监控、数据定时备份、环境一键部署等高频运维/开发场景。脚本将重复性操作封装为可执行文件,无需手动逐条执行指令,能大幅减少操作失误、提升Linux系统使用效率。 #### 软件架构 基于Shell(Bash)、python编写,遵循Linux系统通用规范,可直接在主流Linux发行版(CentOS/Ubuntu/Debian等)运行,便于按需调用和扩展。 #### 使用说明 - 获取浏览器地址:https://gitee.com/houqiaoz/general-scripts/blob/master/linux/debian/init_os.sh * 将地址中的blob改为raw:https://gitee.com/houqiaoz/general-scripts/raw/master/linux/debian/init_os.sh * 本地执行:curl https://gitee.com/houqiaoz/general-scripts/raw/master/linux/debian/init_os.sh | sh