Installing VNC-Server
yum check-update yum update yum groupinstall “GNOME Desktop” unlink /etc/systemd/system/default.target ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target Reboot I assume you have either kvm, or any other way to access console. You need to see Gnome GUI on the console after the reboot yum install tigervnc-server xorg-x11-fonts-Type1 –y useradd pirat9 passwd pirat9 cp /lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@:1.service Edit /etc/systemd/system/vncserver@:1.service and replace string <USER> with pirat9 systemctl daemon-reload su – pirat9 As user pirat9 run “vncpasswd” and set vNC server password for user pirat9. systemctl start vncserver@:1.service systemctl enable…
Read More