ubuntu vnc install

Posted 星空守望者--jkmiao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu vnc install相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu16.04 安装X11vnc,实现远程桌面

Ubuntu远程管理(vnc4server设置)

Ubuntu 20.04 VNC Jumpserver AD动态用户管理

windows远程ubuntu花屏

ubuntu安装vnc,ubuntu如何安装vnc

ubuntu14.04 如何卸载掉vnc4server