<?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 Anant Shrivastava : Techno Enthusiast</title>
	<atom:link href="http://blog.anantshri.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.anantshri.info</link>
	<description>My journey into the world of virtual reality.</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:11:43 +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 How to recover from a hang linux PC by anantshri</title>
		<link>http://blog.anantshri.info/how-to-recover-from-a-hang-linux-pc/#comment-80790</link>
		<dc:creator>anantshri</dc:creator>
		<pubDate>Mon, 30 Jan 2012 14:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anantshri.info/?p=25#comment-80790</guid>
		<description>Nice trick there.

BTW for others this is a SMILEY attack which can render a system unstable if the system doesn&#039;t have max process limit count.

http://www.cyberciti.biz/faq/understanding-bash-fork-bomb/</description>
		<content:encoded><![CDATA[<p>Nice trick there.</p>
<p>BTW for others this is a SMILEY attack which can render a system unstable if the system doesn&#8217;t have max process limit count.</p>
<p><a href="http://www.cyberciti.biz/faq/understanding-bash-fork-bomb/" rel="nofollow">http://www.cyberciti.biz/faq/understanding-bash-fork-bomb/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on wp-filemanager by Hnieto</title>
		<link>http://blog.anantshri.info/projects/wp-filemanager/#comment-80778</link>
		<dc:creator>Hnieto</dc:creator>
		<pubDate>Mon, 30 Jan 2012 13:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anantshri.info/wordpress-plugin/wp-fileman/#comment-80778</guid>
		<description>file must be modified  &quot;wp-filemanager/incl/view.inc.php&quot; 
so you can see preview images</description>
		<content:encoded><![CDATA[<p>file must be modified  &#8220;wp-filemanager/incl/view.inc.php&#8221;<br />
so you can see preview images</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on wp-filemanager by Hnieto</title>
		<link>http://blog.anantshri.info/projects/wp-filemanager/#comment-80776</link>
		<dc:creator>Hnieto</dc:creator>
		<pubDate>Mon, 30 Jan 2012 13:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anantshri.info/wordpress-plugin/wp-fileman/#comment-80776</guid>
		<description>It&#039;s a great plugin, except that the view image feature malfunctioned whenever I attempted to view any graphics file. It would show a broken image icon instead.
how to solve urgent</description>
		<content:encoded><![CDATA[<p>It&#8217;s a great plugin, except that the view image feature malfunctioned whenever I attempted to view any graphics file. It would show a broken image icon instead.<br />
how to solve urgent</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android : Running Standalone Python by Python in Terminal IDE for Android</title>
		<link>http://blog.anantshri.info/android-standalone-python/#comment-80363</link>
		<dc:creator>Python in Terminal IDE for Android</dc:creator>
		<pubDate>Thu, 26 Jan 2012 23:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anantshri.info/?p=612#comment-80363</guid>
		<description>[...] find anything explicit on how to set this up, and then figured out how to use google and found this blog post which links to a script from the p4a (python for android) repository. I&#8217;ve reduced the script [...]</description>
		<content:encoded><![CDATA[<p>[...] find anything explicit on how to set this up, and then figured out how to use google and found this blog post which links to a script from the p4a (python for android) repository. I&#8217;ve reduced the script [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto add PPA in debian by Christopher</title>
		<link>http://blog.anantshri.info/howto-add-ppa-in-debian/#comment-79785</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Sat, 21 Jan 2012 20:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anantshri.info/?p=446#comment-79785</guid>
		<description>Con este script puede elegir de que distribución de Ubuntu quieres el repositorio

#!/bin/bash
if [ $# -eq 1 ]
NM=`uname -a &amp;&amp; date`
NAME=`echo $NM &#124; md5sum &#124; cut -f1 -d&quot; &quot;`
then
	PPA_NAME=`echo &quot;$1&quot; &#124; cut -d&quot;:&quot; -f2 -s`
	if [ -z &quot;$PPA_NAME&quot; ]
	then
		echo &quot;Nombre del PPA no encontrado&quot;
		echo &quot;Utilidad para agregar ppa a tu Debian&quot;
		echo &quot;$0 ppa:user/ppa-name&quot;
	else
		echo &quot;Seleccione la versión de ubuntu que quieres:&quot;
 		select UBUNTU_VERSION in lucid maverick natty oneiric precise
		do
			case $UBUNTU_VERSION in
 				&quot;lucid&quot;)
				break
				;;
				&quot;maverick&quot;)
				break
				;;
				&quot;natty&quot;)
				break
				;;
				&quot;oneiric&quot;)
				break
				;;
				&quot;precise&quot;)
				break
				;;
				*)
				echo &quot;Elija una versión correcta&quot;
				;;
			esac	
		done
		echo &quot;Eligió $UBUNTU_VERSION&quot;
		echo &quot;Se esta agregando el ppa de $PPA_NAME&quot;
		echo &quot;&quot; &gt;&gt; /etc/apt/sources.list
		echo &quot;# $PPA_NAME&quot; &gt;&gt; /etc/apt/sources.list
		echo &quot;deb http://ppa.launchpad.net/$PPA_NAME/ubuntu $UBUNTU_VERSION main&quot; &gt;&gt; /etc/apt/sources.list
		apt-get update &gt;&gt; /dev/null 2&gt; /tmp/${NAME}_apt_add_key.txt
		key=`cat /tmp/${NAME}_apt_add_key.txt &#124; cut -d&quot;:&quot; -f6 &#124; cut -d&quot; &quot; -f3`
		apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $key
		rm -rf /tmp/${NAME}_apt_add_key.txt
	fi
else
	echo &quot;Utilidad para agregar ppa a tu Debian&quot;
	echo &quot;$0 ppa:user/ppa-name&quot;
fi</description>
		<content:encoded><![CDATA[<p>Con este script puede elegir de que distribución de Ubuntu quieres el repositorio</p>
<p>#!/bin/bash<br />
if [ $# -eq 1 ]<br />
NM=`uname -a &amp;&amp; date`<br />
NAME=`echo $NM | md5sum | cut -f1 -d&#8221; &#8220;`<br />
then<br />
	PPA_NAME=`echo &#8220;$1&#8243; | cut -d&#8221;:&#8221; -f2 -s`<br />
	if [ -z "$PPA_NAME" ]<br />
	then<br />
		echo &#8220;Nombre del PPA no encontrado&#8221;<br />
		echo &#8220;Utilidad para agregar ppa a tu Debian&#8221;<br />
		echo &#8220;$0 ppa:user/ppa-name&#8221;<br />
	else<br />
		echo &#8220;Seleccione la versión de ubuntu que quieres:&#8221;<br />
 		select UBUNTU_VERSION in lucid maverick natty oneiric precise<br />
		do<br />
			case $UBUNTU_VERSION in<br />
 				&#8220;lucid&#8221;)<br />
				break<br />
				;;<br />
				&#8220;maverick&#8221;)<br />
				break<br />
				;;<br />
				&#8220;natty&#8221;)<br />
				break<br />
				;;<br />
				&#8220;oneiric&#8221;)<br />
				break<br />
				;;<br />
				&#8220;precise&#8221;)<br />
				break<br />
				;;<br />
				*)<br />
				echo &#8220;Elija una versión correcta&#8221;<br />
				;;<br />
			esac<br />
		done<br />
		echo &#8220;Eligió $UBUNTU_VERSION&#8221;<br />
		echo &#8220;Se esta agregando el ppa de $PPA_NAME&#8221;<br />
		echo &#8220;&#8221; &gt;&gt; /etc/apt/sources.list<br />
		echo &#8220;# $PPA_NAME&#8221; &gt;&gt; /etc/apt/sources.list<br />
		echo &#8220;deb <a href="http://ppa.launchpad.net/$PPA_NAME/ubuntu" rel="nofollow">http://ppa.launchpad.net/$PPA_NAME/ubuntu</a> $UBUNTU_VERSION main&#8221; &gt;&gt; /etc/apt/sources.list<br />
		apt-get update &gt;&gt; /dev/null 2&gt; /tmp/${NAME}_apt_add_key.txt<br />
		key=`cat /tmp/${NAME}_apt_add_key.txt | cut -d&#8221;:&#8221; -f6 | cut -d&#8221; &#8221; -f3`<br />
		apt-key adv &#8211;keyserver keyserver.ubuntu.com &#8211;recv-keys $key<br />
		rm -rf /tmp/${NAME}_apt_add_key.txt<br />
	fi<br />
else<br />
	echo &#8220;Utilidad para agregar ppa a tu Debian&#8221;<br />
	echo &#8220;$0 ppa:user/ppa-name&#8221;<br />
fi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto add PPA in debian by Adding Ubuntu PPAs to Debian Squeeze 6.0 &#124; GoSaBe Blog</title>
		<link>http://blog.anantshri.info/howto-add-ppa-in-debian/#comment-79463</link>
		<dc:creator>Adding Ubuntu PPAs to Debian Squeeze 6.0 &#124; GoSaBe Blog</dc:creator>
		<pubDate>Thu, 19 Jan 2012 10:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anantshri.info/?p=446#comment-79463</guid>
		<description>[...] an alternative, you can add your own add-apt-repository program following these instructions.   This entry was posted in Linux by bhall. Bookmark the [...]</description>
		<content:encoded><![CDATA[<p>[...] an alternative, you can add your own add-apt-repository program following these instructions.   This entry was posted in Linux by bhall. Bookmark the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android : Running Standalone Python by opreat0r</title>
		<link>http://blog.anantshri.info/android-standalone-python/#comment-79333</link>
		<dc:creator>opreat0r</dc:creator>
		<pubDate>Wed, 18 Jan 2012 08:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anantshri.info/?p=612#comment-79333</guid>
		<description>I got ruby sort of statically compiled ... http://rmccurdy.com/stuff/G1/BINS/ some other bins in there too ..</description>
		<content:encoded><![CDATA[<p>I got ruby sort of statically compiled &#8230; <a href="http://rmccurdy.com/stuff/G1/BINS/" rel="nofollow">http://rmccurdy.com/stuff/G1/BINS/</a> some other bins in there too ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto add PPA in debian by Ely</title>
		<link>http://blog.anantshri.info/howto-add-ppa-in-debian/#comment-79320</link>
		<dc:creator>Ely</dc:creator>
		<pubDate>Wed, 18 Jan 2012 05:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anantshri.info/?p=446#comment-79320</guid>
		<description>I got this error when I ran &quot;sudo add-apt-repository ppa:chromium-beta&quot; and moved to script to bin instead of sbin and it worked.

Traceback (most recent call last):
  File &quot;/usr/bin/add-apt-repository&quot;, line 65, in 
    if not sp.add_source_from_line(line):
  File &quot;/usr/lib/python2.6/dist-packages/softwareproperties/SoftwareProperties.py&quot;, line 630, in add_source_from_line
    (deb_line, file) = expand_ppa_line(line.strip(), self.distro.codename)
  File &quot;/usr/lib/python2.6/dist-packages/softwareproperties/ppa.py&quot;, line 47, in expand_ppa_line
    sourceslistd = apt_pkg.Config.find_dir(&quot;Dir::Etc::sourceparts&quot;)
AttributeError: &#039;module&#039; object has no attribute &#039;Config&#039;</description>
		<content:encoded><![CDATA[<p>I got this error when I ran &#8220;sudo add-apt-repository ppa:chromium-beta&#8221; and moved to script to bin instead of sbin and it worked.</p>
<p>Traceback (most recent call last):<br />
  File &#8220;/usr/bin/add-apt-repository&#8221;, line 65, in<br />
    if not sp.add_source_from_line(line):<br />
  File &#8220;/usr/lib/python2.6/dist-packages/softwareproperties/SoftwareProperties.py&#8221;, line 630, in add_source_from_line<br />
    (deb_line, file) = expand_ppa_line(line.strip(), self.distro.codename)<br />
  File &#8220;/usr/lib/python2.6/dist-packages/softwareproperties/ppa.py&#8221;, line 47, in expand_ppa_line<br />
    sourceslistd = apt_pkg.Config.find_dir(&#8220;Dir::Etc::sourceparts&#8221;)<br />
AttributeError: &#8216;module&#8217; object has no attribute &#8216;Config&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto add PPA in debian by anantshri</title>
		<link>http://blog.anantshri.info/howto-add-ppa-in-debian/#comment-79046</link>
		<dc:creator>anantshri</dc:creator>
		<pubDate>Mon, 16 Jan 2012 09:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anantshri.info/?p=446#comment-79046</guid>
		<description>as I already said in disclaimer Ubuntu and debian not 100%binary compatible so issues will be there</description>
		<content:encoded><![CDATA[<p>as I already said in disclaimer Ubuntu and debian not 100%binary compatible so issues will be there</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto add PPA in debian by Ben</title>
		<link>http://blog.anantshri.info/howto-add-ppa-in-debian/#comment-78623</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 12 Jan 2012 20:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anantshri.info/?p=446#comment-78623</guid>
		<description>Very helpful!!! I&#039;m still Linux newbie with Unix background too many years ago. Started with Ubuntu and working my way up to the mother ship ;-)   One thing that confuses me about your great script is comments that say makes too easy to install Ubuntu packages on Debian, which, to paraphrase some posts &quot;would be very very bad, as it will destroy your computer,  angry the gods &amp; will join the hordes of Foolish People languishing in Linux Hell.&quot; So, it would seem that those installing Wine from Ubuntu Repositories deserve our sympathies.</description>
		<content:encoded><![CDATA[<p>Very helpful!!! I&#8217;m still Linux newbie with Unix background too many years ago. Started with Ubuntu and working my way up to the mother ship <img src='http://blog.anantshri.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />    One thing that confuses me about your great script is comments that say makes too easy to install Ubuntu packages on Debian, which, to paraphrase some posts &#8220;would be very very bad, as it will destroy your computer,  angry the gods &amp; will join the hordes of Foolish People languishing in Linux Hell.&#8221; So, it would seem that those installing Wine from Ubuntu Repositories deserve our sympathies.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

