<?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: Linux Commands You Need to Know as Web Developer</title>
	<atom:link href="http://komunitasweb.com/2009/04/linux-commands-you-need-to-know-as-web-developer/feed/" rel="self" type="application/rss+xml" />
	<link>http://komunitasweb.com/2009/04/linux-commands-you-need-to-know-as-web-developer/</link>
	<description>Web Developer Tutorial</description>
	<lastBuildDate>Wed, 28 Jul 2010 16:50:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Eric Wendelin</title>
		<link>http://komunitasweb.com/2009/04/linux-commands-you-need-to-know-as-web-developer/comment-page-1/#comment-302</link>
		<dc:creator>Eric Wendelin</dc:creator>
		<pubDate>Tue, 07 Apr 2009 19:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=238#comment-302</guid>
		<description>You&#039;ll probably want to add &quot;find&quot; and &quot;grep&quot;. Amazingly useful for web development. You can easily find good tutorials from my site if you like.</description>
		<content:encoded><![CDATA[<p>You&#8217;ll probably want to add &#8220;find&#8221; and &#8220;grep&#8221;. Amazingly useful for web development. You can easily find good tutorials from my site if you like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marocchino</title>
		<link>http://komunitasweb.com/2009/04/linux-commands-you-need-to-know-as-web-developer/comment-page-1/#comment-300</link>
		<dc:creator>marocchino</dc:creator>
		<pubDate>Tue, 07 Apr 2009 12:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=238#comment-300</guid>
		<description>if you know to server is working,maybe &quot;nmap&quot; is useful for the checking port. :p</description>
		<content:encoded><![CDATA[<p>if you know to server is working,maybe &#8220;nmap&#8221; is useful for the checking port. :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ghee</title>
		<link>http://komunitasweb.com/2009/04/linux-commands-you-need-to-know-as-web-developer/comment-page-1/#comment-298</link>
		<dc:creator>Ghee</dc:creator>
		<pubDate>Tue, 07 Apr 2009 11:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=238#comment-298</guid>
		<description>Don&#039;t forget wget - grab web pages from the command line.  Invaluable when you want to see what your browser is really getting from the server.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget wget &#8211; grab web pages from the command line.  Invaluable when you want to see what your browser is really getting from the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Borup Jensen</title>
		<link>http://komunitasweb.com/2009/04/linux-commands-you-need-to-know-as-web-developer/comment-page-1/#comment-297</link>
		<dc:creator>Lars Borup Jensen</dc:creator>
		<pubDate>Tue, 07 Apr 2009 11:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=238#comment-297</guid>
		<description>Most likely you&#039;d poke around various log files which in most linux variants are found under /var/log/

&quot;less&quot; is a cool tool frequently used to view even large files

&quot;tail&quot; tail is capable of viewing the &quot;back&quot; of a file meaning from the last lines. &quot;tail -f&quot; will keep showing you the newest lines appended to the file.

&quot;grep&quot; is extremely useful to find specific words or patterns in both files and in piped data. E.g. &quot;grep SomeWord myfile.txt&quot; or &quot;cat myfile.txt &#124; grep &quot;SomeWord&quot;

&quot;awk&quot; is a useful language for handle more complex scenarios, also in conjunction with pipes.

well - the list just goes on and on...</description>
		<content:encoded><![CDATA[<p>Most likely you&#8217;d poke around various log files which in most linux variants are found under /var/log/</p>
<p>&#8220;less&#8221; is a cool tool frequently used to view even large files</p>
<p>&#8220;tail&#8221; tail is capable of viewing the &#8220;back&#8221; of a file meaning from the last lines. &#8220;tail -f&#8221; will keep showing you the newest lines appended to the file.</p>
<p>&#8220;grep&#8221; is extremely useful to find specific words or patterns in both files and in piped data. E.g. &#8220;grep SomeWord myfile.txt&#8221; or &#8220;cat myfile.txt | grep &#8220;SomeWord&#8221;</p>
<p>&#8220;awk&#8221; is a useful language for handle more complex scenarios, also in conjunction with pipes.</p>
<p>well &#8211; the list just goes on and on&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linux Commands You Need to Know as Web Developer &#124; KomunitasWeb &#124; Knowing</title>
		<link>http://komunitasweb.com/2009/04/linux-commands-you-need-to-know-as-web-developer/comment-page-1/#comment-292</link>
		<dc:creator>Linux Commands You Need to Know as Web Developer &#124; KomunitasWeb &#124; Knowing</dc:creator>
		<pubDate>Mon, 06 Apr 2009 15:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=238#comment-292</guid>
		<description>[...] Linux Commands You Need to Know as Web Developer &#124; KomunitasWeb  Author: admin   Time: Monday, April 6th, 2009 at 8:19 am   Category: DESIGN, LINUX/UNIX   [...]</description>
		<content:encoded><![CDATA[<p>[...] Linux Commands You Need to Know as Web Developer | KomunitasWeb  Author: admin   Time: Monday, April 6th, 2009 at 8:19 am   Category: DESIGN, LINUX/UNIX   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mac &#124; Linux Commands You Need to Know as Web Developer &#124; Download Free Software</title>
		<link>http://komunitasweb.com/2009/04/linux-commands-you-need-to-know-as-web-developer/comment-page-1/#comment-291</link>
		<dc:creator>Mac &#124; Linux Commands You Need to Know as Web Developer &#124; Download Free Software</dc:creator>
		<pubDate>Mon, 06 Apr 2009 13:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=238#comment-291</guid>
		<description>[...] the original post: Linux Commands You Need to Know as Web Developer Nessun tag per questo [...]</description>
		<content:encoded><![CDATA[<p>[...] the original post: Linux Commands You Need to Know as Web Developer Nessun tag per questo [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
