在Linux系统中打开VMWare提示无法找到kernel header path,经过查询,找到了解决方法,分享一下。
其实很简单,只要安装Linux Headers就行了,在系统终端中执行下面两句命令搞定:
sudo apt-get update
sudo apt-get install build-essential linux-headers-$(uname -r)
linux/windows下启用和停止VMware后台服务的脚本:http://www.linuxdiyf.com/linux/16757.html
vmware11安装ubutnu15.10:http://www.linuxdiyf.com/linux/13193.html
在ubuntu 15.04下安装VMware Tools:http://www.linuxdiyf.com/linux/13056.html
安装Ubuntu Kylin 15.04 x64并安装VMware Tool:http://www.linuxdiyf.com/linux/12411.html
Linux虚拟机安装VMware Tools:http://www.linuxdiyf.com/linux/12944.html