From 589558527a66d73bc70d309fcec99028233f2a0c Mon Sep 17 00:00:00 2001 From: "ithink.chan" Date: Tue, 12 Nov 2019 17:40:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20=E8=BF=9C=E7=A8=8B?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=20=E6=96=B9=E6=B3=95=E4=BB=A5=E5=8F=8A=20?= =?UTF-8?q?=E5=8F=82=E8=80=83=E8=B5=84=E6=96=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ithink.chan --- .../Manjaro/Manjaro_安装图形界面及开启_VNC.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Software/System/Linux/Manjaro/Manjaro_安装图形界面及开启_VNC.md b/Software/System/Linux/Manjaro/Manjaro_安装图形界面及开启_VNC.md index 738ca2a..720651f 100644 --- a/Software/System/Linux/Manjaro/Manjaro_安装图形界面及开启_VNC.md +++ b/Software/System/Linux/Manjaro/Manjaro_安装图形界面及开启_VNC.md @@ -59,3 +59,24 @@ exec dbus-launch xfce4-session #xfconfd & #xfwm4 & ``` + +## 远程访问 + +使用 [VNC Viewer](https://www.realvnc.com) 进行远程访问,该软件支持 Windows、Linux、Android、iOS 等系统。输入: + +```sh +<服务器 IP>: +``` + +然后键入密码即可。 + +## 参考资料 + +[Archlinux Wiki TigerVNC](https://wiki.archlinux.org/index.php/TigerVNC) +[Archlinux Wiki Xorg](https://wiki.archlinux.org/index.php/Xorg) +[Archlinux Wiki Xfce](https://wiki.archlinux.org/index.php/Xfce) +[Archlinux Wiki Cinnamon](https://wiki.archlinux.org/index.php/Cinnamon) +[server-world Desktop Environment : Install Xfce](https://www.server-world.info/en/note?os=CentOS_7&p=x&f=8) +[server-world Desktop Environment : Install Cinnamon](https://www.server-world.info/en/note?os=CentOS_7&p=x&f=6) +[VNC+xfce4 远程桌面及公网访问](https://blog.csdn.net/qq_22918577/article/details/69817646) +[ubuntu16.04安装VNC+xfce 的方法](https://blog.csdn.net/m0_37041325/article/details/80516041)