<?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 Linux Apache MySQL PHP Tips</title>
	<atom:link href="http://www.lamp-tips.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lamp-tips.com</link>
	<description>Tips for Linux, Apache, MySQL and PHP</description>
	<pubDate>Thu, 11 Mar 2010 06:03:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on man yum - Man page for yum by JR Blog &#187; Blog Archive &#187; Linux: opciones de yum que no conoces</title>
		<link>http://www.lamp-tips.com/man-pages/yum/comment-page-1/#comment-90</link>
		<dc:creator>JR Blog &#187; Blog Archive &#187; Linux: opciones de yum que no conoces</dc:creator>
		<pubDate>Fri, 19 Jun 2009 23:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/yum#comment-90</guid>
		<description>[...] Para saber que mas se puede hacer con yum: man yum. [...]</description>
		<content:encoded><![CDATA[<p>[...] Para saber que mas se puede hacer con yum: man yum. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on man telnet - Man page for telnet by Telnet: shell script to issue commands to telnet session. &#124; Technology: Learn and Share</title>
		<link>http://www.lamp-tips.com/man-pages/telnet/comment-page-1/#comment-82</link>
		<dc:creator>Telnet: shell script to issue commands to telnet session. &#124; Technology: Learn and Share</dc:creator>
		<pubDate>Thu, 08 Jan 2009 20:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/telnet#comment-82</guid>
		<description>[...] is a quick post to show how one can issue commands to telnet session from a shell script or command line with out going into interactive mode. I use this to get [...]</description>
		<content:encoded><![CDATA[<p>[...] is a quick post to show how one can issue commands to telnet session from a shell script or command line with out going into interactive mode. I use this to get [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on man wget - Man page for wget by Linux: How do you find out what your server&#8217;s outgoing ip is? &#124; Technology: Learn and Share</title>
		<link>http://www.lamp-tips.com/man-pages/wget/comment-page-1/#comment-70</link>
		<dc:creator>Linux: How do you find out what your server&#8217;s outgoing ip is? &#124; Technology: Learn and Share</dc:creator>
		<pubDate>Thu, 04 Sep 2008 14:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/wget#comment-70</guid>
		<description>[...] wget -q -O $SSH_TTY http://www.whatismyip.com/automation/n09230945.asp [...]</description>
		<content:encoded><![CDATA[<p>[...] wget -q -O $SSH_TTY <a href="http://www.whatismyip.com/automation/n09230945.asp" rel="nofollow">http://www.whatismyip.com/automation/n09230945.asp</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on man who - Man page for who by Linux: How do you find out what your server&#8217;s outgoing ip is? &#124; Technology: Learn and Share</title>
		<link>http://www.lamp-tips.com/man-pages/who/comment-page-1/#comment-69</link>
		<dc:creator>Linux: How do you find out what your server&#8217;s outgoing ip is? &#124; Technology: Learn and Share</dc:creator>
		<pubDate>Thu, 04 Sep 2008 14:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/who#comment-69</guid>
		<description>[...] just login to another external server from the server in question and find out by looking at &#8220;who&#8221; what my outgoing ip is.  Even though it works and I am so used to it, today I decided to [...]</description>
		<content:encoded><![CDATA[<p>[...] just login to another external server from the server in question and find out by looking at &#8220;who&#8221; what my outgoing ip is.  Even though it works and I am so used to it, today I decided to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Man page for rename by Quick tip: how do you rename all files so spaces are converted to underscores? &#124; Technology: Learn and Share</title>
		<link>http://www.lamp-tips.com/uncategorized/rename/comment-page-1/#comment-68</link>
		<dc:creator>Quick tip: how do you rename all files so spaces are converted to underscores? &#124; Technology: Learn and Share</dc:creator>
		<pubDate>Mon, 25 Aug 2008 23:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/rename#comment-68</guid>
		<description>[...] more about rename command [...]</description>
		<content:encoded><![CDATA[<p>[...] more about rename command [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on man tr - Man page for tr by Quick tip: how do you rename all files so spaces are converted to underscores? &#124; Technology: Learn and Share</title>
		<link>http://www.lamp-tips.com/man-pages/tr/comment-page-1/#comment-67</link>
		<dc:creator>Quick tip: how do you rename all files so spaces are converted to underscores? &#124; Technology: Learn and Share</dc:creator>
		<pubDate>Mon, 25 Aug 2008 23:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/tr#comment-67</guid>
		<description>[...] One of the very powerful commands in this post is the &#8220;tr&#8221; command. This command is not as popular as sed or awk but it is very useful and simple to use (read more about tr). [...]</description>
		<content:encoded><![CDATA[<p>[...] One of the very powerful commands in this post is the &#8220;tr&#8221; command. This command is not as popular as sed or awk but it is very useful and simple to use (read more about tr). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on man chmod - Man page for chmod by Apache/http monitoring: monitor http traffic in realtime using httptop &#124; Technology: Learn and Share</title>
		<link>http://www.lamp-tips.com/man-pages/chmod/comment-page-1/#comment-65</link>
		<dc:creator>Apache/http monitoring: monitor http traffic in realtime using httptop &#124; Technology: Learn and Share</dc:creator>
		<pubDate>Tue, 12 Aug 2008 20:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/chmod#comment-65</guid>
		<description>[...] and make sure you make it executable by setting it to +x (chmod +x [...]</description>
		<content:encoded><![CDATA[<p>[...] and make sure you make it executable by setting it to +x (chmod +x [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on man yum - Man page for yum by Linux: yum options you may not know exist. &#124; Technology: Learn and Share</title>
		<link>http://www.lamp-tips.com/man-pages/yum/comment-page-1/#comment-14</link>
		<dc:creator>Linux: yum options you may not know exist. &#124; Technology: Learn and Share</dc:creator>
		<pubDate>Mon, 16 Jun 2008 22:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/yum#comment-14</guid>
		<description>[...] learn more about what else is available, read man yum.  (No Ratings Yet) &#160;Loading ...  digg_url = [...]</description>
		<content:encoded><![CDATA[<p>[...] learn more about what else is available, read man yum.  (No Ratings Yet) &nbsp;Loading &#8230;  digg_url = [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Man page for innotop by Discovering innotop &#124; Mats Lindh</title>
		<link>http://www.lamp-tips.com/man-pages/innotop/comment-page-1/#comment-12</link>
		<dc:creator>Discovering innotop &#124; Mats Lindh</dc:creator>
		<pubDate>Wed, 21 May 2008 19:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/innotop#comment-12</guid>
		<description>[...] Google (or you could just follow the link in the last part of the linked article), I found the man page for innotop. It&#8217;s a tool with an user interface similiar to the regular unix tool top, but for [...]</description>
		<content:encoded><![CDATA[<p>[...] Google (or you could just follow the link in the last part of the linked article), I found the man page for innotop. It&#8217;s a tool with an user interface similiar to the regular unix tool top, but for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Man page for innotop by MySQL: How do you install innotop to monitor innodb in real time? &#124; Technology: Learn and Share</title>
		<link>http://www.lamp-tips.com/man-pages/innotop/comment-page-1/#comment-11</link>
		<dc:creator>MySQL: How do you install innotop to monitor innodb in real time? &#124; Technology: Learn and Share</dc:creator>
		<pubDate>Wed, 21 May 2008 09:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/innotop#comment-11</guid>
		<description>[...] this point your innotop installation / testing is complete. You can read man innotop to get more details on how to use [...]</description>
		<content:encoded><![CDATA[<p>[...] this point your innotop installation / testing is complete. You can read man innotop to get more details on how to use [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
