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

From MyWiki
Jump to: navigation, search
(Created page with "yum groupinstall Desktop<br> yum install gnome-core xfce4 firefox<br> yum install tigervnc-server<br> chkconfig vncserver on<br> As the user run vncpasswd<br>")
 
Line 4: Line 4:
 
chkconfig vncserver on<br>
 
chkconfig vncserver on<br>
 
As the user run vncpasswd<br>
 
As the user run vncpasswd<br>
 +
 +
vi /etc/sysconfig/vncservers<br>
 +
 +
[...]
 +
VNCSERVERS="1:srijan"<br>
 +
VNCSERVERARGS[1]="-geometry 1024x768"<br>

Revision as of 14:13, 3 February 2015

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

vi /etc/sysconfig/vncservers

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