Skip to content

Latest commit

 

History

History
126 lines (103 loc) · 5.43 KB

File metadata and controls

126 lines (103 loc) · 5.43 KB
title Linux 运维专题地图
tags
knowledgebase/map
knowledgebase/linux
aliases
Linux Ops Map
date 2026-04-16

🐧 Linux 运维专题地图

[!info] 专题范围 覆盖 Linux-Shell(24 篇)为主线,关联 OS(3 篇)、HPC(7 篇)、GPU(4 篇)等基础设施知识。


核心概念

  • [[KnowledgeBase/concepts/自动化运维|自动化运维]]
  • [[KnowledgeBase/entities/Slurm|Slurm]]

📖 推荐阅读顺序

Linux 基础

  1. [[Linux-Shell/Linux-learning-notes|Linux-learning-notes]] — 全面学习笔记(2688 行)
  2. [[Linux-Shell/linux环境变量管理|linux环境变量管理]] — 环境变量
  3. [[Linux-Shell/系统信息查看|系统信息查看]] — 系统信息
  4. [[OS/OS|OS]] — 操作系统理论
  5. [[OS/OS-磁盘管理|OS-磁盘管理]] — 磁盘管理
  6. [[Linux-Shell/LVM-RAID|LVM-RAID]] — LVM 与 RAID

Shell 脚本与自动化

  1. [[Linux-Shell/shell-scripts|shell-scripts]] — Shell 脚本实战
  2. [[Linux-Shell/screen后台运行任务|screen后台运行任务]] — 后台任务
  3. [[Linux-Shell/inotifywait监控文件变化|inotifywait监控文件变化]] — 文件监控

网络与安全

  1. [[Linux-Shell/ssh连接|ssh连接]] — SSH 基础
  2. [[Linux-Shell/ssh远程执行多个命令|ssh远程执行多个命令]] — SSH 批量执行
  3. [[Linux-Shell/nmcli管理网络配置|nmcli管理网络配置]] — 网络配置
  4. [[Linux-Shell/Linux终端配置proxy|Linux终端配置proxy]] — 代理配置
  5. [[Linux-Shell/开源堡垒机jumpserver部署|开源堡垒机jumpserver部署]] — 堡垒机

自动化运维工具

  1. [[Linux-Shell/ansible安装-rockylinux8|ansible安装-rockylinux8]] — Ansible
  2. [[IaC/terraform-basics|terraform-basics]] — Terraform
  3. [[Python/python-运维开发/python-Linux-operation|python-Linux-operation]] — Python 运维

Ubuntu 专题

  1. [[Linux-Shell/Ubuntu基础操作|Ubuntu基础操作]] — 基础操作
  2. [[Linux-Shell/Ubuntu安装显卡驱动|Ubuntu安装显卡驱动]] — GPU 驱动
  3. [[Linux-Shell/Ubuntu-unattended-upgrade管理|Ubuntu-unattended-upgrade管理]] — 安全补丁
  4. [[Linux-Shell/Ubuntu-修改启动内核|Ubuntu-修改启动内核]] — 内核管理
  5. [[Linux-Shell/Ubuntu部署vftpd|Ubuntu部署vftpd]] — FTP 服务

开发环境

  1. [[Linux-Shell/MacBook开发环境配置|MacBook开发环境配置]] — macOS
  2. [[Linux-Shell/配置zsh终端|配置zsh终端]] — zsh 终端
  3. [[Linux-Shell/vscode|vscode]] — VSCode

📂 分类索引

系统管理

文章 主题
[[Linux-Shell/Linux-learning-notes Linux-learning-notes]]
[[Linux-Shell/linux环境变量管理 linux环境变量管理]]
[[Linux-Shell/系统信息查看 系统信息查看]]
[[Linux-Shell/LVM-RAID LVM-RAID]]
[[OS/OS OS]]
[[OS/OS-磁盘管理 OS-磁盘管理]]
[[OS/计算机组成原理 计算机组成原理]]

网络与安全

文章 主题
[[Linux-Shell/ssh连接 ssh连接]]
[[Linux-Shell/ssh远程执行多个命令 ssh远程执行多个命令]]
[[Linux-Shell/nmcli管理网络配置 nmcli管理网络配置]]
[[Linux-Shell/Linux终端配置proxy Linux终端配置proxy]]
[[Linux-Shell/samba文件共享服务 samba文件共享服务]]
[[Linux-Shell/开源堡垒机jumpserver部署 开源堡垒机jumpserver部署]]
[[Networking/计算机网络基础 计算机网络基础]]
[[Networking/HTTP基础 HTTP基础]]

自动化

文章 主题
[[Linux-Shell/shell-scripts shell-scripts]]
[[Linux-Shell/ansible安装-rockylinux8 ansible安装-rockylinux8]]
[[Linux-Shell/inotifywait监控文件变化 inotifywait监控文件变化]]
[[Linux-Shell/screen后台运行任务 screen后台运行任务]]

HPC 调度

文章 主题
[[HPC/CentOS7-slurm23.02-二进制安装 CentOS7-slurm23.02-二进制安装]]
[[HPC/Ubuntu2204-slurm-22.05.11-二进制安装 Ubuntu2204-slurm-22.05.11-二进制安装]]
[[HPC/PBS PBS]]
[[HPC/Slurm-node-exporter Slurm-node-exporter]]

GPU 基础设施

文章 主题
[[GPU-DeepLearning/GPU-basics GPU-basics]]
[[GPU-DeepLearning/GPU-exporter-grafana GPU-exporter-grafana]]
[[GPU-DeepLearning/NVIDIA-GPU-开启persistent mode NVIDIA-GPU-开启persistent mode]]
[[GPU-DeepLearning/Server-basics Server-basics]]
[[Linux-Shell/Ubuntu安装显卡驱动 Ubuntu安装显卡驱动]]

📑 来源摘要

  • [[KnowledgeBase/sources/linux-shell-batch-summary|Linux-Shell 批量摘要]] — 24 篇系统管理、Shell 脚本、SSH/网络、存储/LVM/NFS
  • [[KnowledgeBase/sources/hpc-cloud-gpu-batch-summary|HPC-Cloud-GPU 批量摘要]] — Slurm/PBS/GPU 管理全栈

🔗 关联领域

  • [[KnowledgeBase/maps/python-devops-map|python-devops-map]] — Python 运维自动化
  • [[KnowledgeBase/maps/kubernetes-map|kubernetes-map]] — K8s 依赖 Linux 底盘
  • [[KnowledgeBase/concepts/自动化运维|自动化运维]] — 自动化运维概念