w7使用linux命令 windows linux 命令( 二 )


$HOME/.vnc是一个vnc4server的关键目录 。
隐藏目录,需要show hide files
3.启动vnc4server 。
$ vnc4server 。
在./vnc目录下生成下列文件:
###-desktop:1.log 。
###-desktop:1.pid 。
xstartup 。
desktop的名称在客户端连接的时候用到 。
如果是desktop:1,在客户端连接的时候就填写:ip:1 。
如果是Desktop 2,在客户端的时候填写:ip:2 。
首次运行vnc4server会提示生成了xstartup文件,这个文件里面包含着登录启动X时的一些配置 。
4.重启vnc4server 。
$ vnc4server -kill :1 。
$vnc4server 。
注意:“-kill”和“:1”之间有空格 。
5.额外的重要配置 。
【w7使用linux命令 windows linux 命令】网上查到资料从UltraVNC登录,可能得到一个比较简单的窗口,因为VNC4Server缺省启动的WM是twm,如果希望启动gnome,需要改动.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。
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop"。
x-window-manager。
w7使用linux命令的介绍就聊到这里吧 , 感谢你花时间阅读本站内容,更多关于windows linux 命令、w7使用linux命令的信息别忘了在本站进行查找喔 。

推荐阅读