首页 > 系统服务 > 详细

ubuntu vnc install

时间:2016-03-08 16:33:53      阅读:241      评论:0      收藏:0      [点我收藏+]

windows & ubuntu

http://www.jb51.net/os/Ubuntu/104948.html

 

ubuntu & ubuntu

https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-14-04
sudo apt-get update
sudo apt-get install xfce4 xfce4-goodies tightvncserver


mv ~/.vnc/xstartup ~/.vnc/xstartup.bak
Now we can open a new xstartup file with vim

vim ~/.vnc/xstartup
Insert these commands into the file so that they are performed automatically whenever you start or restart your VNC server:

#!/bin/bash
xrdb $HOME/.Xresources
startxfce4 &

sudo chmod +x ~/.vnc/xstartup


$> vncserver

 

press "F2", and enter "VNC" , use the virtual remote network originally installed.

ubuntu vnc install

原文:http://www.cnblogs.com/jkmiao/p/5254134.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!