【软件】Linux图形软件VNC&X11

VNC

  1. CentOS版本
[root@Python ~]# cat /etc/redhat-release
 CentOS Linux release 7.6.1810 (Core)
  1. 环境
[root@Python ~]# yum upgrade
[root@Python ~]# yum -y groupinstall "X Window System"
  1. GNOME
[root@Python ~]# yum -y groups install "GNOME Desktop"
  1. VNC
yum -y install vnc "vnc-server"
vncserver
  1. VNC客户端打开

Ref:
Centos 安装桌面环境
VNC远程连接CentOS7.6桌面|VNC如何连接CentOS
centos7 安装vnc远程服务
tigervnc-server的配置,以centos7为例

X11-forwarding

Centos7 使用ssh进行x11图形界面转发
让Linux支持X11 Forwarding

from Chu
原文地址:https://www.cnblogs.com/chubuyu/p/15122098.html