diff --git a/sources/tech/20140924 How To Install Vmware 10 On CentOS 7.md b/translated/tech/20140924 How To Install Vmware 10 On CentOS 7.md similarity index 50% rename from sources/tech/20140924 How To Install Vmware 10 On CentOS 7.md rename to translated/tech/20140924 How To Install Vmware 10 On CentOS 7.md index 348202897a..bb1a63a96b 100644 --- a/sources/tech/20140924 How To Install Vmware 10 On CentOS 7.md +++ b/translated/tech/20140924 How To Install Vmware 10 On CentOS 7.md @@ -1,51 +1,50 @@ -Translating by GOLinux! -How To Install Vmware 10 On CentOS 7 +在CentOS 7上安装Vmware 10 ================================================================================ -I will give you my experience install of vmware 10.0.3 on centos 7. Normally it will not work with centos 7, because it’s running with lower kernel version 3.10. +在CentOS 7上安装Vmware 10.0.3,我将给你们我的经验。通常,这个版本上不能在CentOS 7工作的,因为它只能运行在比较低的内核版本3.10上。 -1 – Download and install with normal way( no problem about this ). The only problem is when you try vmware program later. +1 - 以正常方式下载并安装(没有问题)。唯一的问题是在后来体验vmware程序的时候。 -### How to fix this? ### +### 如何修复? ### -**1 – Go to /usr/lib/vmware/modules/source.** +**1 – 进入/usr/lib/vmware/modules/source。** cd /usr/lib/vmware/modules/source -**2 – Decompress vmnet.tar.** +**2 – 解压vmnet.tar.** tar -xvf vmnet.tar -**3 – Go to vmnet-only directory.** +**3 – 进入vmnet-only目录。** cd vmnet-only -**4 – Edit filter.c file.** +**4 – 编辑filter.c文件。** vi filter.c -On line 206 and 259 replace string from: +在206和259行,替换以下字符串: #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 13, 0) -to +为: #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 0, 0) -Save and exit. +保存并退出。 -**5 – Back to folder before.** +**5 – 回到先前文件夹。** cd ../ -**6 – Compress the folder again.** +**6 – 再次压缩文件夹。** tar -uvf vmnet.tar vmnet-only -**7 – Remove the old directory.** +**7 – 移除旧目录。** rm -fr vmnet-only -**8 – Start your vmware and Enjoy.** +**8 – 启动vmware并体验。** ![](http://180016988.r.cdn77.net/wp-content/uploads/2014/09/Selection_008.png) @@ -54,7 +53,7 @@ Save and exit. via: http://www.unixmen.com/install-vmware-10-centos-7/ 作者: M.el Khamlichi -译者:[译者ID](https://github.com/译者ID) +译者:[GOLinux](https://github.com/GOLinux) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出