下载最新Linux下安装包:
VMware-Workstation-Full-7.1.1-282343.x86_64.bundle
# chmod +x VMware-Workstation-Full-7.1.1-282343.x86_64.bundle
# ./VMware-Workstation-Full-7.1.1-282343.x86_64.bundle
安装完后配置X环境,进入桌面系统进行进一步的操作.
给主机安装vnc远程桌面控制工具:
# mkdir -p /root/.vnc
# vim /root/.vnc/xstartup
[root@SHO-game-134 ~]# cat .vnc/xstartup
#####################################################
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
gnome-session
#startkde
#twm &
[root@SHO-game-134 ~]# cat /etc/sysconfig/vncservers
VNCSERVERS="1:root"
VNCSERVERARGS[2]="-geometry 1024x768"
详细安装步骤参考我的另一篇关于安装vnc的文章:
http://blog.chinaunix.net/u2/61187/showart.php?id=1951369
在你的机器上安装vnc viewer客户端就可以登录虚拟主机了.
登录Linux桌面系统后,点击"Apliacations" --> "System tools" --> "Vmware Workstation",之后的工作就不多说了,创建虚拟机,安装系统等.
阅读(1293) | 评论(0) | 转发(0) |