Sysads Gazette

Linux tutorials, howtos and step by step guides

Install Xfce desktop environment on CentOS/RHEL 6

[code language=”js”]# yum install wget[/code] [code language=”js”] # wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm # rpm -ivh epel-release-6-8.noarch.rpm [/code] [code language=”js”] # wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm # rpm -ivh epel-release-6-8.noarch.rpm [/code] [code language=”js”]# yum -y groupinstall Xfce[/code]  [code language=”js”]# yum -y install xorg-x11-fonts-Type1 xorg-x11-fonts-misc[/code] [code language=”js”]# /sbin/telinit 5[/code] [code language=”js”]startxfce4[/code]

JConsole download and install (Step by step)

<p style="text-align: justify;"> &#8211; Click this <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html?ssSourceSiteId=ocomen" target="_blank">link</a> to download latest Java SE JDK or simply Google in case the link isn&#8217;t available. Click on Java Platform (JDK) <version update> </p> <p style="text-align: justify;"> <a href="http://www.sysads.co.uk/wp-content/uploads/2014/01/java-jdk01.png"><img class="alignnone" src="http://www.sysads.co.uk/wp-content/uploads/2014/01/java-jdk01-300x183.png" alt="JConsole download" width="300" height="183" /></a> </p> <p style="text-align: justify;"> &#8211; Under Java SE Development Kit <lastest version>, Accept License Agreement and click the download for either 32bit or 64bit version of Windows you intend to install on </p> <p style="text-align: justify;"> <a href="http://www.