05 2022 档案
摘要:原文链接:https://www.iteye.com/blog/haoningabc-2307173 socket的方式使用qemu建立虚拟机 博客分类: tap网络qemu socket虚拟机tap qemu的-net参数 -net nic 必须有,基本配置model=网卡类型, -net tap
阅读全文
摘要:registers Register Purpose Saved across calls %rax temp register; return value No %rbx callee-saved Yes %rcx used to pass 4th argument to functions No
阅读全文
摘要:查看硬盘 lsblk $ lsblk sda 8:0 0 931.5G 0 disk ├─sda1 8:1 0 499M 0 part ├─sda2 8:2 0 100M 0 part ├─sda3 8:3 0 16M 0 part ├─sda4 8:4 0 118.8G 0 part ├─sda5
阅读全文
摘要:下载 https://downloads.mysql.com/archives/community/ 编译 tar -xf ~/Downloads/mysql-boost-8.0.28.tar.gz cd mysql-8.0.28/ mkdir build cd build/ cmake .. -D
阅读全文