【软件】Linux图形软件VNC&X11
VNC
- CentOS版本
[root@Python ~]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
- 环境
[root@Python ~]# yum upgrade
[root@Python ~]# yum -y groupinstall "X Window System"
- GNOME
[root@Python ~]# yum -y groups install "GNOME Desktop"
- VNC
yum -y install vnc "vnc-server"
vncserver
- VNC客户端打开
Ref:
Centos 安装桌面环境
VNC远程连接CentOS7.6桌面|VNC如何连接CentOS
centos7 安装vnc远程服务
tigervnc-server的配置,以centos7为例
X11-forwarding
from Chu