- Is this the OnePlus Open 2? Oppo's new foldable phone is as thin as its USB-C port
- 4 surprise products we may see at Samsung Unpacked 2025 - and are worth getting excited for
- Major Cybersecurity Vendors’ Credentials Found on Dark Web
- I made an AirTag that lasts 10 years with this clever accesssory - here's how
- Gen AI ROI falls short of expectations, but belief persists
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