- I spent the weekend reading on Amazon's newest Kindle - and it's more capable than it looks
- Traveling for the holidays? Google Maps uncovers 'hidden gems' to add to your route now
- Versa unveils VersaONE converged security, networking platform
- I tested Amazon's new Kindle Paperwhite and it finally nails the feature I've been waiting for
- The best M.2 SSDs of 2024: Expert tested and reviewed
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