From 9ef842ebb3961b115bfeaf57e62ee0d8549db1ae Mon Sep 17 00:00:00 2001 From: yeasy Date: Thu, 21 May 2026 18:25:54 -0700 Subject: [PATCH] docs: update distro caveats --- 20_cases_os/20.3_debian.md | 6 +++--- 20_cases_os/20.4_centos.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/20_cases_os/20.3_debian.md b/20_cases_os/20.3_debian.md index 530107d..ef7c4b8 100644 --- a/20_cases_os/20.3_debian.md +++ b/20_cases_os/20.3_debian.md @@ -36,7 +36,7 @@ Debian GNU/Linux 13 ![Ubuntu 操作系统](../_images/ubuntu-logo.jpg) -`Ubuntu` 是一个以桌面应用为主的 `GNU/Linux` 操作系统,其名称来自非洲南部祖鲁语或豪萨语的 “ubuntu” 一词 (官方译名 “友帮拓”,另有 “吾帮托”、“乌班图”、“有奔头” 或 “乌斑兔” 等译名)。`Ubuntu` 意思是 “人性” 以及 “我的存在是因为大家的存在”,是非洲传统的一种价值观,类似华人社会的 “仁爱” 思想。`Ubuntu` 基于 `Debian` 发行版和 `GNOME/Unity` 桌面环境,与 `Debian` 的不同在于它每 6 个月会发布一个新版本,每 2 年推出一个长期支持 **(Long Term Support,LTS)** 版本,一般支持 3 年时间。 +`Ubuntu` 是一个以桌面应用为主的 `GNU/Linux` 操作系统,其名称来自非洲南部祖鲁语或豪萨语的 “ubuntu” 一词 (官方译名 “友帮拓”,另有 “吾帮托”、“乌班图”、“有奔头” 或 “乌斑兔” 等译名)。`Ubuntu` 意思是 “人性” 以及 “我的存在是因为大家的存在”,是非洲传统的一种价值观,类似华人社会的 “仁爱” 思想。`Ubuntu` 基于 `Debian` 发行版和 `GNOME/Unity` 桌面环境,与 `Debian` 的不同在于它每 6 个月会发布一个新版本,每 2 年推出一个长期支持 **(Long Term Support,LTS)** 版本;LTS 版本通常提供 5 年标准安全维护,Ubuntu Pro/ESM 可进一步延长安全覆盖。 #### 使用 Ubuntu 官方镜像 @@ -74,8 +74,8 @@ E: Unable to locate package curl ```bash root@7d93de07bf76:/# apt-get update -Get:1 http://archive.ubuntu.com/ubuntu noble InRelease [256 kB] -Get:2 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] +Get:1 http://archive.ubuntu.com/ubuntu resolute InRelease [256 kB] +Get:2 http://security.ubuntu.com/ubuntu resolute-security InRelease [126 kB] ... Fetched 25.8 MB in 8s (3215 kB/s) Reading package lists... Done diff --git a/20_cases_os/20.4_centos.md b/20_cases_os/20.4_centos.md index 320f5bc..7a036ca 100644 --- a/20_cases_os/20.4_centos.md +++ b/20_cases_os/20.4_centos.md @@ -2,7 +2,7 @@ ### 20.4.1 CentOS 系统简介 -`CentOS` 和 `Fedora` 都是基于 `Redhat` 的常见 Linux 分支。`CentOS` 是目前企业级服务器的常用操作系统;`Fedora` 则主要面向个人桌面用户。 +`CentOS` 和 `Fedora` 都是基于 `Redhat` 的常见 Linux 分支。传统 `CentOS Linux` 曾是企业级服务器的常用操作系统,但相关 Docker 官方镜像已停止维护;新部署通常应评估 Rocky Linux、AlmaLinux、CentOS Stream 或直接使用 RHEL/UBI 等替代方案。`Fedora` 则主要面向个人桌面用户。 ![CentOS 操作系统](../_images/centos-logo.png)