<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Linux-Noob Forums - Fedora 10]]></title>
		<link>https://www.linux-noob.com/forums/</link>
		<description><![CDATA[Linux-Noob Forums - https://www.linux-noob.com/forums]]></description>
		<pubDate>Mon, 06 Jul 2026 10:27:45 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[How to run Windows XP in Fedora]]></title>
			<link>https://www.linux-noob.com/forums/thread-649.html</link>
			<pubDate>Sat, 06 Jun 2009 10:33:52 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2">anyweb</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-649.html</guid>
			<description><![CDATA[<br />
I wanted to have a Windows virtual machine that I could use on my Fedora 10 laptop, I only have linux on this laptop and i don't want to dual boot,so this required that I install some virtualization packages and to go virtual.<br />
<br />
 <br />
<br />
I'm documenting how I did this so others can learn and hopefully they will be motivated to try it themselves. Fedora offers two methods for virtualisation, one is for virtualising Linux (xen) and the other one can do non-Linux os's as well as Linux (qemu). For a detailed and technical wiki on this subject please see <a href="http://fedoraproject.org/wiki/Getting_started_with_virtualization#Using_virtualization_on_fedora" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
<br />
 <br />
<br />
<span style="font-size: 8pt;" class="mycode_size">1. Install the virtualization packages.</span><br />
<br />
 <br />
<br />
Open a terminal and as <span style="font-weight: bold;" class="mycode_b">root</span> do the following:-<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>su -c "yum groupinstall 'Virtualization'"</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
followed by the following optional components:-<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum install gnome-applet-vm</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum install virt-top</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
<span style="font-size: 8pt;" class="mycode_size">2. Start the virtualisation service</span><br />
<br />
 <br />
<br />
as root do as follows<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>service libvirtd start</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
then verify it's running<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>virsh -c qemu:///system list</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
you should see something like this<br />
<br />
 <br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>[root@localhost ~]# virsh -c qemu:///system list<br />
<br />
 Id Name                 State<br />
<br />
----------------------------------</blockquote>
 <br />
<br />
<span style="font-size: 8pt;" class="mycode_size">3. Install QEMU</span><br />
<br />
 <br />
<br />
as root do<br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum install qemu</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
answer y when prompted<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
I wanted to have a Windows virtual machine that I could use on my Fedora 10 laptop, I only have linux on this laptop and i don't want to dual boot,so this required that I install some virtualization packages and to go virtual.<br />
<br />
 <br />
<br />
I'm documenting how I did this so others can learn and hopefully they will be motivated to try it themselves. Fedora offers two methods for virtualisation, one is for virtualising Linux (xen) and the other one can do non-Linux os's as well as Linux (qemu). For a detailed and technical wiki on this subject please see <a href="http://fedoraproject.org/wiki/Getting_started_with_virtualization#Using_virtualization_on_fedora" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
<br />
 <br />
<br />
<span style="font-size: 8pt;" class="mycode_size">1. Install the virtualization packages.</span><br />
<br />
 <br />
<br />
Open a terminal and as <span style="font-weight: bold;" class="mycode_b">root</span> do the following:-<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>su -c "yum groupinstall 'Virtualization'"</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
followed by the following optional components:-<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum install gnome-applet-vm</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum install virt-top</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
<span style="font-size: 8pt;" class="mycode_size">2. Start the virtualisation service</span><br />
<br />
 <br />
<br />
as root do as follows<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>service libvirtd start</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
then verify it's running<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>virsh -c qemu:///system list</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
you should see something like this<br />
<br />
 <br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>[root@localhost ~]# virsh -c qemu:///system list<br />
<br />
 Id Name                 State<br />
<br />
----------------------------------</blockquote>
 <br />
<br />
<span style="font-size: 8pt;" class="mycode_size">3. Install QEMU</span><br />
<br />
 <br />
<br />
as root do<br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum install qemu</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
answer y when prompted<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[firefox in offline mode in fedora 10]]></title>
			<link>https://www.linux-noob.com/forums/thread-738.html</link>
			<pubDate>Sat, 21 Feb 2009 22:55:18 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2">anyweb</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-738.html</guid>
			<description><![CDATA[<br />
why does it keep doing this ????????????????????????<br />
<br />
 <br />
<br />
try this. open firefox, open some tabs, do some surfing. close firefox.<br />
<br />
 <br />
<br />
start it again, now its in offline mode, at least it is for me....<br />
<br />
&lt;a class="ipsAttachLink ipsAttachLink_image" href="&lt;fileStore.core_Attachment&gt;/monthly_02_2009/post-1-1235253310.png" data-fileid="1125"&gt;[img]&lt;fileStore.core_Attachment&gt;/monthly_02_2009/post-1-1235253310.png[/img]&lt;/a&gt;<br />
<br />
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.linux-noob.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=815" target="_blank" title="">Screenshot_1.png</a> (Size: 111.26 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<br />
why does it keep doing this ????????????????????????<br />
<br />
 <br />
<br />
try this. open firefox, open some tabs, do some surfing. close firefox.<br />
<br />
 <br />
<br />
start it again, now its in offline mode, at least it is for me....<br />
<br />
&lt;a class="ipsAttachLink ipsAttachLink_image" href="&lt;fileStore.core_Attachment&gt;/monthly_02_2009/post-1-1235253310.png" data-fileid="1125"&gt;[img]&lt;fileStore.core_Attachment&gt;/monthly_02_2009/post-1-1235253310.png[/img]&lt;/a&gt;<br />
<br />
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.linux-noob.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=815" target="_blank" title="">Screenshot_1.png</a> (Size: 111.26 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[updated Fedora 9 to Fedora 10 today]]></title>
			<link>https://www.linux-noob.com/forums/thread-770.html</link>
			<pubDate>Sun, 14 Dec 2008 19:34:31 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2">anyweb</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-770.html</guid>
			<description><![CDATA[<br />
I updated my Fedora 9 laptop today to Fedora 10, and this is how I did it incase any of you want to try (this is for the 32 bit release)<br />
<br />
 <br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>[root@localhost]# cat /etc/redhat-release Fedora release 9 (Sulphur)</blockquote>
 <br />
<br />
yup, it's Fedora 9 ^<br />
<br />
 <br />
<br />
ok, let's get some packages, (pick a mirror near you, I'm in sweden so I chose the one below)<br />
<br />
 <br />
<br />
<a href="ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/10/Fedora/i386/os/Packages/" target="_blank" rel="noopener" class="mycode_url">ftp://ftp.sunet.se/pub/Linux/distribution...86/os/Packages/</a><br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/10/Fedora/i386/os/Packages/fedora-release-notes-10.0.0-1.noarch.rpm

wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/10/Fedora/i386/os/Packages/fedora-release-10-1.noarch.rpm</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
and then install them<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>rpm -Uvh fedora-release-notes-10.0.0-1.noarch.rpm fedora-release-10-1.noarch.rpm</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
then do an update...<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum update</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
i got some dependancy errors relating to f-spot and qemu, and resolved them by doing <span style="font-weight: bold;" class="mycode_b">yum remove f-spot &amp;&amp; yum remove qemu</span> and then trying again<br />
<br />
 <br />
<br />
yum then downloaded 986 updates, and prompted me to install them<br />
<br />
 <br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>(986/986): openoffice.org-core-3.0.0-9.10.fc10.i386.rpm  |  90 MB     01:20     --------------------------------------------------------------------------------<br />
<br />
Total                                           1.0 MB/s | 1.1 GB     18:57     <br />
<br />
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 4ebfc273<br />
<br />
Importing GPG key 0x4EBFC273 "Fedora (10) &lt;fedora@fedoraproject.org&gt;" from /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-i386<br />
<br />
Is this ok [y/N]: y</blockquote>
 <br />
<br />
the package updating takes a long time......<br />
<br />
 <br />
<br />
don't forget to reboot after yum is done updating<br />
<br />
&lt;a class="ipsAttachLink ipsAttachLink_image" href="&lt;fileStore.core_Attachment&gt;/monthly_12_2008/post-1-1229372913.png" data-fileid="1121"&gt;[img]&lt;fileStore.core_Attachment&gt;/monthly_12_2008/post-1-1229372913.png[/img]&lt;/a&gt;<br />
<br />
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.linux-noob.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=811" target="_blank" title="">Screenshot.png</a> (Size: 1.06 MB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<br />
I updated my Fedora 9 laptop today to Fedora 10, and this is how I did it incase any of you want to try (this is for the 32 bit release)<br />
<br />
 <br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>[root@localhost]# cat /etc/redhat-release Fedora release 9 (Sulphur)</blockquote>
 <br />
<br />
yup, it's Fedora 9 ^<br />
<br />
 <br />
<br />
ok, let's get some packages, (pick a mirror near you, I'm in sweden so I chose the one below)<br />
<br />
 <br />
<br />
<a href="ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/10/Fedora/i386/os/Packages/" target="_blank" rel="noopener" class="mycode_url">ftp://ftp.sunet.se/pub/Linux/distribution...86/os/Packages/</a><br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/10/Fedora/i386/os/Packages/fedora-release-notes-10.0.0-1.noarch.rpm

wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/10/Fedora/i386/os/Packages/fedora-release-10-1.noarch.rpm</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
and then install them<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>rpm -Uvh fedora-release-notes-10.0.0-1.noarch.rpm fedora-release-10-1.noarch.rpm</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
then do an update...<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>yum update</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
i got some dependancy errors relating to f-spot and qemu, and resolved them by doing <span style="font-weight: bold;" class="mycode_b">yum remove f-spot &amp;&amp; yum remove qemu</span> and then trying again<br />
<br />
 <br />
<br />
yum then downloaded 986 updates, and prompted me to install them<br />
<br />
 <br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>(986/986): openoffice.org-core-3.0.0-9.10.fc10.i386.rpm  |  90 MB     01:20     --------------------------------------------------------------------------------<br />
<br />
Total                                           1.0 MB/s | 1.1 GB     18:57     <br />
<br />
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 4ebfc273<br />
<br />
Importing GPG key 0x4EBFC273 "Fedora (10) &lt;fedora@fedoraproject.org&gt;" from /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-i386<br />
<br />
Is this ok [y/N]: y</blockquote>
 <br />
<br />
the package updating takes a long time......<br />
<br />
 <br />
<br />
don't forget to reboot after yum is done updating<br />
<br />
&lt;a class="ipsAttachLink ipsAttachLink_image" href="&lt;fileStore.core_Attachment&gt;/monthly_12_2008/post-1-1229372913.png" data-fileid="1121"&gt;[img]&lt;fileStore.core_Attachment&gt;/monthly_12_2008/post-1-1229372913.png[/img]&lt;/a&gt;<br />
<br />
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.linux-noob.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=811" target="_blank" title="">Screenshot.png</a> (Size: 1.06 MB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fedora 10 Beta]]></title>
			<link>https://www.linux-noob.com/forums/thread-787.html</link>
			<pubDate>Tue, 04 Nov 2008 13:26:35 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=576">glennzo</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-787.html</guid>
			<description><![CDATA[Anyone moved to Fedora 10 Beta yet? I've been running it since its release, most recently as my <span style="font-style: italic;" class="mycode_i">only</span> Fedora install and a daily user. This release is shaping up to be the best yet. It has been rock solid on my laptop since it was installed.<br />
]]></description>
			<content:encoded><![CDATA[Anyone moved to Fedora 10 Beta yet? I've been running it since its release, most recently as my <span style="font-style: italic;" class="mycode_i">only</span> Fedora install and a daily user. This release is shaping up to be the best yet. It has been rock solid on my laptop since it was installed.<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fedora 10 alpha ready for testing]]></title>
			<link>https://www.linux-noob.com/forums/thread-875.html</link>
			<pubDate>Wed, 06 Aug 2008 22:05:50 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2">anyweb</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-875.html</guid>
			<description><![CDATA[<br />
if you'd like to test drive <a href="https://fedoraproject.org/wiki/Releases/10/Alpha/ReleaseNotes#How_To_Try_Alpha" target="_blank" rel="noopener" class="mycode_url">Fedora 10 (cambridge)</a> then now's your chance<br />
<br />
 <br />
<br />
<a href="https://fedoraproject.org/wiki/Releases/10/Alpha/ReleaseNotes#How_To_Try_Alpha" target="_blank" rel="noopener" class="mycode_url">https://fedoraproject.org/wiki/Releases/10/...ow_To_Try_Alpha</a><br />
<br />
 <br />
<br />
here's the Fedora 10 schedule<br />
<br />
 <br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>2008-07-22	Fedora 10 Alpha freeze2008-08-05	Fedora 10 Alpha release<br />
<br />
2008-08-19	Fedora 10 Beta freeze<br />
<br />
Fedora 10 Feature Freeze--Planning &amp; Development Ends<br />
<br />
Fedora 10 String freeze<br />
<br />
2008-09-02	Fedora 10 Beta release<br />
<br />
Allow Fedora 10 pre-branch<br />
<br />
2008-09-15	Final Development freeze<br />
<br />
Fedora 10 Translation deadline<br />
<br />
2008-10-10	Fedora 10 Preview Release<br />
<br />
2008-10-28	Fedora 10 final release</blockquote>
 <br />
<br />
cheers<br />
<br />
anyweb<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
if you'd like to test drive <a href="https://fedoraproject.org/wiki/Releases/10/Alpha/ReleaseNotes#How_To_Try_Alpha" target="_blank" rel="noopener" class="mycode_url">Fedora 10 (cambridge)</a> then now's your chance<br />
<br />
 <br />
<br />
<a href="https://fedoraproject.org/wiki/Releases/10/Alpha/ReleaseNotes#How_To_Try_Alpha" target="_blank" rel="noopener" class="mycode_url">https://fedoraproject.org/wiki/Releases/10/...ow_To_Try_Alpha</a><br />
<br />
 <br />
<br />
here's the Fedora 10 schedule<br />
<br />
 <br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>2008-07-22	Fedora 10 Alpha freeze2008-08-05	Fedora 10 Alpha release<br />
<br />
2008-08-19	Fedora 10 Beta freeze<br />
<br />
Fedora 10 Feature Freeze--Planning &amp; Development Ends<br />
<br />
Fedora 10 String freeze<br />
<br />
2008-09-02	Fedora 10 Beta release<br />
<br />
Allow Fedora 10 pre-branch<br />
<br />
2008-09-15	Final Development freeze<br />
<br />
Fedora 10 Translation deadline<br />
<br />
2008-10-10	Fedora 10 Preview Release<br />
<br />
2008-10-28	Fedora 10 final release</blockquote>
 <br />
<br />
cheers<br />
<br />
anyweb<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Concept art for Fedora 10]]></title>
			<link>https://www.linux-noob.com/forums/thread-896.html</link>
			<pubDate>Mon, 14 Jul 2008 07:57:13 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2">anyweb</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-896.html</guid>
			<description><![CDATA[<br />
For many, their first experience with Fedora leaves them in awe of the incredible artwork. This is an important part of Fedora's reputation, so if you're a fan of Fedora art, you should definitely check out what the art team has come up with.<br />
<br />
 <br />
<br />
via &gt; <a href="http://osnews.com/story/20039/Concept_Art_for_Fedora_10" target="_blank" rel="noopener" class="mycode_url">http://osnews.com/story/20039/Concept_Art_for_Fedora_10</a><br />
<br />
 <br />
<br />
from &gt; <a href="http://www.linuxloop.com/news/2008/07/11/early-fedora-10-artwork/" target="_blank" rel="noopener" class="mycode_url">http://www.linuxloop.com/news/2008/07/11/e...ora-10-artwork/</a><br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
For many, their first experience with Fedora leaves them in awe of the incredible artwork. This is an important part of Fedora's reputation, so if you're a fan of Fedora art, you should definitely check out what the art team has come up with.<br />
<br />
 <br />
<br />
via &gt; <a href="http://osnews.com/story/20039/Concept_Art_for_Fedora_10" target="_blank" rel="noopener" class="mycode_url">http://osnews.com/story/20039/Concept_Art_for_Fedora_10</a><br />
<br />
 <br />
<br />
from &gt; <a href="http://www.linuxloop.com/news/2008/07/11/early-fedora-10-artwork/" target="_blank" rel="noopener" class="mycode_url">http://www.linuxloop.com/news/2008/07/11/e...ora-10-artwork/</a><br />
<br />
]]></content:encoded>
		</item>
	</channel>
</rss>