<?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 Eitan Burcat</title>
	<atom:link href="http://www.eburcat.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eburcat.com</link>
	<description>Hacks, סביבה, and more...</description>
	<lastBuildDate>Fri, 16 Jul 2010 16:03:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Kindle 2, in Israel by Kindle 2 Skins</title>
		<link>http://www.eburcat.com/2009/10/kindle-2-in-israel/comment-page-1/#comment-5609</link>
		<dc:creator>Kindle 2 Skins</dc:creator>
		<pubDate>Fri, 16 Jul 2010 16:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.eburcat.com/?p=289#comment-5609</guid>
		<description>&lt;strong&gt;Great site!...&lt;/strong&gt;

[...]Today I was reading this great blog post and I wanted to link to it [...]...</description>
		<content:encoded><![CDATA[<p><strong>Great site!&#8230;</strong></p>
<p>[...]Today I was reading this great blog post and I wanted to link to it [...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSHing into a Windows Server on Amazon&#8217;s EC2 by John Hart</title>
		<link>http://www.eburcat.com/2009/05/sshing-into-a-windows-server-on-amazons-ec2/comment-page-1/#comment-5493</link>
		<dc:creator>John Hart</dc:creator>
		<pubDate>Fri, 02 Jul 2010 01:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.eburcat.com/?p=274#comment-5493</guid>
		<description>That update_cygwin script does a lot of stuff, making me suspect is is brittle.  We went the AutoExNT route suggested above but found a much simpler implementation: we use AutoExNT to run ssh-host-config at startup if the service isn&#039;t already running.  AutoExNT&#039;s batch file checks the instance&#039;s user-data and, if desired, runs this bash script:

if ! cygrunsrv -Q sshd; then
  ssh-host-config -y -c ntsec -w 
  net start sshd
  fi

As a matter of hygiene we don&#039;t run this script on our AMI source instances - in other words, our AMI source image lineage never has sshd turned on.  Instead, the above script is only run on production instances that are launched from our rebundled AMIs but which are not themselves destined to be rebundled.

To circle back, that&#039;s where checking user-data comes in - to decide whether or not to run ssh-host-config.  However, I do believe the above solution works even if you&#039;re working off an AMI that itself had run ssh-host-config previously, but we don&#039;t do it as a matter of course.  YMMV.</description>
		<content:encoded><![CDATA[<p>That update_cygwin script does a lot of stuff, making me suspect is is brittle.  We went the AutoExNT route suggested above but found a much simpler implementation: we use AutoExNT to run ssh-host-config at startup if the service isn&#8217;t already running.  AutoExNT&#8217;s batch file checks the instance&#8217;s user-data and, if desired, runs this bash script:</p>
<p>if ! cygrunsrv -Q sshd; then<br />
  ssh-host-config -y -c ntsec -w<br />
  net start sshd<br />
  fi</p>
<p>As a matter of hygiene we don&#8217;t run this script on our AMI source instances &#8211; in other words, our AMI source image lineage never has sshd turned on.  Instead, the above script is only run on production instances that are launched from our rebundled AMIs but which are not themselves destined to be rebundled.</p>
<p>To circle back, that&#8217;s where checking user-data comes in &#8211; to decide whether or not to run ssh-host-config.  However, I do believe the above solution works even if you&#8217;re working off an AMI that itself had run ssh-host-config previously, but we don&#8217;t do it as a matter of course.  YMMV.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kindle 2, in Israel by Nadav Amir</title>
		<link>http://www.eburcat.com/2009/10/kindle-2-in-israel/comment-page-1/#comment-5169</link>
		<dc:creator>Nadav Amir</dc:creator>
		<pubDate>Mon, 24 May 2010 22:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.eburcat.com/?p=289#comment-5169</guid>
		<description>Yes you can download straight to the kindle but there is a ~3$ extra for &quot;international delivery&quot;. there is no problem charging (with an adapter).</description>
		<content:encoded><![CDATA[<p>Yes you can download straight to the kindle but there is a ~3$ extra for &#8220;international delivery&#8221;. there is no problem charging (with an adapter).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kindle 2, in Israel by Barbara Resnick</title>
		<link>http://www.eburcat.com/2009/10/kindle-2-in-israel/comment-page-1/#comment-4133</link>
		<dc:creator>Barbara Resnick</dc:creator>
		<pubDate>Fri, 05 Mar 2010 14:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.eburcat.com/?p=289#comment-4133</guid>
		<description>Dror, I am thinking of buying a Kindle 2.  I see that you say that the international edition works perfectly in Israel.  Do you have to download to your computer first or can you download straight to the Kindle?  Any trouble buying books?  Charging?</description>
		<content:encoded><![CDATA[<p>Dror, I am thinking of buying a Kindle 2.  I see that you say that the international edition works perfectly in Israel.  Do you have to download to your computer first or can you download straight to the Kindle?  Any trouble buying books?  Charging?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSHing into a Windows Server on Amazon&#8217;s EC2 by Eitan Burcat</title>
		<link>http://www.eburcat.com/2009/05/sshing-into-a-windows-server-on-amazons-ec2/comment-page-1/#comment-3443</link>
		<dc:creator>Eitan Burcat</dc:creator>
		<pubDate>Tue, 26 Jan 2010 12:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.eburcat.com/?p=274#comment-3443</guid>
		<description>Update: we decided to abandon SSHding into machines, we had too many problems with cygwin - probably it&#039;s still not ready for production in virtualized machines.
Update 2: Instead of autoexnt we now use group policy to auto start applications on machine loading.
Update 3: Bundling might not be that problematic anymore, with EBS machines.</description>
		<content:encoded><![CDATA[<p>Update: we decided to abandon SSHding into machines, we had too many problems with cygwin &#8211; probably it&#8217;s still not ready for production in virtualized machines.<br />
Update 2: Instead of autoexnt we now use group policy to auto start applications on machine loading.<br />
Update 3: Bundling might not be that problematic anymore, with EBS machines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kindle 2, in Israel by Dror Engel</title>
		<link>http://www.eburcat.com/2009/10/kindle-2-in-israel/comment-page-1/#comment-3419</link>
		<dc:creator>Dror Engel</dc:creator>
		<pubDate>Sun, 24 Jan 2010 15:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.eburcat.com/?p=289#comment-3419</guid>
		<description>works perfect in Israel! buy the international edition</description>
		<content:encoded><![CDATA[<p>works perfect in Israel! buy the international edition</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kindle 2, in Israel by Nadav Amir</title>
		<link>http://www.eburcat.com/2009/10/kindle-2-in-israel/comment-page-1/#comment-3407</link>
		<dc:creator>Nadav Amir</dc:creator>
		<pubDate>Sat, 23 Jan 2010 03:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.eburcat.com/?p=289#comment-3407</guid>
		<description>Hi, 
(What&#039;s up Leo?)
I found this coverage map through Amazon (click my name): 

http://client0.cellmaps.com/tabs.html#cellmaps_intl_tab

Which seems to indicate there is coverage in israel, however I don&#039;t know if this counts only for the Amazon store or to the Wikipedia etc as well, did you figure it out?
I&#039;m in the U.S right now and considering getting one to bring home with me.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
(What&#8217;s up Leo?)<br />
I found this coverage map through Amazon (click my name): </p>
<p><a href="http://client0.cellmaps.com/tabs.html#cellmaps_intl_tab" rel="nofollow">http://client0.cellmaps.com/tabs.html#cellmaps_intl_tab</a></p>
<p>Which seems to indicate there is coverage in israel, however I don&#8217;t know if this counts only for the Amazon store or to the Wikipedia etc as well, did you figure it out?<br />
I&#8217;m in the U.S right now and considering getting one to bring home with me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kindle 2, in Israel by Eitan Burcat</title>
		<link>http://www.eburcat.com/2009/10/kindle-2-in-israel/comment-page-1/#comment-3013</link>
		<dc:creator>Eitan Burcat</dc:creator>
		<pubDate>Mon, 21 Dec 2009 20:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.eburcat.com/?p=289#comment-3013</guid>
		<description>Update: it recently started to read PDF files natively, without the need for conversion. Tried to read a couple of books like this and it works really well, including the graphics and everything.</description>
		<content:encoded><![CDATA[<p>Update: it recently started to read PDF files natively, without the need for conversion. Tried to read a couple of books like this and it works really well, including the graphics and everything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on רכב אחד פחות by רופא שיניים</title>
		<link>http://www.eburcat.com/2009/01/%d7%a8%d7%9b%d7%91-%d7%90%d7%97%d7%93-%d7%a4%d7%97%d7%95%d7%aa/comment-page-1/#comment-2516</link>
		<dc:creator>רופא שיניים</dc:creator>
		<pubDate>Sat, 07 Nov 2009 16:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.eburcat.com/?p=168#comment-2516</guid>
		<description>יש להם אחלה שירות, אני משתמש בו לפחות פעם בשבועיים</description>
		<content:encoded><![CDATA[<p>יש להם אחלה שירות, אני משתמש בו לפחות פעם בשבועיים</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kindle 2, in Israel by Leo Menis</title>
		<link>http://www.eburcat.com/2009/10/kindle-2-in-israel/comment-page-1/#comment-2289</link>
		<dc:creator>Leo Menis</dc:creator>
		<pubDate>Fri, 16 Oct 2009 07:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.eburcat.com/?p=289#comment-2289</guid>
		<description>For all those considering getting a kindle, this month Amazaon releases an international version that will support wireless access, and I guess will handle the US bank account issue.
So pay attention when u make the purchase (it is slightly more expensive).</description>
		<content:encoded><![CDATA[<p>For all those considering getting a kindle, this month Amazaon releases an international version that will support wireless access, and I guess will handle the US bank account issue.<br />
So pay attention when u make the purchase (it is slightly more expensive).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
