1、在vmware中,Edit->Virtual Network Editor,選擇VMnet8
2、去掉Use local DHCP service to distribute IP address to VMs選項
3、Subnet IP設(shè)置為192.168.2.0
4、點擊NAT Settings設(shè)置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