摘要: Dracut 是一个用于生成 Linux 初始 RAM 磁盘(initramfs)的工具,它用于构建一个小型的根文件系统来引导操作系统。它能够自动检测系统中的硬件设备并加载相应的驱动程序,确保系统能够正常启动。在本文中,我们将详细介绍 Dracut 命令的使用方法和操作流程。 安装 Dracut在开 阅读全文
posted @ 2024-12-20 17:56 redrobot 阅读(5) 评论(0) 推荐(0) 编辑
摘要: initrd 与 initramfs dracut 与 initramfs-tools 的区别 dracut 和 initramfs-tools 都是用于生成 initramfs(初始 RAM 文件系统)的工具,但它们在设计理念、功能和使用方法上有一些显著的区别。 dracut dracut 是下一 阅读全文
posted @ 2024-12-19 17:21 redrobot 阅读(7) 评论(0) 推荐(0) 编辑
摘要: ipxe 编译 支持https ,失败了 https://ipxe.org/crypto Cryptography iPXE supports the HTTPS protocol, which allows you to encrypt all communication with a web s 阅读全文
posted @ 2024-12-19 15:59 redrobot 阅读(3) 评论(0) 推荐(0) 编辑
摘要: rpmbuild 如何指定目录 在 cat ~/.rpmmacros %_topdir %(echo $HOME)/rpmbuild %__arch_install_post \ [ "%{buildarch}" = "noarch" ] || QA_CHECK_RPATHS=1 ; \ case 阅读全文
posted @ 2024-12-12 15:10 redrobot 阅读(3) 评论(0) 推荐(0) 编辑
摘要: msinfo32 : windows 如何区分 bios 与EFI 启动 systeminfo 没有窗口界面,msinfo32 有窗口 ver 与winver 命令: winver ver mssysinfo32 方法 1:使用系统信息 (System Information) 打开系统信息: 按 阅读全文
posted @ 2024-12-09 14:28 redrobot 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 来自: https://www.egg0.com/show/19831.html https://itexp.blog.csdn.net/?type=blog 最近,正在学习 iPXE 源码,于是开始各种 Google 查找 iPXE 的资料进行学习。以下就是学习过程中一些感觉比较重要的点,特此记录 阅读全文
posted @ 2024-12-04 12:00 redrobot 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 解压rpmrpm2cpio *.rpm | cpio -div https://www.cnblogs.com/sztom/p/10184766.html 1. 如果你是直接从cd压制iso文件的,执行sudo umount /dev/cdromdd if=/dev/cdrom of=file.is 阅读全文
posted @ 2024-11-29 16:25 redrobot 阅读(66) 评论(0) 推荐(0) 编辑
摘要: ">/dev/null 2>&1 "是什么意思在Linux中: 0:表示键盘输入(stdin) 1:表示标准输出(stdout),系统默认是1 2:表示错误输出(stderr) shell命令:command >/dev/null 2>&1 & 等同于 command 1>/dev/null 2>& 阅读全文
posted @ 2024-11-29 16:18 redrobot 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 韵母与声母的关系‌:在汉语拼音中,声母和韵母是构成音节的基本单位。‌声母‌是音节开头的辅音音素,而‌韵母‌是音节中声母后面的部分,包括介音、主要元音和尾音。一个完整的音节由声母和韵母组成,例如“妈”(mā)的音节中,“m”是声母,“ā”是韵母。‌12 ‌声母和韵母的定义及作用‌: ‌声母‌:是音节开 阅读全文
posted @ 2024-11-26 20:36 redrobot 阅读(12) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/136840124?eqid=936b5d7e0000fe3c00000003646dc4a6 48个英语音标表:20个元音+28个辅音 一、单元音12个 短元音: [i] [ə] [ɒ] [u] [Λ] [æ] [e] 长元音: [i:] 阅读全文
posted @ 2024-11-25 18:19 redrobot 阅读(33) 评论(0) 推荐(0) 编辑