pbuilder教程 pbuilder教程 安装环境 1sudo apt-get install pbuilder debootstrap devscripts dh-make pbuilder配置 以下路径任选其一 12/etc/pbuilderrc/root/.pbuilderrc 将以下内容写入上述配置文件,上述路径任选其一即可,以uos v20 专业版为例: 1234MIRRORSITE=http://poo 2025-03-28 linux > distro > package > deb #git #HTML
rpm-ostree compose tree rpm-ostree compose tree 基于Fedora-Workstation-Live-x86_64-28-1.1 rpm-ostree compose tree 用在server上。 https://pagure.io/fedora-atomic/tree/master 1sudo /home/wujing/code/rpm-ostree/rpm-ostree compose tre 2025-03-28 linux > distro > package > rpm-ostree #HTML
rpm-ostree # rpm-ostree 官网 https://rpm-ostree.readthedocs.io/en/stable https://coreos.github.io/rpm-ostree/ ## 源码 https://github.com/coreos/rpm-ostree https://lazka.github.io/pgi-docs/OSTree-1.0/mapping.html 2025-03-28 linux > distro > package > rpm-ostree #Linux #git #linux #HTML
rpm-ostree安装教程 rpm-ostree安装教程 Rpm-ostree通过autogen.sh自动生成makefile文件,点击下方链接了解autogen.sh。 Linux工具之autogen.sh autotools自动编译系列之三---autogen.sh实例 1. 进入rpm-ostree代码目录下 1cd rpm-ostree 2. 执行脚本autogen.sh 12dnf install autoconf 2025-03-28 linux > distro > package > rpm-ostree #Linux #linux #HTML
udl mutex_lock panic udl mutex_lock panic bug: https://pms.uniontech.com/bug-view-229783.html panic 日志 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636 2025-03-28 linux > kernel > drivers > udl #Linux #git #linux #HTML #strings
qemu编译调试-v2 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 2025-03-28 linux > kernel > kvm > code #Linux #qemu #git #linux
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 12345 2025-03-28 linux > kernel > kvm > code #Linux #qemu #git #linux
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 directly virt-install安装镜像 创建一个名为 yql-openeuler 的虚拟机,配置了适当的内存、CPU、磁盘、安装位置以及启动参数,以便正确连接到串口控制台和控制台输出从而在非图形化界面上正确安装虚拟机: 使用qemu-img创建虚拟 2025-03-28 linux > kernel > kvm > virsh #Linux #qemu #linux #HTML #initramfs
README Linux-0.11 The old Linux kernel source ver 0.11 which has been tested under modern Linux, Mac OSX and Windows. 1. Build on Linux 1.1. Linux Setup a linux distribution: debian , ubuntu and mint are re 2025-03-28 linux > kernel > sources > Linux-0.11-yuan-xy #Linux #qemu #linux
ls Returns -EIO When Accessing alluxio-fuse ls: 无法访问 '/mnt/alluxio-fuse': 输入/输出错误 bug复现 alluxio-fuse挂载前 再次ls上级目录: 1234567[root@clusterd-test ~]# ll /runtime-mnt/alluxio/default/hbase3/总用量 0drwxr-xr-x 2 root root 6 9月 14 18:43 alluxio-12drwxr-x 2025-03-28 linux > kernel > fs > bugs > fuse #Linux #git #bpf #linux #Java #bcc #namespace