<?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"
	>
<channel>
	<title>Comments for Linux by Examples</title>
	<atom:link href="http://linux.byexamples.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.byexamples.com</link>
	<description>We explain every GNU/Linux command by examples in this blog!</description>
	<pubDate>Fri, 19 Mar 2010 01:34:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Comment on Mounting ftp host to local directory on top of FUSE by Seabird</title>
		<link>http://linux.byexamples.com/archives/344/mounting-ftp-host-to-local-directory-on-top-of-fuse/#comment-99389</link>
		<dc:creator>Seabird</dc:creator>
		<pubDate>Wed, 17 Mar 2010 17:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://linux.byexamples.com/archives/344/mounting-ftp-host-to-local-directory-on-top-of-fuse/#comment-99389</guid>
		<description>The option _netdev should be added to the /etc/fstab lines.
Mount will then wait until network is running before mounting.</description>
		<content:encoded><![CDATA[<p>The option _netdev should be added to the /etc/fstab lines.<br />
Mount will then wait until network is running before mounting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python: Manipulate string or binary bytes with StringIO by radyo dinle</title>
		<link>http://linux.byexamples.com/archives/483/python-manipulate-string-or-binary-bytes-with-stringio/#comment-99386</link>
		<dc:creator>radyo dinle</dc:creator>
		<pubDate>Wed, 17 Mar 2010 11:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://linux.byexamples.com/?p=483#comment-99386</guid>
		<description>tanks for you adminbey</description>
		<content:encoded><![CDATA[<p>tanks for you adminbey</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on setting up http proxy at console by Jaime Garcia</title>
		<link>http://linux.byexamples.com/archives/187/setting-up-http-proxy-at-console/#comment-99377</link>
		<dc:creator>Jaime Garcia</dc:creator>
		<pubDate>Thu, 04 Mar 2010 02:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://lne.blogdns.com/lbe/archives/187/setting-up-http-proxy-at-console/#comment-99377</guid>
		<description>hi
you can put the line in /etc/environment
or
you can add same line into your .bashrc, in your home directory</description>
		<content:encoded><![CDATA[<p>hi<br />
you can put the line in /etc/environment<br />
or<br />
you can add same line into your .bashrc, in your home directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simple usage of tcpdump by A</title>
		<link>http://linux.byexamples.com/archives/283/simple-usage-of-tcpdump/#comment-99376</link>
		<dc:creator>A</dc:creator>
		<pubDate>Wed, 03 Mar 2010 20:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://linux.byexamples.com/archives/283/simple-usage-of-tcpdump/#comment-99376</guid>
		<description>I want to analyse of Sequence Numbers(SN) of 100,000 SYN packets that I have collected. Anyone know how can I get only the packets SN?

Thanks,</description>
		<content:encoded><![CDATA[<p>I want to analyse of Sequence Numbers(SN) of 100,000 SYN packets that I have collected. Anyone know how can I get only the packets SN?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting ftp host to local directory on top of FUSE by DanielN</title>
		<link>http://linux.byexamples.com/archives/344/mounting-ftp-host-to-local-directory-on-top-of-fuse/#comment-99375</link>
		<dc:creator>DanielN</dc:creator>
		<pubDate>Wed, 03 Mar 2010 19:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://linux.byexamples.com/archives/344/mounting-ftp-host-to-local-directory-on-top-of-fuse/#comment-99375</guid>
		<description>I had problems writing/saving remote files through ex emacs but by passing the direct_io in the -o switch it works.

"curlftpfs -o allow_other,direct_io ftp://..."</description>
		<content:encoded><![CDATA[<p>I had problems writing/saving remote files through ex emacs but by passing the direct_io in the -o switch it works.</p>
<p>&#8220;curlftpfs -o allow_other,direct_io <a href="ftp://.." rel="nofollow">ftp://..</a>.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to redirect output to a file as well as display it out by Erin</title>
		<link>http://linux.byexamples.com/archives/349/how-to-redirect-output-to-a-file-as-well-as-display-it-out/#comment-99374</link>
		<dc:creator>Erin</dc:creator>
		<pubDate>Wed, 03 Mar 2010 15:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://linux.byexamples.com/archives/349/how-to-redirect-output-to-a-file-as-well-as-display-it-out/#comment-99374</guid>
		<description>Have you ever piped output through firefox to a file?  Would use lynx but its an unsupported browser for the webpage I'm trying to copy down.</description>
		<content:encoded><![CDATA[<p>Have you ever piped output through firefox to a file?  Would use lynx but its an unsupported browser for the webpage I&#8217;m trying to copy down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on sometimes, grep alone is enough to do the task by doobiest</title>
		<link>http://linux.byexamples.com/archives/503/sometimes-grep-alone-is-enough-to-do-the-task/#comment-99359</link>
		<dc:creator>doobiest</dc:creator>
		<pubDate>Sun, 28 Feb 2010 08:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://linux.byexamples.com/?p=503#comment-99359</guid>
		<description>I dont think there's anything wrong with cat file&#124;grep "search term" under certain circumstances.  If you're going to continually grep the same file for various things it's easier to cat it to a grep, it's easier because you can change the search string faster as it's at the end of the line instead of in the middle.  

If I was going to grep various files for one search term I would use grep "search term" filename, because now the filename is at the end.  It's all about context and the type of repetition.</description>
		<content:encoded><![CDATA[<p>I dont think there&#8217;s anything wrong with cat file|grep &#8220;search term&#8221; under certain circumstances.  If you&#8217;re going to continually grep the same file for various things it&#8217;s easier to cat it to a grep, it&#8217;s easier because you can change the search string faster as it&#8217;s at the end of the line instead of in the middle.  </p>
<p>If I was going to grep various files for one search term I would use grep &#8220;search term&#8221; filename, because now the filename is at the end.  It&#8217;s all about context and the type of repetition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on python: writing binary file by werther</title>
		<link>http://linux.byexamples.com/archives/478/python-writing-binary-file/#comment-99355</link>
		<dc:creator>werther</dc:creator>
		<pubDate>Sat, 27 Feb 2010 23:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://linux.byexamples.com/?p=478#comment-99355</guid>
		<description>Thanks! I was searching how to get images from a website, which haven't got correct extensions... Using urllib, re and writing a binary file gives me quite useful effect. :)</description>
		<content:encoded><![CDATA[<p>Thanks! I was searching how to get images from a website, which haven&#8217;t got correct extensions&#8230; Using urllib, re and writing a binary file gives me quite useful effect. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on open multiple files in tabs, vim 7 can do that. by graywh</title>
		<link>http://linux.byexamples.com/archives/25/open-multiple-files-in-tabs-vim-7-can-do-that/#comment-99340</link>
		<dc:creator>graywh</dc:creator>
		<pubDate>Wed, 24 Feb 2010 22:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://mysurface.no-ip.org/blog/?p=25#comment-99340</guid>
		<description>Actually, if you just ":set hidden" you can change buffers without saving first.  There's no need to use one buffer per tabpage.</description>
		<content:encoded><![CDATA[<p>Actually, if you just &#8220;:set hidden&#8221; you can change buffers without saving first.  There&#8217;s no need to use one buffer per tabpage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on grep multiple lines by Allan</title>
		<link>http://linux.byexamples.com/archives/304/grep-multiple-lines/#comment-99332</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Tue, 23 Feb 2010 18:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://linux.byexamples.com/archives/304/grep-multiple-lines/#comment-99332</guid>
		<description>That is an awesome tip.  I was going to write an Perl script to extract stuff like this, but figure I should check Grep's awesome utility first.  Thanks!!</description>
		<content:encoded><![CDATA[<p>That is an awesome tip.  I was going to write an Perl script to extract stuff like this, but figure I should check Grep&#8217;s awesome utility first.  Thanks!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
