2. Install package #yum install –y tigervnc-server.x86_64 0:1.0.90-0.15.20110314svn4359.el6 3. Edit vncservers file: # vim /etc/sysconfig/vncservers Uncomment the two lines below and edit it with your own username: VNCSERVERS=”2:myusername” VNCSERVERARGS[2]=”-geometry 800×600 -nolistentcp -nohttpd -localhost” Example: VNCSERVERS=”2:root” VNCSERVERARGS[2]=”-geometry 1024×768? 4. Configuring Desktop Environment if needed: # /root/.vnc/xstartup 5. Set the password for vncserver user: # vncpasswd Password: […]
Recent Comments