<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To create a CentOS 5.3 EC2 AMI</title>
	<atom:link href="http://www.danysoft.org/blog/2009/10/25/how-to-create-a-centos-5-3-ec2-ami/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danysoft.org/blog/2009/10/25/how-to-create-a-centos-5-3-ec2-ami/</link>
	<description>Some pieces of me</description>
	<lastBuildDate>Sun, 29 Jan 2012 18:31:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: amazon ec2 pricing</title>
		<link>http://www.danysoft.org/blog/2009/10/25/how-to-create-a-centos-5-3-ec2-ami/comment-page-1/#comment-64700</link>
		<dc:creator>amazon ec2 pricing</dc:creator>
		<pubDate>Sun, 29 Jan 2012 18:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.danysoft.org/blog/?p=85#comment-64700</guid>
		<description>&lt;strong&gt;amazon ec2 pricing...&lt;/strong&gt;

[...]How To create a CentOS 5.3 EC2 AMI &#171; Daniele Madama[...]...</description>
		<content:encoded><![CDATA[<p><strong>amazon ec2 pricing&#8230;</strong></p>
<p>[...]How To create a CentOS 5.3 EC2 AMI &laquo; Daniele Madama[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lunch Bags</title>
		<link>http://www.danysoft.org/blog/2009/10/25/how-to-create-a-centos-5-3-ec2-ami/comment-page-1/#comment-49586</link>
		<dc:creator>Lunch Bags</dc:creator>
		<pubDate>Sun, 06 Feb 2011 20:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.danysoft.org/blog/?p=85#comment-49586</guid>
		<description>:;~ that seems to be a great topic, i really love it -:&#039;</description>
		<content:encoded><![CDATA[<p>:;~ that seems to be a great topic, i really love it -:&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robb Lovell</title>
		<link>http://www.danysoft.org/blog/2009/10/25/how-to-create-a-centos-5-3-ec2-ami/comment-page-1/#comment-47956</link>
		<dc:creator>Robb Lovell</dc:creator>
		<pubDate>Tue, 11 Jan 2011 02:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.danysoft.org/blog/?p=85#comment-47956</guid>
		<description>Use the &quot;http://mirror.centos.org/centos/5&quot; directory for the most recent CentOS.  Your yum file would look like this:

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
exclude=*-debuginfo
gpgcheck=0
obsoletes=1
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
reposdir=/dev/null
metadata_expire=1800
[base]
name=CentOS-5 – Base
baseurl=http://mirror.centos.org/centos/5/os/x86_64/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
priority=1
protect=1
#released updates
[update]
name=CentOS-5 – Updates
baseurl=http://mirror.centos.org/centos/5/updates/x86_64
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
priority=1
protect=1
#packages used/produced in the build but not released
[addons]
name=CentOS-5 – Addons
baseurl=http://mirror.centos.org/centos/5/addons/x86_64/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
priority=1
[extras]
name=CentOS 5 Extras $releasever – $basearch
baseurl=http://mirror.centos.org/centos/5/extras/x86_64/
enabled=1</description>
		<content:encoded><![CDATA[<p>Use the &#8220;http://mirror.centos.org/centos/5&#8243; directory for the most recent CentOS.  Your yum file would look like this:</p>
<p>[main]<br />
cachedir=/var/cache/yum<br />
debuglevel=2<br />
logfile=/var/log/yum.log<br />
exclude=*-debuginfo<br />
gpgcheck=0<br />
obsoletes=1<br />
pkgpolicy=newest<br />
distroverpkg=redhat-release<br />
tolerant=1<br />
exactarch=1<br />
reposdir=/dev/null<br />
metadata_expire=1800<br />
[base]<br />
name=CentOS-5 – Base<br />
baseurl=http://mirror.centos.org/centos/5/os/x86_64/<br />
gpgcheck=1<br />
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5<br />
priority=1<br />
protect=1<br />
#released updates<br />
[update]<br />
name=CentOS-5 – Updates<br />
baseurl=http://mirror.centos.org/centos/5/updates/x86_64<br />
gpgcheck=1<br />
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5<br />
priority=1<br />
protect=1<br />
#packages used/produced in the build but not released<br />
[addons]<br />
name=CentOS-5 – Addons<br />
baseurl=http://mirror.centos.org/centos/5/addons/x86_64/<br />
gpgcheck=1<br />
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5<br />
priority=1<br />
[extras]<br />
name=CentOS 5 Extras $releasever – $basearch<br />
baseurl=http://mirror.centos.org/centos/5/extras/x86_64/<br />
enabled=1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Google App Engine Experience &#187; How to create a CentOS 5.4 Amazon AMI with java and tomcat</title>
		<link>http://www.danysoft.org/blog/2009/10/25/how-to-create-a-centos-5-3-ec2-ami/comment-page-1/#comment-39970</link>
		<dc:creator>Google App Engine Experience &#187; How to create a CentOS 5.4 Amazon AMI with java and tomcat</dc:creator>
		<pubDate>Tue, 04 May 2010 19:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.danysoft.org/blog/?p=85#comment-39970</guid>
		<description>[...] is able to receive http requests on port 80. There are a lot of resources available (here, here, here, here, here, here,here and here) but none of them did exactly what I [...]</description>
		<content:encoded><![CDATA[<p>[...] is able to receive http requests on port 80. There are a lot of resources available (here, here, here, here, here, here,here and here) but none of them did exactly what I [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

