<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Techy Things &#187; centos</title>
	<atom:link href="http://tech.yipp.ca/tag/centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.yipp.ca</link>
	<description>Just another Yipp.ca Blogs site</description>
	<lastBuildDate>Thu, 01 May 2025 18:06:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Install VirtualBox Guest Additions on CentOS 6.4</title>
		<link>http://tech.yipp.ca/centos/install-virtualbox-guest-additions-on-centos-6-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-virtualbox-guest-additions-on-centos-6-4</link>
		<comments>http://tech.yipp.ca/centos/install-virtualbox-guest-additions-on-centos-6-4/#comments</comments>
		<pubDate>Tue, 14 May 2013 17:11:24 +0000</pubDate>
		<dc:creator><![CDATA[alegoria]]></dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[6.4]]></category>
		<category><![CDATA[guest additions]]></category>
		<category><![CDATA[kernel header]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=197</guid>
		<description><![CDATA[<p>As part of setting up a CentOS virtual machine, installing the virtualbox guest additions is an important part of the process. Note : This is for CentOS 6.X. For other distributions see : install-virtualbox-guest-additions-on-fedora-centos-red-hat-rhel 1. Add&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="http://tech.yipp.ca/centos/install-virtualbox-guest-additions-on-centos-6-4/">Install VirtualBox Guest Additions on CentOS 6.4</a> appeared first on <a rel="nofollow" href="http://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h3>As part of setting up a CentOS virtual machine, installing the virtualbox guest additions is an important part of the process.</h3>
<p>Note : This is for CentOS 6.X. For other distributions see : <a href="http://www.if-not-true-then-false.com/2010/install-virtualbox-guest-additions-on-fedora-centos-red-hat-rhel/" target="_blank">install-virtualbox-guest-additions-on-fedora-centos-red-hat-rhel</a></p>
<p>1. <a title="How To Become Root" href="http://wiki.centos.org/TipsAndTricks/BecomingRoot" target="_blank">Add your current user to sudoers</a></p>
<p>2. Install GCC :</p>
<p>$&gt; yum install kernel-devel gcc</p>
<p>3. Make sure you have VirtualBox version 4.2.12 or above. If not, upgrade by downloading package directly from virtualbox website :</p>
<p><a href="https://www.virtualbox.org/wiki/Linux_Downloads" target="_blank">https://www.virtualbox.org/wiki/Linux_Downloads</a></p>
<p>TIP: Do not use yum install or apt-get to install VirtualBox : you will get an older version, or see Troubleshooting section below to add software sources.</p>
<p>4. The most important point and the goal of this step is to have in sync your kernel (indicated by uname -r) and the kernel headers files. In the base distribution of CentOS 6.4, the kernel is 2.6.32-358. But right now if install the latest kernel-devel package you will get 2.6.32-411. So your option are either to install the old headers manually, or upgrade your kernel to the latest. </p>
<p>Install the latest kernel binaries </p>
<p>$&gt; yum update kernel*<br />
$&gt; reboot</p>
<p>Install the latest kernel headers :<br />
$&gt; yum install kernel-devel<br />
or<br />
$&gt; yum install kernel-devel-`uname -r`</p>
<p>5. Important to add the KERN_DIR environment variable using these lines :</p>
<p>$&gt; KERN_DIR=/usr/src/kernels/`uname -r`<br />
$&gt; export KERN_DIR</p>
<p>## Or for CentOS 5 and Red Hat 5<br />
$&gt; KERN_DIR=/usr/src/kernels/`uname -r`-`uname -m`</p>
<p>5. Run this line :</p>
<pre>  $&gt; sudo /etc/init.d/vboxadd setup</pre>
<p>6. Install the Guest additions CD-rom by clicking Devices | Install Guest Additions</p>
<h3>Troubleshooting : Adding software sources</h3>
<pre>## CentOS 6 and Red Hat (RHEL) 6 ##
$&gt; rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

## CentOS 5 and Red Hat (RHEL) 5 ##
$&gt; rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm</pre>
<h3>Error: Your kernel headers for kernel 2.6.32-358.el6.i686 cannot be found at (...)</h3>
<p>Solution: Make sure your kernel header are in sync with the running kernel. The recommended method is to upgrade your kernel to the latest, which is sure to have a corresponding header package via yum install kernel-devel. Redo step 4 and 5.</p>
<p>The post <a rel="nofollow" href="http://tech.yipp.ca/centos/install-virtualbox-guest-additions-on-centos-6-4/">Install VirtualBox Guest Additions on CentOS 6.4</a> appeared first on <a rel="nofollow" href="http://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.yipp.ca/centos/install-virtualbox-guest-additions-on-centos-6-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 6.4 - Always show tree view in explorer (Nautilus)</title>
		<link>http://tech.yipp.ca/linux/centos-6-4-show-tree-view-in-explorer-nautilus/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=centos-6-4-show-tree-view-in-explorer-nautilus</link>
		<comments>http://tech.yipp.ca/linux/centos-6-4-show-tree-view-in-explorer-nautilus/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 16:49:37 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[file manager]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[nautilus]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=165</guid>
		<description><![CDATA[<p>You are in CentOS and your file manager only shows the current folder content with no tree-view.... what a weird default behavior! Here is how to fix this : Edit &#124; Preferences &#124; Behaviour&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="http://tech.yipp.ca/linux/centos-6-4-show-tree-view-in-explorer-nautilus/">CentOS 6.4 - Always show tree view in explorer (Nautilus)</a> appeared first on <a rel="nofollow" href="http://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>You are in CentOS and your file manager only shows the current folder content with no tree-view.... what a weird default behavior! Here is how to fix this :</p>
<p><strong>Edit | Preferences | Behaviour</strong></p>
<p>then click the checkbox "<strong>Always open in browser windows</strong>".</p>
<p>Et voila !!</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="http://tech.yipp.ca/linux/centos-6-4-show-tree-view-in-explorer-nautilus/">CentOS 6.4 - Always show tree view in explorer (Nautilus)</a> appeared first on <a rel="nofollow" href="http://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.yipp.ca/linux/centos-6-4-show-tree-view-in-explorer-nautilus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
