<?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 for Daniele Madama</title>
	<atom:link href="http://www.danysoft.org/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danysoft.org/blog</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>Comment on How To create a CentOS 5.3 EC2 AMI 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>Comment on Missing modules.dep on EC2 Instance by KantsevLLabs</title>
		<link>http://www.danysoft.org/blog/2010/10/22/missing-modules-dep-on-ec2-instance/comment-page-1/#comment-2207</link>
		<dc:creator>KantsevLLabs</dc:creator>
		<pubDate>Fri, 10 Jun 2011 16:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.danysoft.org/blog/?p=219#comment-2207</guid>
		<description>Hello Daniele,
thank you for the useful S3 link.

Just one correction, the &quot;depmod -a&quot; command should be executed as root.</description>
		<content:encoded><![CDATA[<p>Hello Daniele,<br />
thank you for the useful S3 link.</p>
<p>Just one correction, the &#8220;depmod -a&#8221; command should be executed as root.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To create a CentOS 5.3 EC2 AMI 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>Comment on How To create a CentOS 5.3 EC2 AMI 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>Comment on How To create a CentOS 5.3 EC2 AMI 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>
	<item>
		<title>Comment on New web vocalization service by Luca Garulli</title>
		<link>http://www.danysoft.org/blog/2010/02/22/new-web-vocalization-service/comment-page-1/#comment-38331</link>
		<dc:creator>Luca Garulli</dc:creator>
		<pubDate>Tue, 23 Feb 2010 19:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.danysoft.org/blog/?p=192#comment-38331</guid>
		<description>Amazing! I can&#039;t wait for the first public version ;-)</description>
		<content:encoded><![CDATA[<p>Amazing! I can&#8217;t wait for the first public version <img src='http://www.danysoft.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New web vocalization service by Paperinik</title>
		<link>http://www.danysoft.org/blog/2010/02/22/new-web-vocalization-service/comment-page-1/#comment-38289</link>
		<dc:creator>Paperinik</dc:creator>
		<pubDate>Mon, 22 Feb 2010 15:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.danysoft.org/blog/?p=192#comment-38289</guid>
		<description>That sounds gorgeous!!!!
I&#039;m looking forward for your blog to be read aloud!
Great job and great idea ;-)</description>
		<content:encoded><![CDATA[<p>That sounds gorgeous!!!!<br />
I&#8217;m looking forward for your blog to be read aloud!<br />
Great job and great idea <img src='http://www.danysoft.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apple assistance by Apple&#8230; &#171; Daniele Madama</title>
		<link>http://www.danysoft.org/blog/2006/11/07/apple-assistance/comment-page-1/#comment-36260</link>
		<dc:creator>Apple&#8230; &#171; Daniele Madama</dc:creator>
		<pubDate>Sun, 20 Dec 2009 17:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.danysoft.org/blog/?p=55#comment-36260</guid>
		<description>[...] in the last post I wrote about my MacBook Pro hardware problems, I have it back from the assistance. My hard [...]</description>
		<content:encoded><![CDATA[<p>[...] in the last post I wrote about my MacBook Pro hardware problems, I have it back from the assistance. My hard [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apple, I love you! by MBP: a possible fan issue? &#171; Daniele Madama</title>
		<link>http://www.danysoft.org/blog/2006/12/11/apple-i-love-you/comment-page-1/#comment-36259</link>
		<dc:creator>MBP: a possible fan issue? &#171; Daniele Madama</dc:creator>
		<pubDate>Sun, 20 Dec 2009 17:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.danysoft.org/blog/?p=60#comment-36259</guid>
		<description>[...] guys, I&#8217;m here to write about another possible Apple MBP problem. After the last post, I received some hints to install a software under MacOSX for increment the fan speed. So [...]</description>
		<content:encoded><![CDATA[<p>[...] guys, I&#8217;m here to write about another possible Apple MBP problem. After the last post, I received some hints to install a software under MacOSX for increment the fan speed. So [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apple&#8230; by Used Macbooks</title>
		<link>http://www.danysoft.org/blog/2006/11/27/apple/comment-page-1/#comment-34062</link>
		<dc:creator>Used Macbooks</dc:creator>
		<pubDate>Sat, 17 Oct 2009 11:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.danysoft.org/blog/?p=56#comment-34062</guid>
		<description>It is great to know that your problems have finally been solved by the technical team of apple.The technical team is always at work and can work really fast.</description>
		<content:encoded><![CDATA[<p>It is great to know that your problems have finally been solved by the technical team of apple.The technical team is always at work and can work really fast.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

