<?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>Kavoshgar &#187; Linux</title>
	<atom:link href="http://www.moallemi.ir/en/blog/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.moallemi.ir/en/blog</link>
	<description>Reza Moallemi&#039;s Personal Weblog</description>
	<lastBuildDate>Fri, 04 Mar 2011 18:45:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to set up Fedora Install DVD as a Yum repository</title>
		<link>http://www.moallemi.ir/en/blog/2009/07/22/how-to-set-up-fedora-install-dvd-as-a-yum-repository/</link>
		<comments>http://www.moallemi.ir/en/blog/2009/07/22/how-to-set-up-fedora-install-dvd-as-a-yum-repository/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 07:35:46 +0000</pubDate>
		<dc:creator>Reza Moallemi</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.moallemi.ir/en/blog/?p=65</guid>
		<description><![CDATA[It&#8217;s obviously useful to set up a local repository in Fedora Core 6 to take files from local repository instead of having to go to the Internet to get them. In Fedora Core 5 and above, the installer is based on yum and so there is actually yum repository metadata present on the DVD. Configure [...]


Related posts:<ol><li><a href='http://www.moallemi.ir/en/blog/2009/06/10/fedora-11-released/' rel='bookmark' title='Fedora 11 Released'>Fedora 11 Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-67" title="Fedora" src="http://www.moallemi.ir/en/blog/wp-content/uploads/2009/07/fedora-logo.png" alt="Fedora" width="141" height="139" /><br />
It&#8217;s obviously useful to set up a local repository in Fedora Core 6 to take files from local repository instead of having to go to the Internet to get them.<br />
In Fedora Core 5 and above, the installer is based on yum and so there is actually yum repository metadata present on the DVD.</p>
<p><strong>Configure yum to use your new repository</strong></p>
<p>[code lang="bash"]</p>
<p>$ su -<br />
# gedit /etc/yum.repos.d/dvd.repo<br />
[/code]</p>
<p>add the following lines to this file and then save it.</p>
<p>[code lang="plain"]</p>
<p>[DVD]<br />
name=Fedora DVD $releasever - $basearch<br />
failovermethod=priority<br />
baseurl=path/to/yuor/dvd/media<br />
enabled=1<br />
gpgcheck=0</p>
<p>[/code]</p>


<p>Related posts:<ol><li><a href='http://www.moallemi.ir/en/blog/2009/06/10/fedora-11-released/' rel='bookmark' title='Fedora 11 Released'>Fedora 11 Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.moallemi.ir/en/blog/2009/07/22/how-to-set-up-fedora-install-dvd-as-a-yum-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is DeltaRPM</title>
		<link>http://www.moallemi.ir/en/blog/2009/07/03/what-is-deltarpm/</link>
		<comments>http://www.moallemi.ir/en/blog/2009/07/03/what-is-deltarpm/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 14:56:47 +0000</pubDate>
		<dc:creator>Reza Moallemi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[DeltaRPM]]></category>

		<guid isPermaLink="false">http://www.moallemi.ir/en/blog/?p=60</guid>
		<description><![CDATA[DeltaRPM is a tool that generates RPMs that contains the difference between an old and a new version of an RPM. This makes it possible to recreate the new RPM from the deltarpm and the old one. You don&#8217;t have to have a copy of the old RPM, as it can also work with installed [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>DeltaRPM is a tool that generates RPMs that contains the difference between an old and a new version of an RPM. This makes it possible to recreate the new RPM from the deltarpm and the old one. You don&#8217;t have to have a copy of the old RPM, as it can also work with installed RPMs.The delta rpm packages are even smaller in size than the patch RPMs, which is an advantage when transferring update packages over the Internet. The drawback is that update operations with delta RPMs involved consume considerably more CPU cycles than plain or patch RPMs</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.moallemi.ir/en/blog/2009/07/03/what-is-deltarpm/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fedora 11 Released</title>
		<link>http://www.moallemi.ir/en/blog/2009/06/10/fedora-11-released/</link>
		<comments>http://www.moallemi.ir/en/blog/2009/06/10/fedora-11-released/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 06:50:24 +0000</pubDate>
		<dc:creator>Reza Moallemi</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[fedora 11]]></category>

		<guid isPermaLink="false">http://www.moallemi.ir/en/blog/?p=13</guid>
		<description><![CDATA[Fedora has just released a new major version, Fedora 11, around six-and-a-half months after the release of Fedora 10. The changelog is extensive, but the screenshot tour shows an alluring operating system. You can read the entire Fedora 11 changelog here, but it&#8217;s rather unwieldy. For changes more likely to concern you, visit the Changes [...]


Related posts:<ol><li><a href='http://www.moallemi.ir/en/blog/2009/07/22/how-to-set-up-fedora-install-dvd-as-a-yum-repository/' rel='bookmark' title='How to set up Fedora Install DVD as a Yum repository'>How to set up Fedora Install DVD as a Yum repository</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="attachment_14" class="wp-caption alignleft" style="width: 210px"><img class="size-full wp-image-14 " style="padding-right: 5px;" title="Fedora 11 Released" src="http://www.moallemi.ir/en/blog/wp-content/uploads/2009/06/f11release.png" alt="f11release" width="200" height="100" /><p class="wp-caption-text">Fedora 11 Released</p></div>
<p>Fedora has just released a new major version, Fedora 11, around six-and-a-half months after the release of Fedora 10. The changelog is extensive, but the screenshot tour shows an alluring operating system.  					You can read the entire Fedora 11 changelog <a href="http://docs.fedoraproject.org/release-notes/f11/en-US/">here</a>, but it&#8217;s rather unwieldy. For changes more likely to concern you, visit the <a href="http://docs.fedoraproject.org/release-notes/f11/en-US/sect-Release_Notes-Changes_in_Fedora_for_Desktop_Users.html">Changes in Fedora for Desktop Users</a> page for specifics on desktop, network, printing, multimedia, games, and other tweaks.</p>


<p>Related posts:<ol><li><a href='http://www.moallemi.ir/en/blog/2009/07/22/how-to-set-up-fedora-install-dvd-as-a-yum-repository/' rel='bookmark' title='How to set up Fedora Install DVD as a Yum repository'>How to set up Fedora Install DVD as a Yum repository</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.moallemi.ir/en/blog/2009/06/10/fedora-11-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

