Enable VNC on SLES
For some reason I need to access SLES desktop, but I only used to access SLES via SSH, then I find the steps to enable VNC.
vncservervim /root/.vnc/xstartupstartgnome & DISPLAY=:1 gnome-session &vncserver -kill :1vncserver
For some reason I need to access SLES desktop, but I only used to access SLES via SSH, then I find the steps to enable VNC.
vncservervim /root/.vnc/xstartup
startgnome &
DISPLAY=:1 gnome-session &
vncserver -kill :1vncserver