<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; 系统配置</title>
	<atom:link href="http://www.osyunwei.com/archives/category/system/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Sun, 10 May 2026 14:53:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu服务器突然断电后无法启动故障解决办法</title>
		<link>https://www.osyunwei.com/archives/17070.html</link>
		<comments>https://www.osyunwei.com/archives/17070.html#comments</comments>
		<pubDate>Tue, 31 Mar 2026 03:27:35 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=17070</guid>
		<description><![CDATA[故障描述： 一台Ubuntu 24.04.03 LTS服务器，突然断电后无法正常启动，卡在如下界面： 原因分析： 断电造成了系统内核文件丢失，导致 /boot 分区的文件系统损坏，GRUB引导配置无法正确指向内核文件 修复过程： 重启系统到内核选择界面 带*的是当前启动的内核，就是这个内核出现故障，无法正常启动， 后面带(recovery mode)的是对应内核的“恢复模式”， 现在我们选择另外一个内核，这个是第三个选项，回车。 现在应该就能正常启动系统了，登录系统之后查看系统内核 uname -r #查看系统当前启动的内核版本 dpkg --list &#124; grep linux-image &#124; grep -v 'linux-image-extra' #列出当前系统中所有内核 rc：已删除但配置文件仍保留（可以安全清理） ii：已安装（正常状态） 当前运行的内核：6.14.0-37-generic 状态为 ii（已安装），说明它是系统当前使用的有效内核。 其他内核版本： 大量 6.11.x 和 6.14.x 版本存在，多数为 rc 状态，说明这些是旧内核，已被卸载但残留配置。 6.17.0-19-generic 状态为 ii，说明它也是当前安装的内核之一，就是它出现故障，导致系统无法启动，需要清理掉 6.8.0-41-generic 状态为 iF，表示该包安装不完整或失败，可能是断电导致的残留问题。 #执行自动清理（清除所有 rc 状态的残留） sudo apt autoremove --purge sudo [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/17070.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/17070.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rocky Linux 10.1系统安装配置图解教程</title>
		<link>https://www.osyunwei.com/archives/16847.html</link>
		<comments>https://www.osyunwei.com/archives/16847.html#comments</comments>
		<pubDate>Mon, 02 Feb 2026 05:23:17 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Rocky]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=16847</guid>
		<description><![CDATA[简单介绍： Rocky Linux 是一个开源的企业级操作系统，旨在与 Red Hat Enterprise Linux® 100% 完全兼容。Rocky Linux 正在由社区积极开发中。 Rocky Linux官方网站：https://rockylinux.org/ Rocky Linux下载地址：https://rockylinux.org/download 截止目前最新稳定版本为Rocky Linux 10.1，下面介绍Rocky Linux 10.1 的具体安装配置过程 Rocky Linux 10.1系统镜像下载地址： https://download.rockylinux.org/pub/rocky/10/isos/x86_64/Rocky-10.1-x86_64-dvd1.iso 国内镜像源： https://mirrors.ustc.edu.cn/rocky/10.1/isos/x86_64/Rocky-10.1-x86_64-dvd1.iso https://mirror.sjtu.edu.cn/rocky/10.1/isos/x86_64/Rocky-10.1-x86_64-dvd1.iso 一、安装Rocky Linux 最新版本的VMware® Workstation 专业版 25H2虚拟机安装的时候已经支持最新的 Rocky Linux 64位 版本，我们直接选择这个虚拟机模板即可。 配置虚拟机模板，根据提示按照步骤进行设置。 点完成，成功引导系统后，会出现下面的界面 界面说明： Install Rocky Linux 10.1 #安装Rocky Linux 10.1 Test this media &#38; install Rocky [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/16847.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/16847.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AlmaLinux-10.x安装配置图解教程</title>
		<link>https://www.osyunwei.com/archives/15901.html</link>
		<comments>https://www.osyunwei.com/archives/15901.html#comments</comments>
		<pubDate>Wed, 18 Jun 2025 03:14:15 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[AlmaLinux]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15901</guid>
		<description><![CDATA[AlmaLinux是一个开源、社区拥有和管理、免费的企业Linux发行版。专注于长期稳定性，并提供强大的生产级平台。可以作为CentOS停止维护（改为滚动更新）后，RHEL的下游Linux操作系统替代方案，并继承了原CentOS的开源免费特点。 官方网站： https://almalinux.org/ 系统镜像下载地址： 服务器用AlmaLinux-10.0-x86_64-minimal.iso进行安装就行 https://repo.almalinux.org/almalinux/10/isos/x86_64/AlmaLinux-10.0-x86_64-minimal.iso 特别注意： 使用VMware Workstation Pro虚拟机安装的时候 客户机操作系统：Linux 版本：其他 Linux 6.x内核 64位 因为截至目前最新版本的VMware Workstation Pro尚未正式支持最新的 AlmaLinux-10.0 版本，我们可以根据系统内核来选择 否则选择其他系统版本，在安装的时候会卡死在灰色背景，上面有个鼠标，就过不去了。 分享一个VMware Workstation下载站：https://sysin.org/blog/vmware-workstation-17/ 一、安装AlmaLinux-10.0 成功引导系统后，会出现下面的界面 界面说明： Install AlmaLinux 10.0 #安装AlmaLinux10.0 Test this media &#38; install AlmaLinux10.0 #测试安装文件并安装 AlmaLinux 10.0 Troubleshooting #修复故障 这里选择第一项，回车 语言选择界面，正式生产服务器建议安装英文版本 Continue继续 安装目的位置 磁盘分区，使用自定义模式，完成 服务器建议使用LVM分区模式，可以动态扩容 点+创建分区 挂载点：/boot 期望容量：1024 添加挂载点 继续创建分区 挂载点：biosboot 期望容量：2 添加挂载点 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15901.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15901.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rocky Linux 10.x系统安装配置图解教程</title>
		<link>https://www.osyunwei.com/archives/15874.html</link>
		<comments>https://www.osyunwei.com/archives/15874.html#comments</comments>
		<pubDate>Mon, 16 Jun 2025 10:27:52 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Rocky]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15874</guid>
		<description><![CDATA[简单介绍： Rocky Linux 是一个开源的企业级操作系统，旨在与 Red Hat Enterprise Linux® 100% 完全兼容。Rocky Linux 正在由社区积极开发中。 Rocky Linux官方网站：https://rockylinux.org/ Rocky Linux下载地址：https://rockylinux.org/download 截止目前最新稳定版本为Rocky Linux 10.0，下面介绍Rocky Linux 10.0 的具体安装配置过程 Rocky Linux 10.0系统镜像下载地址： https://download.rockylinux.org/pub/rocky/10/isos/x86_64/Rocky-10.0-x86_64-dvd1.iso 国内镜像源： https://mirrors.ustc.edu.cn/rocky/10.0/isos/x86_64/Rocky-10.0-x86_64-dvd1.iso https://mirror.sjtu.edu.cn/rocky/10.0/isos/x86_64/Rocky-10.0-x86_64-dvd1.iso 一、安装Rocky Linux 特别注意： 使用VMware Workstation Pro虚拟机安装的时候 客户机操作系统：Linux 版本：其他 Linux 6.x内核 64位 因为截至目前最新版本的VMware Workstation Pro尚未正式支持最新的 Rocky Linux 10 版本，我们可以根据系统内核来选择 否则选择其他系统版本，在安装的时候会卡死在灰色背景，上面有个鼠标，就过不去了。 成功引导系统后，会出现下面的界面 界面说明： Install Rocky Linux 10.0 #安装Rocky [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15874.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15874.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>银河麒麟高级服务器操作系统Kylin-Server-V10安装配置图解教程</title>
		<link>https://www.osyunwei.com/archives/15582.html</link>
		<comments>https://www.osyunwei.com/archives/15582.html#comments</comments>
		<pubDate>Mon, 24 Mar 2025 10:11:21 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[国产化OS]]></category>
		<category><![CDATA[Kylin]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15582</guid>
		<description><![CDATA[系统下载地址： https://product.kylinos.cn/productCase/172/25 https://www.kylinos.cn/support/trial.html 需要申请才能下载 一、 安装Kylin-Server-V10 成功引导系统后，会出现下面的界面 这里选择第一项，Install Kylin Linux Advanced Server V10  回车，进入下面的界面 语言选择界面，正式生产服务器建议安装英文版本 Continue继续 选择-系统SYSTEM-安装位置Installtion Destination，进入磁盘分区界面 Storage Configuration存储配置下选择Custom自定义选项，点左上角的“完成Done”，进入下面的界面 选择lvm分区模式，点+号 选择/boot ，容量1024 ，点Add mount point 继续创建biosboot分区，容量1024，点Add mount point 继续创建/分区 容量：留空   默认为剩余所有空间，点Add mount point Done Done 点击Accept Changes 如下图所示 软件SOFTWARE”-“软件选择Software Selection”，进入如下界面 选择第一个 Minimal Install 最小化安装 Done 完成 选择Root Passwd 设置root账号密码 设置root密码，不要使用弱口令 Done完成 开始安装Begin Installation [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15582.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15582.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>openSUSE-Leap-15.6系统安装图解教程</title>
		<link>https://www.osyunwei.com/archives/15119.html</link>
		<comments>https://www.osyunwei.com/archives/15119.html#comments</comments>
		<pubDate>Wed, 05 Feb 2025 08:20:35 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SUSE Linux]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15119</guid>
		<description><![CDATA[一、安装openSUSE 镜像下载地址： https://opensuse-guide.ustclug.org/index.php https://mirrors.ustc.edu.cn/opensuse/distribution/openSUSE-stable/iso/ https://mirrors.ustc.edu.cn/opensuse/distribution/openSUSE-stable/iso/openSUSE-Leap-15.6-DVD-x86_64-Media.iso 成功引导系统后进入下面的界面 选择Installation进行安装，默认是简体中文 安装 下一步 选择否 选择服务器 磁盘分区界面，可以使用默认的分区 这里我们自定义分区，使用LVM分区 选择专家分区程序 从现有分区开始 添加分区 创建1GB的分区 选择原始卷（未格式化） 分区ID：BIOS引导分区 不挂载设备 下一步 继续添加分区 默认剩余全部容量 原始卷（未格式化） 不格式化设备 分区ID：Linux LVM 不挂载设备 下一步 选择LVM卷组 添加卷组 卷组名称：vg（可以自定义名称） 选择可用设备，添加到右边 下一步 选择vg，添加逻辑卷 逻辑卷名称：root（可以自定义） 常规卷 下一步 默认全部容量 下一步 原始卷（未格式化） 格式化设备 文件系统：Ext4 挂载设备 挂载点：/ 下一步 自定义LVM分区完成 下一步 下一步 跳过用户创建 下一步 设置root密码 密码过于简单会提示 下一步 安装 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15119.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15119.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RHEL 10.x系统安装配置图解教程</title>
		<link>https://www.osyunwei.com/archives/15087.html</link>
		<comments>https://www.osyunwei.com/archives/15087.html#comments</comments>
		<pubDate>Fri, 24 Jan 2025 08:21:29 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[RHEL]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15087</guid>
		<description><![CDATA[红帽（Red Hat）于 2024年12 月 12 日发布公告，邀请用户测试 Beta 版 Red Hat Enterprise Linux（RHEL）10 发行版，正式版预估将于 2025 年年中发布。 RHEL 10 Beta 版的发布标志着红帽企业级 Linux 的又一次重大进步，不仅带来了内核和工具的更新，更引入了生成式 AI 工具 RHEL Lightspeed，简化了系统管理，提升了用户体验。 Beta 版 RHEL 10 更新至 Linux 6.11.0 内核，并更新了 OpenSSH、SELinux 和 Podman 等核心库，并在其上构建了新的功能。 官方下载地址：https://www.redhat.com/zh/technologies/linux-platforms/enterprise-linux?intcmp=7013a000003Sl4pAAC 官网需要登录账号才能下载，也可以从第三方下载 一、安装Red Hat Enterprise Linux 10.0 成功引导系统后，会出现下面的界面 界面说明： Install Red Hat Enterprise Linux 10.0 #安装Red Hat Enterprise [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15087.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15087.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Server 24.04.1 LTS安装配置图解教程</title>
		<link>https://www.osyunwei.com/archives/15045.html</link>
		<comments>https://www.osyunwei.com/archives/15045.html#comments</comments>
		<pubDate>Thu, 23 Jan 2025 02:59:27 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15045</guid>
		<description><![CDATA[一、Ubuntu Server 24.04.1 LTS系统安装 Ubuntu Linux发型版本目前有两种：Ubuntu桌面版和Ubuntu Server服务器版本，服务器系统建议选择Ubuntu Server服务器版本。 目前最新的服务器LTS版本是：Ubuntu Server 20.04.1 LTS（长期支持版本，5年技术支持） 安装镜像是：ubuntu-24.04.1-live-server-amd64.iso live代表默认安装过程中需要网络，会自动下载更新，安装时间会很久，甚至会卡在安装界面导致安装失败，因此建议安装前先断网，不让自动下载更新，安装就会很快。 Ubuntu Server 默认没有中文语言，我们使用默认的英文即可。 Ubuntu Linux发型版下载： http://cdimage.ubuntu.com/ubuntu/releases/ 系统镜像下载： https://mirrors.163.com/ubuntu-releases/24.04.1/ubuntu-24.04.1-live-server-amd64.iso 成功引导系统后进入下面的安装界面 选择第一项安装系统 选择安装语言  English continue without updating 继续而不更新    #选择此项，不更新 Done默认 默认选择第一项，安装Ubuntu Server 网络设置界面，默认即可，系统安装完成之后在设置 不使用代理，Done 默认是从官方源安装，会比较慢，可以改为国内源， 比如：163的源： http://mirrors.163.com/ubuntu/ 这里默认Done 选择Continue继续 磁盘分区，选择Custom storage layout    #自定义分区 我们使用lvm分区 lvm分区需要创建一个/boot分区 先创建/boot 分区，容量设置为1g Create创建分区 把剩余容量再创建一个分区 Format选择：Leave unformatted [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15045.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15045.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian 12.9.x安装配置图解教程</title>
		<link>https://www.osyunwei.com/archives/15007.html</link>
		<comments>https://www.osyunwei.com/archives/15007.html#comments</comments>
		<pubDate>Wed, 22 Jan 2025 02:25:56 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15007</guid>
		<description><![CDATA[一、安装系统 Debian 12.9.0系统镜像下载地址： https://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/debian-12.9.0-amd64-DVD-1.iso https://mirrors.163.com/debian-cd/12.9.0/amd64/iso-dvd/debian-12.9.0-amd64-DVD-1.iso 成功引导系统后进入下面的界面 界面说明： graphical install 图形安装 Install 安装系统 advanced options 高级选项 Help 帮助 Install with speech synthesis 安装语音合成 我们选择使用图形化界面graphical install来安装系统，回车。 选择安装语言  English 选择地区，other 再选择Asia 选择China 配置键盘，选择 United States 默认第一项 设置主机名字，默认为debian，此处设置的名称在系统登录界面显示 设置域名，留空，可以不用设置 设置root密码 创建新用户：输入新用户全名（注意：不是登录账号，相当于描述） 可以不设置，留空 创建登录用户名（用此账号来登录系统）：user 设置密码 选择：Guided-use entire disk and set up LVM 带引导模式方式使用整块磁盘并使用LVM 选择磁盘 选择：All files in one partition(recommended for [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15007.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15007.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AlmaLinux-9.5安装配置图解教程</title>
		<link>https://www.osyunwei.com/archives/14981.html</link>
		<comments>https://www.osyunwei.com/archives/14981.html#comments</comments>
		<pubDate>Tue, 21 Jan 2025 07:02:02 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[AlmaLinux]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14981</guid>
		<description><![CDATA[AlmaLinux是一个开源、社区拥有和管理、免费的企业Linux发行版。专注于长期稳定性，并提供强大的生产级平台。可以作为CentOS停止维护（改为滚动更新）后，RHEL的下游Linux操作系统替代方案，并继承了原CentOS的开源免费特点。 官方网站： https://almalinux.org/ 系统镜像下载地址： https://repo.almalinux.org/almalinux/9.5/isos/x86_64/AlmaLinux-9.5-x86_64-dvd.iso 一、安装AlmaLinux-9.5 成功引导系统后，会出现下面的界面 界面说明： Install AlmaLinux-9.5 #安装AlmaLinux-9.5 Test this media &#38; install AlmaLinux-9.5 #测试安装文件并安装AlmaLinux-9.5 Troubleshooting #修复故障 这里选择第一项，安装AlmaLinux-9.5 回车 语言选择界面，正式生产服务器建议安装英文版本 Continue继续 选择-系统SYSTEM-安装位置Installtion Destir，进入磁盘分区界面 Storage Configuration存储配置下选择Custom自定义选项，点左上角的“完成Done”，进入下面的界面 新挂载点使用以下分区方案：LVM 点左下角的“+”号 挂载点：/boot 期望容量：1024 添加挂载点，如下图所示 Add mount point #添加挂载点 继续点左下角的“+”号 挂载点：/boot/efi 期望容量：1024 添加挂载点Add mount point 继续点左下角的“+”号 挂载点：/ 期望容量：留空 #默认为剩余所有空间 添加挂载点Add mount point，如下图所示 点左上角的“完成Done” 接受更改Accept Changes，进入下面的界面 软件SOFTWARE”-“软件选择Software Selection”，进入如下界面 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14981.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14981.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>欧拉操作系统openEuler 24.03-LTS-SP1安装配置图解教程</title>
		<link>https://www.osyunwei.com/archives/14957.html</link>
		<comments>https://www.osyunwei.com/archives/14957.html#comments</comments>
		<pubDate>Mon, 20 Jan 2025 06:43:07 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[国产化OS]]></category>
		<category><![CDATA[openEuler]]></category>
		<category><![CDATA[国产化]]></category>
		<category><![CDATA[欧拉]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14957</guid>
		<description><![CDATA[1、EulerOS是华为内部高性能计算项目，华为作为创始企业发起了openEuler开源社区，并将EulerOS相关的能力贡献到openEuler社区，后续EulerOS将基于openEuler进行演进，华为将欧拉开源操作系统（openEuler）正式捐赠给开放原子开源基金会。 2、openEuler是一个开源、免费的 Linux 发行版平台,将通过开放的社区形式与全球的开发者共同构建一个开放、多元和架构包容的软件生态体系。同时,openEuler 也是一个创新的平台,鼓励任何人在该平台上。 3、openEuler社区：https://www.openeuler.org/ 4、下载地址：https://mirrors.pku.edu.cn/openeuler/openEuler-24.03-LTS-SP1/ISO/x86_64/openEuler-24.03-LTS-SP1-x86_64-dvd.iso 一、安装openEuler-24.03-LTS-SP1 成功引导系统后，会出现下面的界面 界面说明： Install openEuler 24.03-LTS-SP1 #安装 Test this media &#38; install openEuler 24.03 LTS SP1 #测试安装文件并安装 Troubleshooting #修复故障 这里选择第一项，安装openEuler 24.03 LTS SP1 回车，进入下面的界面 语言选择界面，正式生产服务器建议安装英文版本。 这里我们选择中文-简体中文 继续 系统-安装目的地，进入磁盘分区界面 存储配置下选择自定义选项，点左上角的“完成”，进入下面的界面 新挂载点将使用以下分区方案：LVM 点左下角的“+”号 挂载点：/boot #boot分区的设备类型只能使用标准分区，不能使用LVM 期望容量：1024MB 添加挂载点，如下图所示 继续添加分区 /boot/efi 容量1024 添加挂载点 继续点左下角的“+”号 挂载点：/ 期望容量：留空 #默认为剩余所有空间 添加挂载点 完成 接受更改 软件选择 界面说明： [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14957.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14957.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>龙蜥操作系统Anolis OS-23.x安装配置图解教程</title>
		<link>https://www.osyunwei.com/archives/14933.html</link>
		<comments>https://www.osyunwei.com/archives/14933.html#comments</comments>
		<pubDate>Mon, 20 Jan 2025 02:12:13 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[国产化OS]]></category>
		<category><![CDATA[Anolis OS]]></category>
		<category><![CDATA[国产化]]></category>
		<category><![CDATA[龙蜥]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14933</guid>
		<description><![CDATA[‌AnolisOS‌是由阿里云推出的开源操作系统，旨在替代CentOS，提供稳定、高效和可靠的性能。AnolisOS支持多种计算架构，包括x86_64和aarch64，并且兼容CentOS软件生态。 OpenAnolis 社区： https://openanolis.cn/ Anolis OS-23.x系统下载地址： https://mirrors.openanolis.cn/anolis/23/isos/GA/x86_64/AnolisOS-23.2-x86_64-dvd.iso 一、 安装AnolisOS-23.2-x86_64 成功引导系统后，会出现下面的界面 这里选择第一项，Install Anolis OS 23 回车，进入下面的界面 语言选择界面，正式生产服务器建议安装英文版本。 选择-系统SYSTEM-安装位置Installtion Destination，进入磁盘分区界面 Storage Configuration存储配置下选择Custom自定义选项，点左上角的“完成Done”，进入下面的界面 选择lvm分区模式，点+号 选择/boot ，容量1024 ，点Add mount point 选择/biosboot ，容量1 ，点Add mount point 继续创建/分区 容量：留空 默认为剩余所有空间，点Add mount point Done Done 点击Accept Changes 如下图所示 软件SOFTWARE”-“软件选择Software Selection”，进入如下界面 选择Minimal Install 最小化安装 Done 完成 选择Root Passwd 设置root账号密码 选择Enable root account，启用root 然后设置root密码 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14933.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14933.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rocky Linux 9.x系统安装配置图解教程</title>
		<link>https://www.osyunwei.com/archives/14859.html</link>
		<comments>https://www.osyunwei.com/archives/14859.html#comments</comments>
		<pubDate>Thu, 16 Jan 2025 02:38:17 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Rocky]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14859</guid>
		<description><![CDATA[Rocky Linux是一个社区企业操作系统，旨在与美国顶级企业Linux发行版实现100％错误兼容，Rocky Linux由CentOS项目的创始人Gregory Kurtzer领导。 Rocky Linux官方网站：https://rockylinux.org/ Rocky Linux下载地址：https://rockylinux.org/download 截止目前最新稳定版本为Rocky Linux 9.5，下面介绍Rocky Linux 9.5 的具体安装配置过程 Rocky Linux 9.5系统镜像下载地址： https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.5-x86_64-dvd.iso 国内镜像源： https://mirrors.163.com/rocky/9.5/isos/x86_64/Rocky-9.5-x86_64-dvd.iso https://mirrors.sjtug.sjtu.edu.cn/rocky/9.5/isos/x86_64/Rocky-9.5-x86_64-dvd.iso 一、安装Rocky Linux 9.5 成功引导系统后，会出现下面的界面 界面说明： Install Rocky Linux 9 .5  #安装Rocky Linux 9.5 Test this media &#38; install Rocky Linux 9 .5  #测试安装文件并安装Rocky Linux 9.5 Troubleshooting #修复故障 这里选择第一项，安装Rocky Linux 9.5，回车，进入下面的界面 语言选择界面，正式生产服务器建议安装英文版本。 Continue继续 选择-系统SYSTEM-安装位置Installation Destination，进入磁盘分区界面 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14859.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14859.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AnolisOS-8.x安装配置图解教程</title>
		<link>https://www.osyunwei.com/archives/14613.html</link>
		<comments>https://www.osyunwei.com/archives/14613.html#comments</comments>
		<pubDate>Sat, 05 Oct 2024 11:56:40 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[国产化OS]]></category>
		<category><![CDATA[AnolisOS]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14613</guid>
		<description><![CDATA[OpenAnolis 社区：https://openanolis.cn/ AnolisOS-8.8-x86_64系统下载地址： https://mirrors.openanolis.cn/anolis/8.8/isos/GA/x86_64/AnolisOS-8.8-x86_64-minimal.iso 一、 安装AnolisOS-8.8-x86_64 成功引导系统后，会出现下面的界面 这里选择第一项，Install Anolis OS 8 回车，进入下面的界面 语言选择界面，正式生产服务器建议安装英文版本。 Continue继续 选择-系统SYSTEM-安装位置Installtion Destination，进入磁盘分区界面 Storage Configuration存储配置下选择Custom自定义选项，点左上角的“完成Done”，进入下面的界面 选择lvm分区模式，点+号 选择/boot ，容量1024 ，点Add mount point 继续创建swap分区，容量2048 ，点Add mount point 继续创建/分区 容量：留空   默认为剩余所有空间，点Add mount point Done 点击Accept Changes 如下图所示 软件SOFTWARE”-“软件选择Software Selection”，进入如下界面 选择第二个 Minimal Install 最小化安装 Done 完成 选择Root Passwd 设置root账号密码 设置root密码，尽可能不要使用弱口令 Done完成 开始安装Begin Installation 进入下面的界面 正在安装中 安装完成，Reboot [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14613.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14613.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS-7.x官方停止维护后yum源失效解决办法</title>
		<link>https://www.osyunwei.com/archives/14450.html</link>
		<comments>https://www.osyunwei.com/archives/14450.html#comments</comments>
		<pubDate>Wed, 28 Aug 2024 08:20:39 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[yum源]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14450</guid>
		<description><![CDATA[截止目前CentOS-7.x官方已经停止维护，yum命令默认已经无法使用。 CentOS官方提供了一个旧版软件存档http://vault.centos.org/，我们可以使用这个连接替换yum源 1、查询当前系统版本 cat /etc/redhat-release 当前系统版本是CentOS Linux release 7.9.2009 (Core) yum install wget #测试安装软件，默认无法使用yum命令 2、创建yum源文件 #备份默认的源文件 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo-backup vi /etc/yum.repos.d/CentOS-Base.repo #编辑源文件 [base] name=CentOS-7.9.2009 enabled=1 failovermethod=priority baseurl=https://vault.centos.org/7.9.2009/os/$basearch/ gpgcheck=1 gpgkey=https://vault.centos.org/RPM-GPG-KEY-CentOS-7 [updates] name=CentOS-7.9.2009 enabled=1 failovermethod=priority baseurl=https://vault.centos.org/7.9.2009/updates/$basearch/ gpgcheck=1 gpgkey=https://vault.centos.org/RPM-GPG-KEY-CentOS-7 [extras] name=CentOS-7.9.2009 enabled=1 failovermethod=priority baseurl=https://vault.centos.org/7.9.2009/extras/$basearch/ gpgcheck=1 gpgkey=https://vault.centos.org/RPM-GPG-KEY-CentOS-7 :wq! #保存退出 yum clean all yum makecache #生成缓存 yum install wget #再次测试安装软件 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14450.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14450.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
