the tools access to linux
时间:2009-03-23 来源:sjhf
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 |
相关阅读 更多 +
排行榜 更多 +