Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2446506
  • 博文数量: 540
  • 博客积分: 11289
  • 博客等级: 上将
  • 技术积分: 6160
  • 用 户 组: 普通用户
  • 注册时间: 2008-02-11 20:27
个人简介

潜龙勿用,见龙在田

文章分类

全部博文(540)

文章存档

2018年(2)

2013年(5)

2012年(24)

2011年(104)

2010年(60)

2009年(217)

2008年(128)

分类: LINUX

2010-09-02 14:46:31

下载最新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",之后的工作就不多说了,创建虚拟机,安装系统等.

阅读(1214) | 评论(0) | 转发(0) |
0

上一篇:yum服务搭建

下一篇:RHEL5U4安装ppt client

给主人留下些什么吧!~~