摘要: https://blog.csdn.net/u010765526/article/details/80085895 阅读全文
posted @ 2021-07-30 17:17 zJanly 阅读(24) 评论(0) 推荐(0)
摘要: lscpu 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 i2000:~ # lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little 阅读全文
posted @ 2021-07-30 16:51 zJanly 阅读(70) 评论(0) 推荐(0)
摘要: #!/bin/bash # parametersGUEST_NAME_BASE=$1GUEST_MEMORY_SIZE=(4096*1024*1024) #GUEST_NAME="guest=${GUEST_NAME_BASE}"GUEST_NAME="${GUEST_NAME_BASE}" if 阅读全文
posted @ 2021-07-30 16:43 zJanly 阅读(340) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qiusi0225/article/details/80447710 https://github.com/arindas/mac-on-linux-with-qemu.git 阅读全文
posted @ 2021-07-30 14:33 zJanly 阅读(23) 评论(0) 推荐(0)