<?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>Spind.net Blog &#187; Fedora</title>
	<atom:link href="http://blog.spind.net/tag/fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.spind.net</link>
	<description>Stories from the trenches of System Administration</description>
	<lastBuildDate>Thu, 10 Jun 2010 10:51:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Fedora 13 on a MacBook Pro</title>
		<link>http://blog.spind.net/2010/05/27/installing-fedora-13-on-a-macbook-pro/</link>
		<comments>http://blog.spind.net/2010/05/27/installing-fedora-13-on-a-macbook-pro/#comments</comments>
		<pubDate>Thu, 27 May 2010 20:52:50 +0000</pubDate>
		<dc:creator>hc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Fedora13]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[MacBookPro]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">http://blog.spind.net/?p=177</guid>
		<description><![CDATA[Fedora releases are sometimes a bit flaky, and Fedora 13 isn&#8217;t an exception &#8211; at least not when I was trying to install it on my MacBook Pro 5,5. It simply froze while booting the installation operating system &#8211; last display error was &#8220;Waiting for hardware to initialize&#8221;. Hours later, it turns out the magic [...]]]></description>
			<content:encoded><![CDATA[<p>Fedora releases are sometimes a bit flaky, and Fedora 13 isn&#8217;t an exception &#8211; at least not when I was trying to install it on my MacBook Pro 5,5. It simply froze while booting the installation operating system &#8211; last display error was <em>&#8220;Waiting for hardware to initialize&#8221;</em>. Hours later, it turns out the magic trick is to add the <em>nomodeset</em> kernel option when booting the installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spind.net/2010/05/27/installing-fedora-13-on-a-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving disk images from VMWare to VirtualBox</title>
		<link>http://blog.spind.net/2009/07/02/moving-disk-images-from-vmware-to-virtualbox/</link>
		<comments>http://blog.spind.net/2009/07/02/moving-disk-images-from-vmware-to-virtualbox/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 14:34:39 +0000</pubDate>
		<dc:creator>hc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Fedora11]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://blog.spind.net/?p=153</guid>
		<description><![CDATA[I couldn&#8217;t find any updated information on this online, so this is my ultra short guide to converting VMWare disk images to VirtualBox. This is tested with VirtualBox 3.0.0 under Fedora 11.
Step one is to concatenate fragmented VMWare images. This might not me necessary in your case, but we&#8217;ll do it anyway. Let&#8217;s assume the [...]]]></description>
			<content:encoded><![CDATA[<p>I couldn&#8217;t find any updated information on this online, so this is my ultra short guide to converting VMWare disk images to VirtualBox. This is tested with VirtualBox 3.0.0 under Fedora 11.</p>
<p>Step one is to concatenate fragmented VMWare images. This might not me necessary in your case, but we&#8217;ll do it anyway. Let&#8217;s assume the image you want to convert is called <tt>leopard-fragmented.vmdk</tt>:</p>
<div class="codebox">
vdiskmanager -r leopard-fragmented.vmdk leopard.vmdk
</div>
<p>Now you&#8217;re got a rather huge VMWare disk image file, and we&#8217;ll use <tt>qemu</tt> to convert it into a raw disk image:</p>
<div class="codebox">
qemu-img convert leopard.vmdk leopard.bin
</div>
<p>This will take a while, and you&#8217;ll probably end up with a less-than-huge file since this is the raw file, without any fancy compression. Now you&#8217;ll want to convert this to the VirtualBox disk format, <tt>vdi</tt>:</p>
<div class="codebox">
VBoxManage convertfromraw leopard.bin leopard.vdi
</div>
<p>The <tt>vdi</tt> ended up being around 7GB &#8211; more or less the exact size of the <tt>vmdk</tt> file. The temporary <tt>bin</tt> file was 32GB though. Be sure you&#8217;re got enough room on your disk for this job.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spind.net/2009/07/02/moving-disk-images-from-vmware-to-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 5 (64) on Sun VirtualBox on Fedora 10 (64)</title>
		<link>http://blog.spind.net/2009/05/21/centos-5-64-on-sun-virtualbox-on-fedora-10-64/</link>
		<comments>http://blog.spind.net/2009/05/21/centos-5-64-on-sun-virtualbox-on-fedora-10-64/#comments</comments>
		<pubDate>Thu, 21 May 2009 14:20:32 +0000</pubDate>
		<dc:creator>hc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">http://blog.spind.net/?p=141</guid>
		<description><![CDATA[I&#8217;ve been playing around with Sun VirtualBox. Installation of both Windows XP and CentOS 5 went smooth, but installing the guest OS tweaks &#8211; in the VirtualBox world referred to as Additions &#8211; gave me a little trouble on CentOS. It&#8217;s done the same way as on VMWare, by mounting an ISO with the scripts [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing around with <a href="http://www.virtualbox.org/">Sun VirtualBox</a>. Installation of both Windows XP and CentOS 5 went smooth, but installing the guest OS tweaks &#8211; in the VirtualBox world referred to as <em>Additions</em> &#8211; gave me a little trouble on CentOS. It&#8217;s done the same way as on VMWare, by mounting an ISO with the scripts and drivers required. It&#8217;s not as painless as on VMWare though.</p>
<p>For starters, you have to find the ISO yourself &#8211; but I&#8217;ll give you a hint: look in <tt>/usr/share/virtualbox/</tt> <img src='http://blog.spind.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  After mounting the ISO image, a directory popped up. I tried double clicking on <tt>autorun.sh</tt> but nothing ever comes easy, does it? I tried running it in the terminal, and was somewhat enlightened as I realized it was looking in vain for <tt>gksu</tt> &#8211; probably a Gnome frontend for <tt>su</tt>. Luckily there seemed to be another script I could run &#8211; <tt>VBoxLinuxAdditions-amd64.run</tt> &#8211; but it whined about OpenGL direct rendering:</p>
<div class="codebox">
Verifying archive integrity&#8230; All good.<br />
Uncompressing VirtualBox 2.2.2 Guest Additions for Linux Installation&#8230;&#8230;<br />
VirtualBox 2.2.2 Guest Additions installation<br />
Please install the build and header files for your current Linux kernel.<br />
The current kernel version is 2.6.18-128.el5<br />
This system does not seem to have support for OpenGL direct rendering.<br />
VirtualBox requires Linux 2.6.27 or later for this.  Please see the log.<br />
file /var/log/vboxadd-install.log if your guest uses Linux 2.6.27 and you still see this message.<br />
Problems were found which would prevent the Guest Additions from installing.<br />
Please correct these problems and try again.
</div>
<p>Before I ran the script, I made sure the newly installed CentOS was crispy by running <tt>yum upgrade</tt>. I also had a sneaking suspicion that a C compiler was required, so I made sure the system also sported <tt>gcc</tt>. The only thing I personally noticed by reading the message above, was that some missing OpenGL crap prevented the additions to be installed. As I was typing the message in this blog, I also noticed something about kernel headers. Rather embarrassing, but I really didn&#8217;t see it until now. Anyway, obviously the thing needed was kernel goodness, so I ran <tt>yum install kernel-devel</tt>. That seemed to make the VirtualBox additions script more happy and now it seems to be running flawlessly.</p>
<p>So, to summarize &#8211; what to do to make the damned thing work:</p>
<div class="codebox">
$ yum upgrade -y<br />
$ yum install -y gcc kernel-devel<br />
$ ln -s /usr/src/kernels/2.6.18-128.1.10.el5-i686 /usr/src/linux<br />
$ cd /media/VBOXADDITIONS_2.2.2_46594/<br />
$ sh VBoxLinuxAdditions-amd64.run
</div>
<p>I rebooted as I was told to, but mouse integration didn&#8217;t seem to work. Probably due to the kernel being upgraded without rebooting and actually utilizing it. So, I ran the additions script again, rebooted again and woo &#8211; mouse integration seems to work. The clipboard doesn&#8217;t though, and the maching is still creating some really nasty spikes on my CPU graph every three seconds or so:</p>
<p><a href="/uploads/2009/05/VirtualBox-CPUUsage1.png"><img src="/uploads/2009/05/VirtualBox-CPUUsage1-600x497.png" alt="VirtualBox-CPUUsage" title="VirtualBox-CPUUsage" width="600" height="497" class="alignnone size-medium wp-image-146" /></a></p>
<p>It&#8217;s worth mentioning that when I&#8217;m running my Windows XP guest in VirtualBox, the CPU graphs on the host system are nice and flat.</p>
<p>I&#8217;m not entirely pleased, but I think VirtualBox will eventually win me over from VMWare.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spind.net/2009/05/21/centos-5-64-on-sun-virtualbox-on-fedora-10-64/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>VMWare vs Paranoia</title>
		<link>http://blog.spind.net/2009/03/10/vmware-vs-paranoia/</link>
		<comments>http://blog.spind.net/2009/03/10/vmware-vs-paranoia/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 10:58:08 +0000</pubDate>
		<dc:creator>hc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Paranoia]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://blog.spind.net/?p=102</guid>
		<description><![CDATA[As a website developer, I unfortunately need to test everything in Microsoft&#8217;s dreaded Internet Explorer. For this, I&#8217;ve got a Windows XP running on an installation of VMware® Workstation on my Linux desktop. It works like a charm, except when the kernel is updated.
Aside from being a website developer, I&#8217;m also a paranoid system administrator. [...]]]></description>
			<content:encoded><![CDATA[<p>As a website developer, I unfortunately need to test everything in Microsoft&#8217;s dreaded Internet Explorer. For this, I&#8217;ve got a Windows XP running on an installation of <a href="http://www.vmware.com/">VMware® Workstation</a> on my Linux desktop. It works like a charm, except when the kernel is updated.</p>
<p>Aside from being a website developer, I&#8217;m also a paranoid system administrator. One of the first thing I add to my login scripts, is <tt>umask 077</tt> &#8211; the command that sets the permission mask for newly created files. Setting this to <tt>077</tt> prevents anyone but the current user from being granted any rights &#8211; read, write or execution. It&#8217;s a sane thing to do, but unfortunately a lot of scripts fail to explicitly grant access to other users, especially when installing RPM packages or &#8211; in this case &#8211; running VMWare after a kernel upgrade to build new VMWare-specific kernel modules.</p>
<p>In this specific case, VMWare kernel modules were built by the <tt>root</tt> user, and ended up in <tt>/lib/modules/2.6.27.19-170.2.35.fc10.x86_64/misc/</tt> which was created by the build process. Read permissions were not explicitly granted to everyone, so when running <tt>vmware</tt> as a mortal user, it was unable to actually read and verify the newly built kernel modules. The natural response to the user wasn&#8217;t <em>&#8220;Unable to read kernel module files&#8221;</em>, but instead <em>&#8220;You need to build kernel modules for your specific kernel&#8221;</em>. Makes a lot of sense, eh? <img src='http://blog.spind.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Manually granting read and execution rights on the <tt>/misc</tt> directory and the files in it fixed the issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spind.net/2009/03/10/vmware-vs-paranoia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun JRE on Firefox</title>
		<link>http://blog.spind.net/2009/02/19/sun-jre-on-firefox/</link>
		<comments>http://blog.spind.net/2009/02/19/sun-jre-on-firefox/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 11:48:31 +0000</pubDate>
		<dc:creator>hc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Fedora10]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://blog.spind.net/?p=94</guid>
		<description><![CDATA[I rarely need a Java plugin for my 64-bit Firefox browser, but once in a rare while I need to use certain government services that require a digital signature and the original Sun Java plugin &#8211; OpenJDK just doesn&#8217;t cut it. Sun changed a couple of things recently, so many of the howto&#8217;s are outdated [...]]]></description>
			<content:encoded><![CDATA[<p>I rarely need a Java plugin for my 64-bit Firefox browser, but once in a rare while I need to use certain government services that require a digital signature and the original Sun Java plugin &#8211; <a href="http://www.openjdk.org/">OpenJDK</a> just doesn&#8217;t cut it. Sun changed a couple of things recently, so many of the howto&#8217;s are outdated &#8211; this will work though:</p>
<p>Make sure you remove/disable OpenJDK:</p>
<div class="codebox">
$ rpm -e java-1.6.0-openjdk-plugin
</div>
<p>Get the latest <b>Java SE Runtime Environment (JRE)</b> <a href="http://java.sun.com/javase/downloads/">here</a>. Make sure it&#8217;s the 64-bit non-RPM version. The RPM might work too, I just didn&#8217;t test it. We&#8217;ll assume it&#8217;s version 1.6.0-12. Execute the following commands to unpack it:</p>
<div class="codebox">
$ umask 022<br />
$ chmod +x jre-6u12-linux-x64.bin<br />
$ ./jre-6u12-linux-x64.bin
</div>
<p>Accept the license agreement. The directory <tt>jre1.6.0_12</tt> is created. Execute the following commands to move JRE and make a symbolic link to the plugin:</p>
<div class="codebox">
$ mv jre1.6.0_12 /opt<br />
$ cd /usr/lib64/mozilla/plugins<br />
$ ln -s /opt/jre1.6.0_12/lib/amd64/libnpjp2.so .
</div>
<p>The new thing here is that they recently renamed the plugin from <tt>libjavaplugin_oji.so</tt> to <tt>libnpjp2.so</tt> &#8211; that set me off track for a while.</p>
<p>Restart Firefox and type in <tt>about:plugins</tt> and look for Java &#8211; if it&#8217;s there, you&#8217;re all set.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spind.net/2009/02/19/sun-jre-on-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Danish language in OpenOffice.org</title>
		<link>http://blog.spind.net/2009/01/14/danish-language-in-openofficeorg/</link>
		<comments>http://blog.spind.net/2009/01/14/danish-language-in-openofficeorg/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 09:45:16 +0000</pubDate>
		<dc:creator>hc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Danish]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Locale]]></category>
		<category><![CDATA[OpenOffice.org]]></category>

		<guid isPermaLink="false">http://blog.spind.net/2009/01/14/danish-language-in-openofficeorg/</guid>
		<description><![CDATA[This is just an easy one-liner to install the Danish language pack for OpenOffice.org in recent versions of Fedora Linux:

yum install -y openoffice.org-langpack-da_DK

]]></description>
			<content:encoded><![CDATA[<p>This is just an easy one-liner to install the Danish language pack for OpenOffice.org in recent versions of Fedora Linux:</p>
<div class="codebox">
yum install -y openoffice.org-langpack-da_DK
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.spind.net/2009/01/14/danish-language-in-openofficeorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ethernet device, where art thou?</title>
		<link>http://blog.spind.net/2008/12/16/ethernet-device-where-art-thou/</link>
		<comments>http://blog.spind.net/2008/12/16/ethernet-device-where-art-thou/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 09:09:50 +0000</pubDate>
		<dc:creator>hc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Fedora10]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[udev]]></category>

		<guid isPermaLink="false">http://blog.spind.net/?p=77</guid>
		<description><![CDATA[Today I lost my Ethernet devices, probably as a result of upgrading the apartment server from Fedora 9 to Fedora 10. The culprit turned out to be the service responsible for dynamic device management &#8211; udev. These symptoms started showing up in the logfile:

Dec 16 07:26:12 server kernel: udev: renamed network interface eth1 to eth4
Dec [...]]]></description>
			<content:encoded><![CDATA[<p>Today I lost my Ethernet devices, probably as a result of upgrading the apartment server from Fedora 9 to Fedora 10. The culprit turned out to be the service responsible for dynamic device management &#8211; <em>udev</em>. These symptoms started showing up in the logfile:</p>
<div class="codebox">
Dec 16 07:26:12 server kernel: udev: renamed network interface eth1 to eth4<br />
Dec 16 07:26:12 server kernel: udev: renamed network interface eth0 to eth2<br />
Dec 16 07:26:12 server kernel: udev: renamed network interface eth1 to eth5
</div>
<p>The <em>udev</em> daemon creates and renames devices according to configuration files in <tt>/etc/udev/rules.d/</tt> called <em>rules</em>. One of them &#8211; <tt>70-persistent-net.rules</tt> &#8211; specifically handles network devices. This file was screwed up badly by Anaconda, and had dupes and network devices from a previous hardware configuration. I cleaned up this file, so it had only contained rules that matched the hardware addresses of the installed network devices:</p>
<div class="codebox">
SUBSYSTEM==&#8221;net&#8221;, ACTION==&#8221;add&#8221;, DRIVERS==&#8221;?*&#8221;, ATTR{address}==&#8221;00:1e:8c:85:cd:e2&#8243;, ATTR{type}==&#8221;1&#8243;, KERNEL==&#8221;eth*&#8221;, NAME=&#8221;eth0&#8243;<br />
SUBSYSTEM==&#8221;net&#8221;, ACTION==&#8221;add&#8221;, DRIVERS==&#8221;?*&#8221;, ATTR{address}==&#8221;00:50:da:21:e3:34&#8243;, ATTR{type}==&#8221;1&#8243;, KERNEL==&#8221;eth*&#8221;, NAME=&#8221;eth1&#8243;<br />
SUBSYSTEM==&#8221;net&#8221;, ACTION==&#8221;add&#8221;, DRIVERS==&#8221;?*&#8221;, ATTR{address}==&#8221;00:01:02:24:6d:91&#8243;, ATTR{type}==&#8221;1&#8243;, KERNEL==&#8221;eth*&#8221;, NAME=&#8221;eth2&#8243;
</div>
<p>Various external <em>&#8220;plug-and-play&#8221;</em> helpers may add newly found network devices to this file, so if your network devices start changing names, you might want to check <tt>/etc/udev/rules.d/70-persistent-net.rules</tt>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spind.net/2008/12/16/ethernet-device-where-art-thou/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 10 &#8211; Light version</title>
		<link>http://blog.spind.net/2008/12/03/fedora-10-light-version/</link>
		<comments>http://blog.spind.net/2008/12/03/fedora-10-light-version/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 11:08:00 +0000</pubDate>
		<dc:creator>hc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Fedora10]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[LXDE]]></category>
		<category><![CDATA[Openbox]]></category>
		<category><![CDATA[Xfce]]></category>

		<guid isPermaLink="false">http://blog.spind.net/?p=62</guid>
		<description><![CDATA[Is your machine too old and too slow? Does the Gnome Desktop make you grind your teeth with impatience? Why not take Xfce or LXDE for a test spin?
Install both software groups:

yum groupinstall -y &#8216;XFCE&#8217;
yum groupinstall -y &#8216;LXDE&#8217;

Installing the LXDE group also gives you Openbox. LXDE and Xfce pretty much looks like the Gnome Desktop [...]]]></description>
			<content:encoded><![CDATA[<p>Is your machine too old and too slow? Does the <a href="http://gnome.org/">Gnome Desktop</a> make you grind your teeth with impatience? Why not take <a href="http://www.xfce.org/">Xfce</a> or <a href="http://lxde.org/">LXDE</a> for a test spin?</p>
<p>Install both software groups:</p>
<div class="codebox">
yum groupinstall -y &#8216;XFCE&#8217;<br />
yum groupinstall -y &#8216;LXDE&#8217;
</div>
<p>Installing the LXDE group also gives you <a href="http://icculus.org/openbox/">Openbox</a>. LXDE and Xfce pretty much looks like the Gnome Desktop with application menus and icons on the desktop, whereas Openbox reminds me more of the good old days, where every application launch started with right-clicking on the desktop.</p>
<p>To try these desktop environments out, click your username on the login screen, pick the environment you want in the <em>Session</em> pull-down menu at the bottom of the screen, enter your password and you&#8217;re all set.</p>
<p>Note: Openbox&#8217; <em>Logout</em> menu item didn&#8217;t work for me, but <em>Exit</em> did the trick. If you get stuck, you can simply kill the whole graphics subsystem (Xorg) with CTRL+ALT+BACKSPACE.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spind.net/2008/12/03/fedora-10-light-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 10 Install Notes</title>
		<link>http://blog.spind.net/2008/12/03/fedora-10-install-notes/</link>
		<comments>http://blog.spind.net/2008/12/03/fedora-10-install-notes/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 10:45:13 +0000</pubDate>
		<dc:creator>hc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Fedora10]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.spind.net/?p=52</guid>
		<description><![CDATA[These are the install notes for my Fedora 10 install on my workstation at the office:
Enable access to both the free and the nonfree repositories at RPM Fusion and run an upgrade:

rpm -Uvh \
http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm \
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm

Make sure the system is crisp and updated with the new repositories:

yum clean all
yum upgrade -y

Install GStreamer plugins with stability/license issues, [...]]]></description>
			<content:encoded><![CDATA[<p>These are the install notes for my Fedora 10 install on my workstation at the office:</p>
<p>Enable access to both the <b>free</b> and the <b>nonfree</b> repositories at <a href="http://www.rpmfusion.org/">RPM Fusion</a> and run an upgrade:</p>
<div class="codebox">
rpm -Uvh \<br />
http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm \</p>
<p>http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm</p>
</div>
<p>Make sure the system is crisp and updated with the new repositories:</p>
<div class="codebox">
yum clean all<br />
yum upgrade -y
</div>
<p>Install GStreamer plugins with stability/license issues, including support for <b>AAC</b>, A52, SID, <b>MPEG2</b>, MP4, <b>H.264</b>, DVD navigation etc.:</p>
<div class="codebox">
yum install -y gstreamer-plugins-bad<br />
yum install -y gstreamer-plugins-ugly<br />
yum install -y gstreamer-plugins-schroedinger<br />
yum install -y gstreamer-ffmpeg
</div>
<p>Install various <b>alternate video players</b>:</p>
<div class="codebox">
yum install -y vlc<br />
yum install -y mplayer
</div>
<p>Install various <b>video encoders</b>:</p>
<div class="codebox">
yum install -y ffmpeg<br />
yum install -y mencoder
</div>
<p>In time of writing, Adobe&#8217;s <b>Flash plugin</b> isn&#8217;t available as RPM &#8211; at least not the lastest beta version for x86_64 &#8211; so download it from <a href="http://labs.adobe.com/downloads/flashplayer10.html">Adobe Labs</a>, unpack and drop <tt>libflashplayer.so</tt> in <tt>~/.mozilla/plugins/</tt>. Make sure you&#8217;ve removed any trace of NSPluginWrapper first. Example (this is a single-user install, so don&#8217;t run as root):</p>
<div class="codebox">
rpm -e nspluginwrapper<br />
wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz<br />
tar -zxvf libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz<br />
rm -f libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz<br />
mkdir &#8211;parent ~/.mozilla/plugins<br />
mv libflashplayer.so ~/.mozilla/plugins
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.spind.net/2008/12/03/fedora-10-install-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
