当前位置: > Linux服务器 > VNC >

Ubuntu_Install VNC-Server

时间:2014-12-11 01:14来源:linux.it.net.cn 作者:IT

ubuntu@itnetcn:~$ sudo apt-get install vnc4server
 
ubuntu@itnetcn:~$ sudo vncserver
 
    You will require a password to access your desktops.
    Password:      #输入VNC访问密码
    Verify:        #输入VNC访问密码
    Password too long - only the first 8 characters will be used
    New 'Aping:1 (root)' desktop is Aping:1     #已经显示了 桌面号
 
ubuntu@itnetcn:~$ sudo vncserver -kill :1    #停止
 
ubuntu@itnetcn:~$ sudo vncserver :1     #启用(桌面号1)
 
ubuntu@itnetcn:~$ sudo vi /home/ubuntu/.vnc/xstartup
 
         添加 gnome-session &
 
ubuntu@itnetcn:~$ sudo killall x11vnc      #停止VNC服务

ubuntu@itnetcn:~$ sudo /usr/bin/x11vnc &   #启用VNC服务

(责任编辑:IT)
------分隔线----------------------------