Ubuntu all in one: 内核更换
开始: 先查看内核:uname -r 如果为6.x内核需要先降级为5.x内核,这里为使用的是第三方内核xanmod, 下载内核: https://sourceforge.net/projects/xanmod/files/releases/lts/5.15.95-xanmod1/ ...
Ubuntu all in one: virt-manager虚拟机
kvm虚拟机安装 1:检查硬件虚拟化支持:egrep -c '(vmx|svm)' /proc/cpuinfo如果命令返回的数字大于0,表示您的处理器支持虚拟化。如果返回0,则表示您的处理器不支持虚拟化,您无法安装KVM。2:安...