VNC Config
VNC Config
Steps
-
Vmware 安装 redhat 8.9
-
连接网络
-
subscription-manager register 注册 redhat账户
-
vi /etc/selinux/config, 设置SELINUX=disabled
-
yum install tigervnc-server tigervnc
-
adduser oracle
-
passwd oracle
-
su - oracle
-
vncpasswd
-
vim /etc/tigervnc/vncserver.users, 添加 :1=oracle
-
systemctl enable vncserver@:1.service
-
systemctl start vncserver@:1.service
-
systemctl stop firewalld
Reference
https://blog.csdn.net/u011016933/article/details/112151937
https://www.cnblogs.com/gaizhongfeng/p/14162596.html
https://linux.cn/article-11458-1.html
https://www.zhihu.com/column/c_1392900622857891840
https://zhuanlan.zhihu.com/p/556664196
https://blog.csdn.net/aaaaaaaTi/article/details/107132005