Difference between revisions of "Installing the Gnome desktop and vncserver"

From MyWiki
Jump to: navigation, search
Line 10: Line 10:
 
VNCSERVERS="1:srijan"<br>
 
VNCSERVERS="1:srijan"<br>
 
VNCSERVERARGS[1]="-geometry 1024x768"<br>
 
VNCSERVERARGS[1]="-geometry 1024x768"<br>
 +
 +
The botton line or ~/.vnc/xstartup should look like <BR>
 +
yum install gnome-core xfce4 firefox
  
 
service vncserver restart
 
service vncserver restart

Revision as of 14:42, 4 February 2015

yum groupinstall Desktop
yum install gnome-core xfce4 firefox
yum install tigervnc-server
chkconfig vncserver on
As the user(oracle) run vncpasswd

vi /etc/sysconfig/vncservers

[...] VNCSERVERS="1:srijan"
VNCSERVERARGS[1]="-geometry 1024x768"

The botton line or ~/.vnc/xstartup should look like
yum install gnome-core xfce4 firefox

service vncserver restart