您的位置:首页 > 其它

自设Vista创建系统还原点时间间隔

2008-12-24 11:55 363 查看

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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: