注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 IB客座主编(四)美国西蒙公..
 帮助

the tools access to linux


2007-11-11 16:51:03
 标签:linux   [推送到技术圈]

the tools access to linux

通过vnc,ftp安装linux
when the screen display the prompt, enter the below information
linux askmethod vnc vncpassword=h11h99
输入本地网络配置
192.....
输入ftp地址,文件路径
 
图形化tools
Xmanger,nx (download address:http://www.nomachine.com/)
 
vnc:
vncserver,输入密码
vi  ~/.vnc/xstartup and more xstartup as following:
 
[root@svr68 .vnc]# more 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
twm &
 
2.[root@svr68 .vnc]# vi /usr/bin/vncserver
change the window size 1024x768
$geometry = "800x600";

3.vncserver -kill <X-display>
[oracle@srv69 ~]$ vncserver -kill srv69.srs2.com:3
Killing Xvnc process ID 27849
4.restart vnc
vncserver


上一篇 dbcc log,page  下一篇 EBS upgrade



    文章评论
 
2007-11-11 21:42:50
坐会,瞅瞅博主的文章

 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: