01 2021 档案
摘要:1、在线安装 sudo apt-get install qemu 2、源码安装 官网下载源码 https://www.qemu.org/ 解压tar 进入qemu目录, ./configure 报错:ERROR: glib-2.48 gthread-2.0 is required to compil
阅读全文
摘要:在VMware虚拟机安装ubuntu20.04系统后发现与Windows系统不能相互复制与粘贴 实现文本相互复制与粘贴的方法如下: 执行以下命令 sudo apt-get autoremove open-vm-tools sudo apt-get install open-vm-tools sudo
阅读全文