码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu vnc install

时间:2016-03-08 16:36:53      阅读:234      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!