1、在vmware中,Edit->Virtual Network Editor,选择VMnet8
2、去掉Use local DHCP service to distribute IP address to VMs选项
3、Subnet IP设置为192.168.2.0
4、点击NAT Settings设置GATEWAY地址:192.168.2.2
5、安装过程略,注意修改主机名
set ai " always set autoindenting on
set nu!
set tabstop=4 " The width of a TAB is set to 4.
" Still it is a \t. It is just that
" Vim will interpret it to be having
" a width of 4.
set shiftwidth=4 " Indents will have a width of 4
set softtabstop=4 " Sets the number of columns for a TAB
set expandtab " Expand TABs to spaces
set paste