如何开启linux远程桌面(enable remote desktop in linux)
Posted On 2011年10月25日
以rhel 作为例子.
1. yum install vnc-server
2. run command “vncserver”
3. first time to run vncserver, you should configure the password for the remote access.
4. vi /root/.vnc/xstartup
add new line "gnome-session&" after the "twm&"
5. restart the vnc server.
6. now you can use vnc comnand(inlinux) or vncviewer (in windows) to connect the remote linux desktop.
此篇文章已被阅读2308 次