<?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 Techpulp</title>
	<atom:link href="http://www.techpulp.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techpulp.com</link>
	<description>The pulp of technology</description>
	<lastBuildDate>Mon, 30 Jan 2012 07:42:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Find peer IP address and port number using getpeername by R-Sham</title>
		<link>http://www.techpulp.com/blog/2008/07/find-peer-ip-address-and-port-number-using-getpeername/#comment-310</link>
		<dc:creator>R-Sham</dc:creator>
		<pubDate>Mon, 30 Jan 2012 07:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.techpulp.com/?p=23#comment-310</guid>
		<description>Special Thanks to U because of this useful program, your friend R-Sham.</description>
		<content:encoded><![CDATA[<p>Special Thanks to U because of this useful program, your friend R-Sham.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to save a modified file as super user to avoid file permission problems by tony</title>
		<link>http://www.techpulp.com/blog/2010/12/how-to-save-a-modified-file-as-super-user-to-avoid-file-permission-problems/#comment-308</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Thu, 19 Jan 2012 05:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.techpulp.com/?p=1080#comment-308</guid>
		<description>i enter the    :w !sudo tee %    command and it asks for root password, after I enter the password and hit enter it does nothing.  If i hit enter again it says&gt;
Password:
Sorry, try again.
Password:
Sorry, try again.
Password:
Sorry, try again.
sudo: 3 incorrect password attempts
 
shell returned 1

wtfs happening?   help!
fedora core 2 trying to fkn upgrade the shit</description>
		<content:encoded><![CDATA[<p>i enter the    :w !sudo tee %    command and it asks for root password, after I enter the password and hit enter it does nothing.  If i hit enter again it says&gt;<br />
Password:<br />
Sorry, try again.<br />
Password:<br />
Sorry, try again.<br />
Password:<br />
Sorry, try again.<br />
sudo: 3 incorrect password attempts</p>
<p>shell returned 1</p>
<p>wtfs happening?   help!<br />
fedora core 2 trying to fkn upgrade the shit</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Print IP address in dotted-decimal format without converting to string in C by Anonymous</title>
		<link>http://www.techpulp.com/blog/2008/11/print-ip-address-in-dotted-decimal-format-without-converting-to-string-in-c/#comment-215</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 31 Oct 2011 13:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://techpulp.com/?p=33#comment-215</guid>
		<description>Endianness issue (reverse order on my x86 Linux box), btw., which the library function wouldn&#039;t have. An #ifdef and reversing the macro when needed might help.</description>
		<content:encoded><![CDATA[<p>Endianness issue (reverse order on my x86 Linux box), btw., which the library function wouldn&#8217;t have. An #ifdef and reversing the macro when needed might help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to check if a Bash variable is set or not by Zakhar</title>
		<link>http://www.techpulp.com/blog/2009/01/how-to-check-if-a-bash-variable-is-set-or-not/#comment-208</link>
		<dc:creator>Zakhar</dc:creator>
		<pubDate>Thu, 06 Oct 2011 21:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://techpulp.com/?p=512#comment-208</guid>
		<description>This does not work when used in combination with the very useful switch -u

That is because if you try to do a variable expansion on an unset variable, you will get trapped by the -u, because you are precisely trying to use the variable before setting it.

I&#039;ve a workaround for my case, as I wanted to test that for parameters, and I can simply use the parameter count $# instead, but I still haven&#039;t found a solution compliant with -u</description>
		<content:encoded><![CDATA[<p>This does not work when used in combination with the very useful switch -u</p>
<p>That is because if you try to do a variable expansion on an unset variable, you will get trapped by the -u, because you are precisely trying to use the variable before setting it.</p>
<p>I&#8217;ve a workaround for my case, as I wanted to test that for parameters, and I can simply use the parameter count $# instead, but I still haven&#8217;t found a solution compliant with -u</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get PID of a process by name in bash script by Rami</title>
		<link>http://www.techpulp.com/blog/2008/12/how-to-get-pid-of-process-by-name-in-bash-script/#comment-207</link>
		<dc:creator>Rami</dc:creator>
		<pubDate>Fri, 30 Sep 2011 22:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://techpulp.com/?p=440#comment-207</guid>
		<description>what about pgrep?</description>
		<content:encoded><![CDATA[<p>what about pgrep?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto SSH login using &#8216;expect&#8217; tool by Golit</title>
		<link>http://www.techpulp.com/blog/2009/02/auto-ssh-login-using-expect-tool/#comment-206</link>
		<dc:creator>Golit</dc:creator>
		<pubDate>Tue, 27 Sep 2011 20:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://techpulp.com/?p=623#comment-206</guid>
		<description>WOOOOOOW!

Been googling for more than an hour! 

you managed to explain it in a very simple way!

</description>
		<content:encoded><![CDATA[<p>WOOOOOOW!</p>
<p>Been googling for more than an hour! </p>
<p>you managed to explain it in a very simple way!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install VLC Media Player on Fedora by vishal</title>
		<link>http://www.techpulp.com/blog/2010/01/how-to-install-vlc-media-player-on-fedora/#comment-204</link>
		<dc:creator>vishal</dc:creator>
		<pubDate>Thu, 22 Sep 2011 15:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://techpulp.com/?p=745#comment-204</guid>
		<description>well</description>
		<content:encoded><![CDATA[<p>well</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find MAC address of a linux network interface using SIOCGIFHWADDR ioctl by Katty</title>
		<link>http://www.techpulp.com/blog/2011/01/how-to-find-mac-address-of-a-linux-network-interface-using-siocgifhwaddr-ioctl/#comment-199</link>
		<dc:creator>Katty</dc:creator>
		<pubDate>Sat, 23 Jul 2011 10:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.techpulp.com/?p=1126#comment-199</guid>
		<description>Hey, killer job on that one you guys!</description>
		<content:encoded><![CDATA[<p>Hey, killer job on that one you guys!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to convert spaces in a file to TABs and vice versa using unexpand and expand commands by Dolly</title>
		<link>http://www.techpulp.com/blog/2011/07/how-to-convert-spaces-in-a-file-to-tabs-and-vice-versa-using-unexpand-and-expand-commands/#comment-198</link>
		<dc:creator>Dolly</dc:creator>
		<pubDate>Sat, 23 Jul 2011 03:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.techpulp.com/?p=1143#comment-198</guid>
		<description>Woot, I will certainly put this to good use!</description>
		<content:encoded><![CDATA[<p>Woot, I will certainly put this to good use!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find Ethernet MAC address of my PC in various operating systems by Ebony</title>
		<link>http://www.techpulp.com/blog/2011/02/how-to-find-ethernet-mac-address-of-my-pc-in-various-operating-systems/#comment-197</link>
		<dc:creator>Ebony</dc:creator>
		<pubDate>Fri, 22 Jul 2011 21:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.techpulp.com/?p=1132#comment-197</guid>
		<description>None can doubt the veracity of this article.</description>
		<content:encoded><![CDATA[<p>None can doubt the veracity of this article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

