<?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 Mike Gerwitz</title>
	<atom:link href="http://mikegerwitz.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikegerwitz.com</link>
	<description>Free Software Hacker</description>
	<lastBuildDate>Wed, 04 Jan 2012 23:15:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on ssh-copy-id and sshd port by Mike Gerwitz</title>
		<link>http://mikegerwitz.com/ssh-copy-id-and-sshd-port/comment-page-1/#comment-265</link>
		<dc:creator>Mike Gerwitz</dc:creator>
		<pubDate>Wed, 04 Jan 2012 23:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikegerwitz.com/2009/10/07/ssh-copy-id-and-sshd-port/#comment-265</guid>
		<description>juan - you are correct. In my case it did not matter (as the usernames were the same on both systems). I modified the post to quote the tilde in order to remove that confusion.</description>
		<content:encoded><![CDATA[<p>juan &#8211; you are correct. In my case it did not matter (as the usernames were the same on both systems). I modified the post to quote the tilde in order to remove that confusion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ssh-copy-id and sshd port by kb.hurricane-ridge.com / Use a non-default port with ssh-copy-id</title>
		<link>http://mikegerwitz.com/ssh-copy-id-and-sshd-port/comment-page-1/#comment-264</link>
		<dc:creator>kb.hurricane-ridge.com / Use a non-default port with ssh-copy-id</dc:creator>
		<pubDate>Mon, 26 Dec 2011 13:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikegerwitz.com/2009/10/07/ssh-copy-id-and-sshd-port/#comment-264</guid>
		<description>[...] tip to Mike Gerwitz for getting me looking in the right direction, although the solution described on his blog does not [...]</description>
		<content:encoded><![CDATA[<p>[...] tip to Mike Gerwitz for getting me looking in the right direction, although the solution described on his blog does not [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Performance: Array Iteration by KJ</title>
		<link>http://mikegerwitz.com/php-performance-array-iteration/comment-page-1/#comment-262</link>
		<dc:creator>KJ</dc:creator>
		<pubDate>Wed, 28 Sep 2011 09:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikegerwitz.com/?p=273#comment-262</guid>
		<description>Thanks for this. I always wondered just how expensive method calls were inside a loop as opposed to putting the logic within the loop itself.</description>
		<content:encoded><![CDATA[<p>Thanks for this. I always wondered just how expensive method calls were inside a loop as opposed to putting the logic within the loop itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ssh-copy-id and sshd port by fak3r</title>
		<link>http://mikegerwitz.com/ssh-copy-id-and-sshd-port/comment-page-1/#comment-261</link>
		<dc:creator>fak3r</dc:creator>
		<pubDate>Mon, 19 Sep 2011 16:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikegerwitz.com/2009/10/07/ssh-copy-id-and-sshd-port/#comment-261</guid>
		<description>this worked for me too, thanks - and yes, the error was confusing!</description>
		<content:encoded><![CDATA[<p>this worked for me too, thanks &#8211; and yes, the error was confusing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ssh-copy-id and sshd port by Mike</title>
		<link>http://mikegerwitz.com/ssh-copy-id-and-sshd-port/comment-page-1/#comment-259</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 28 Aug 2011 00:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikegerwitz.com/2009/10/07/ssh-copy-id-and-sshd-port/#comment-259</guid>
		<description>Thanks very much for not only a solution, but the explanation. It was just what I needed.</description>
		<content:encoded><![CDATA[<p>Thanks very much for not only a solution, but the explanation. It was just what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ssh-copy-id and sshd port by juan</title>
		<link>http://mikegerwitz.com/ssh-copy-id-and-sshd-port/comment-page-1/#comment-258</link>
		<dc:creator>juan</dc:creator>
		<pubDate>Thu, 25 Aug 2011 22:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikegerwitz.com/2009/10/07/ssh-copy-id-and-sshd-port/#comment-258</guid>
		<description>ok, ... I know this post is .... out of date, but ...

I was thinking in people finding help now.

I think that the problem is not the port assigned to ssh, but the use of the characer tilde (this represents home isn&#039;t it?) in the command, when someone enclose the line like  &quot;ssh xxxx ....&quot;  this &quot;escapes&quot; the character tilde and your command works ok.

Am I wrong?

Thanks in advance.
(Sorry I can&#039;t include the character tilde right now!)</description>
		<content:encoded><![CDATA[<p>ok, &#8230; I know this post is &#8230;. out of date, but &#8230;</p>
<p>I was thinking in people finding help now.</p>
<p>I think that the problem is not the port assigned to ssh, but the use of the characer tilde (this represents home isn&#8217;t it?) in the command, when someone enclose the line like  &#8220;ssh xxxx &#8230;.&#8221;  this &#8220;escapes&#8221; the character tilde and your command works ok.</p>
<p>Am I wrong?</p>
<p>Thanks in advance.<br />
(Sorry I can&#8217;t include the character tilde right now!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ssh-copy-id and sshd port by Pascal</title>
		<link>http://mikegerwitz.com/ssh-copy-id-and-sshd-port/comment-page-1/#comment-257</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Fri, 12 Aug 2011 14:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikegerwitz.com/2009/10/07/ssh-copy-id-and-sshd-port/#comment-257</guid>
		<description>Thank you for saving my time! :)</description>
		<content:encoded><![CDATA[<p>Thank you for saving my time! <img src='http://mikegerwitz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Performance: Array Iteration by Abhishek Kaushik</title>
		<link>http://mikegerwitz.com/php-performance-array-iteration/comment-page-1/#comment-256</link>
		<dc:creator>Abhishek Kaushik</dc:creator>
		<pubDate>Tue, 26 Jul 2011 14:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikegerwitz.com/?p=273#comment-256</guid>
		<description>good article, thanks very much for sharing.</description>
		<content:encoded><![CDATA[<p>good article, thanks very much for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sansa e280v2 Regrets &amp; Guide for GNU/Linux by LenW</title>
		<link>http://mikegerwitz.com/sansa-e280v2-regrets-guide-for-gnulinux/comment-page-1/#comment-250</link>
		<dc:creator>LenW</dc:creator>
		<pubDate>Wed, 02 Feb 2011 21:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikegerwitz.com/?p=21#comment-250</guid>
		<description>Well, just after writing my question, I answered most of them:

 - use DOS line-endings (CRLF)
 - first line is #EXTM3U
 - list files one per line
 - use DOS directory-separator - \
 - one way is to use filenames relative to the directory 
      containing the playlist 
    - this works for both onboard files and the microSD
 - blank lines and comments starting with # are allowed

so something like this works in either \MUSIC\ folder :
  (where ^M represents a carriage return 
	- as shown with cat -v )

#EXTM3U^M
dir1\dir2a\my-song1.mp3^M
dir1\dir2b\my-song2.mp3^M
dir1\my-song3.mp3^M

So my only remaining question is how do I mix 
onboard files with files on the microSD card ?

Thanks for listening,
-Len</description>
		<content:encoded><![CDATA[<p>Well, just after writing my question, I answered most of them:</p>
<p> &#8211; use DOS line-endings (CRLF)<br />
 &#8211; first line is #EXTM3U<br />
 &#8211; list files one per line<br />
 &#8211; use DOS directory-separator &#8211; \<br />
 &#8211; one way is to use filenames relative to the directory<br />
      containing the playlist<br />
    &#8211; this works for both onboard files and the microSD<br />
 &#8211; blank lines and comments starting with # are allowed</p>
<p>so something like this works in either \MUSIC\ folder :<br />
  (where ^M represents a carriage return<br />
	- as shown with cat -v )</p>
<p>#EXTM3U^M<br />
dir1\dir2a\my-song1.mp3^M<br />
dir1\dir2b\my-song2.mp3^M<br />
dir1\my-song3.mp3^M</p>
<p>So my only remaining question is how do I mix<br />
onboard files with files on the microSD card ?</p>
<p>Thanks for listening,<br />
-Len</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sansa e280v2 Regrets &amp; Guide for GNU/Linux by Len Weisberg</title>
		<link>http://mikegerwitz.com/sansa-e280v2-regrets-guide-for-gnulinux/comment-page-1/#comment-249</link>
		<dc:creator>Len Weisberg</dc:creator>
		<pubDate>Wed, 02 Feb 2011 20:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikegerwitz.com/?p=21#comment-249</guid>
		<description>Sorry if this question seems like ancient history, but I just
can&#039;t find the answer out there.

You say that I can use EasyTag to write a playlist for the 
e280v2 I just bought on eBay.  But there are quite a few 
options in easytag:
Eg, relative/full-path, DOS-separator, list/info ...
Also, are there any headers needed (lines starting with #) ?
And are DOS line-endings required?
    
Could you please post just small examples of working M3U lists.
Could you please post a few small examples of working 
M3U lists:  I would love to see one for the onboard files, 
one for the microSD card, and one mixed if that is possible.

Thanks so much for the article, but I sure could use just a bit
more help.</description>
		<content:encoded><![CDATA[<p>Sorry if this question seems like ancient history, but I just<br />
can&#8217;t find the answer out there.</p>
<p>You say that I can use EasyTag to write a playlist for the<br />
e280v2 I just bought on eBay.  But there are quite a few<br />
options in easytag:<br />
Eg, relative/full-path, DOS-separator, list/info &#8230;<br />
Also, are there any headers needed (lines starting with #) ?<br />
And are DOS line-endings required?</p>
<p>Could you please post just small examples of working M3U lists.<br />
Could you please post a few small examples of working<br />
M3U lists:  I would love to see one for the onboard files,<br />
one for the microSD card, and one mixed if that is possible.</p>
<p>Thanks so much for the article, but I sure could use just a bit<br />
more help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

