Ubuntu 安装 VMware tools 时 kernel headers 路径问题
cd /lib/modules/$(uname -r)/build/include/linux
sudo ln -s ../generated/uapi/linux/version.h
参考:
Linux kernel headers not found?? https://communities.vmware.com/message/2272188
What is the path to the kernel headers so I can install vmware? http://askubuntu.com/questions/40979/what-is-the-path-to-the-kernel-headers-so-i-can-install-vmware
VMware Workstation 10 显示语言改为中文
VMware Workstation 10 官方版本自动支持中文,而且不能设置语言,改为英文的方法:
将安装目录下的 "messages" 目录重命名或删掉即可,目测里面都是语言相关文件
"i moved it" or "i copied it"
vmware虚拟机每次开机都会提示I moved it or I copied it--解决方案, http://blog.sina.com.cn/s/blog_4d04caa50101c9rh.html
Changing or keeping a UUID for a moved virtual machine (1541), http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1541
http://sanbarrow.com/vmx/vmx-advanced.html
uuid.action = "create"
generate new uuid
this is this the "I copied the VM" answer
generates new MAC for ethernet*-devices
use for first boot of copied or cloned VMS
uuid.action = "keep"
keep uuid
this is this the "I moved the VM" answer
keeps existing MAC
use when you often move your VM
日志文件路径
官方帮助文件:VMware Workstation Server 日志文件
Windows Vista 和 Windows 7 主机 --> C:\ProgramData\VMware\hostd\hostd-n.log
Windows 7 VMware Workstation 10 几个重要服务的路径
"E:\Program Files\VMware\VMware Workstation\vmware-hostd.exe" -u "C:\ProgramData\VMware\hostd\config.xml"
"C:\Program Files (x86)\Common Files\VMware\USB\vmware-usbarbitrator64.exe"
"E:\Program Files\VMware\VMware Workstation\vmware-authd.exe"
C:\Windows\system32\vmnat.exe
C:\Windows\system32\vmnetdhcp.exe
Virtual Machine Files(认识虚拟机文件)
http://pubs.vmware.com/workstation-9/index.jsp?topic=%2Fcom.vmware.ws.get_started.doc%2FGUID-C665A784-EDE0-4927-A467-4076C9C7F8EF.html
VMX-file parameters(.vmx 配置文件参数)
http://sanbarrow.com/vmx.html
【文章转自:韩国站群服务器 http://www.558idc.com/krzq.html 欢迎留下您的宝贵建议】