摘要: 使用 Ubuntu Server 镜像 通过下面方式将 Ubuntu Server 系统安装到镜像文件中: qemu-img create -q -f qcow2 ubuntu.img 10G 下面命令安装的时候,注意文件系统应该去掉 LVM 勾选。 sudo qemu-system-x86_64 阅读全文
posted @ 2023-02-15 17:44 爱吃饭的胖胖熊 阅读(600) 评论(0) 推荐(0)
摘要: 下载内核源码 下载 Linux 官方 Git 仓库: git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git # or: git://git.kernel.org/pub/scm/linux/kerne 阅读全文
posted @ 2023-02-15 12:39 爱吃饭的胖胖熊 阅读(990) 评论(0) 推荐(1)
摘要: 注意:以下假设是root用户,非root用户前面加sudo。 先准备工具: apt-get install bridge-utils # 虚拟网桥工具 apt-get install uml-utilities # UML(User-mode linux)工具 在host端: 建立 bridge t 阅读全文
posted @ 2021-07-17 01:42 爱吃饭的胖胖熊 阅读(577) 评论(0) 推荐(0)
摘要: 完结撒花!!! 阅读全文
posted @ 2020-10-24 18:25 爱吃饭的胖胖熊 阅读(49) 评论(0) 推荐(0)