namespace cgroup namespace cgroup Linux沙箱技术 沙盒化容器:是容器还是虚拟机 Linux的Namespace与Cgroups介绍 沙箱权限 Docker 基础技术之 Linux namespace 详解 Linux的命名空间详解Linux进程的管理与调度(二) 浅谈Cgroups LINUX CGROUP总结 Linux mount (第一部分) Linux mount ( 2025-11-25 linux > virt > container > k8s #architect #bpf #docker #git #linux #log #develop #net #container
uts_namespace内核实现 uts_namespace内核实现本次调试基于linux v5.10-rc7,具体参加下方链接: 基于qemu桥接网络、debootstrap 调试内核、根文件系统 断点12(gdb) save breakpoints ust_namespace.breakpointSaved to file 'ust_namespace.breakpoint'. 12345678910 2025-11-25 linux > virt > container > uts_namespace #boot #deb #debug #fs #gdb #git #go #kernel #linux #qemu #task #mm #net #struct #extern #proc #proxy #uts_namespace
qemu编译调试 qemu编译调试源码下载本次源码解读基于git标签v7.2.4: 12git clone git@github.com:realwujing/qemu.gitgit checkout -b v7.2.4-comment v7.2.4 编译调试1234mkdir buildcd build../configuremake 开始调试1gdb ./qemu-system-x86_64 123456 2025-11-25 linux > virt > kvm > qemu #deb #debug #gdb #git #linux #qemu #mm #thread
qemu编译调试-v2.8.1 qemu编译调试-v2.8.1内核环境镜像基于Ubuntu 16.04.7 LTS: 12345678910111213cat /etc/os-releaseNAME="Ubuntu"VERSION="16.04.7 LTS (Xenial Xerus)"ID=ubuntuID_LIKE=debianPRETTY_NAME="Ubuntu 16.0 2025-11-25 linux > virt > kvm > qemu #boot #deb #debug #fs #gdb #git #kernel #kvm #linux #log #pkg #qemu #mm #net #thread #modules #bugs #console
基于debian9编译调试qemu 基于debian9编译调试qemuos环境1wget https://get.debian.org/images/archive/9.13.0/amd64/iso-dvd/debian-9.13.0-amd64-DVD-1.iso 123uname -aLinux debian 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64 2025-11-25 linux > virt > kvm > qemu #boot #deb #fs #git #linux #log #pkg #qemu #mm #net #proc #bugs
Using virsh to start VM and debug with gdb is simpler than using qemu directly Using virsh to start VM and debug with gdb is simpler than using qemu directlyvirt-install安装镜像创建一个名为 yql-openeuler 的虚拟机,配置了适当的内存、CPU、磁盘、安装位置以及启动参数,以便正确连接到串口控制台和控制台输出从而在非图形化界面上正确安装虚拟机: 使用qemu-img创建虚拟机所 2025-11-25 linux > virt > kvm > virsh #boot #deb #debug #fs #gdb #kernel #kvm #linux #log #qemu #virt #mm #net #sync #console #disk #virsh
Setting Up CTYunOS Kernel Build Environment with Docker Setting Up CTYunOS Kernel Build Environment with Dockerctyunos ctyunos os源、docker源 https://repo.ctyun.cn/hostos/ ctyunos 仓库源 ctyunos 测试仓库源 ctyunos2-docker-22.06.02.x86_64基于ctyunos2-docker-22.06.02.x8 2025-11-25 linux > virt > container > docker > ctyunos #3d #deb #debug #docker #git #go #kernel #linux #log #pkg #shell #sources #tools #vim #develop #mm #net
使用 dnf --installroot 构建最小 rootfs 使用 dnf –installroot 构建最小 rootfs 创建 rootfs 目录 1mkdir -p /home/wujing/Downloads/ctyunos-rootfs 使用 dnf 安装最小系统(以 ctyunos 22.06 为例) 123456dnf -c /etc/yum.repos.d/ctyunos.repo \ --installroot=/home/w 2025-11-25 linux > virt > container > docker > ctyunos #docker #fs #proc
debian10 debian10debian10: 123456docker run -it \ --name debian10 \ -v /home/wujing/code/:/root/code \ -v /home/wujing/code/rpmbuild:/root/rpmbuild \ -v /home/wujing/Downloads:/root/Downloads \ waffleimag 2025-11-25 linux > virt > container > docker > debian #deb #docker