<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Learning Daily &#187; Linux</title>
	<atom:link href="http://pkrishnan.net/category/computers/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://pkrishnan.net</link>
	<description>Krishnan&#039;s weblog - A scribble pad. A hybrid microblog. Mostly bread crumbs of an internet journey.</description>
	<lastBuildDate>Wed, 28 Mar 2012 11:59:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>LiberKey applications work on Debian through Wine</title>
		<link>http://pkrishnan.net/many-liberkey-applications-work-on-debian-through-wine/</link>
		<comments>http://pkrishnan.net/many-liberkey-applications-work-on-debian-through-wine/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 22:52:31 +0000</pubDate>
		<dc:creator>Krishnan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://pkrishnan.net/many-liberkey-applications-work-on-debian-through-wine/</guid>
		<description><![CDATA[There is this beautiful portable suite called LiberKey which is really a collection of hundreds of open source applications for Windows. For months, I have searched and tried out several portable applications for Windows. None of them even came close to LiberKey in terms of the range, stability and upgrades. I&#8217;ve used LiberKey from the [...]
Related posts:<ol>
<li><a href='http://pkrishnan.net/why-does-debian-smell-like-freedom/' rel='bookmark' title='Why does Debian smell like freedom?'>Why does Debian smell like freedom?</a></li>
<li><a href='http://pkrishnan.net/hello-again-world/' rel='bookmark' title='Hello, again, world!'>Hello, again, world!</a></li>
<li><a href='http://pkrishnan.net/now-set-to-learn-linux/' rel='bookmark' title='Now set to learn Linux'>Now set to learn Linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pkrishnan.net/many-liberkey-applications-work-on-debian-through-wine/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to : Mount an NTFS drive for read-write in Debian Lenny</title>
		<link>http://pkrishnan.net/how-to-mount-an-ntfs-drive-for-read-write-in-debian-lenny/</link>
		<comments>http://pkrishnan.net/how-to-mount-an-ntfs-drive-for-read-write-in-debian-lenny/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 07:36:15 +0000</pubDate>
		<dc:creator>Krishnan</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[disk-manager]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[NTFS]]></category>

		<guid isPermaLink="false">http://pkrishnan.net/how-to-mount-an-ntfs-drive-for-read-write-in-debian-lenny/</guid>
		<description><![CDATA[Traditionally, Linux users mount NTFS partitions for read-write by first obtaining the libfuse2 and ntfs-3g packages and then manually editing the /etc/fstab file. This process required you to remember several things tedious and there was a risk of making the system non-bootable if the /etc/fstab file was incorrectly written. Today, I was able to do [...]
Related posts:<ol>
<li><a href='http://pkrishnan.net/how-to-upgrade-to-debian-squeeze/' rel='bookmark' title='Howto: Upgrade to Debian Squeeze'>Howto: Upgrade to Debian Squeeze</a></li>
<li><a href='http://pkrishnan.net/getting-the-mac-to-work/' rel='bookmark' title='Getting the Mac to work'>Getting the Mac to work</a></li>
<li><a href='http://pkrishnan.net/notes-for-2009-09-20/' rel='bookmark' title='Notes for 2009-09-20'>Notes for 2009-09-20</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pkrishnan.net/how-to-mount-an-ntfs-drive-for-read-write-in-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Howto: Manually assigning X authorisation for Debian superuser</title>
		<link>http://pkrishnan.net/howto-manually-assigning-x-authorisation-for-debian-superuser/</link>
		<comments>http://pkrishnan.net/howto-manually-assigning-x-authorisation-for-debian-superuser/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 07:26:31 +0000</pubDate>
		<dc:creator>Krishnan</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[su]]></category>
		<category><![CDATA[sux]]></category>
		<category><![CDATA[x authorisation]]></category>

		<guid isPermaLink="false">http://pkrishnan.net/howto-manually-assigning-x-authorisation-for-debian-superuser/</guid>
		<description><![CDATA[Today, while running Debian I noticed that I was able to run some programs as a normal user. But when I logged in as a super user, the program wont run. eg:$ gedit starts gedit # gedit fails giving the following error&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;krishnanondebian:/home/krishnan# geditNo protocol specifiedcannot open display:Run &#8216;gedit &#8211;help&#8217; to see a full list of [...]
Related posts:<ol>
<li><a href='http://pkrishnan.net/how-to-upgrade-to-debian-squeeze/' rel='bookmark' title='Howto: Upgrade to Debian Squeeze'>Howto: Upgrade to Debian Squeeze</a></li>
<li><a href='http://pkrishnan.net/howto-automatically-start-a-program-in-debian/' rel='bookmark' title='Howto: Automatically start a program in Debian'>Howto: Automatically start a program in Debian</a></li>
<li><a href='http://pkrishnan.net/why-does-debian-smell-like-freedom/' rel='bookmark' title='Why does Debian smell like freedom?'>Why does Debian smell like freedom?</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pkrishnan.net/howto-manually-assigning-x-authorisation-for-debian-superuser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Howto: Upgrade to Debian Squeeze</title>
		<link>http://pkrishnan.net/how-to-upgrade-to-debian-squeeze/</link>
		<comments>http://pkrishnan.net/how-to-upgrade-to-debian-squeeze/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 21:04:14 +0000</pubDate>
		<dc:creator>Krishnan</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[squeeze]]></category>

		<guid isPermaLink="false">http://pkrishnan.net/how-to-upgrade-to-debian-squeeze/</guid>
		<description><![CDATA[My first attempt to upgrade to Debian Squeeze failed. It was because I lost power in the middle of the upgrade and my PC got switched off. It was so bad that I could not get the installation to work again. I had to re-install. I made a second attempt today and succeeded. Briefly, this [...]
Related posts:<ol>
<li><a href='http://pkrishnan.net/howto-automatically-start-a-program-in-debian/' rel='bookmark' title='Howto: Automatically start a program in Debian'>Howto: Automatically start a program in Debian</a></li>
<li><a href='http://pkrishnan.net/howto-manually-assigning-x-authorisation-for-debian-superuser/' rel='bookmark' title='Howto: Manually assigning X authorisation for Debian superuser'>Howto: Manually assigning X authorisation for Debian superuser</a></li>
<li><a href='http://pkrishnan.net/why-does-debian-smell-like-freedom/' rel='bookmark' title='Why does Debian smell like freedom?'>Why does Debian smell like freedom?</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pkrishnan.net/how-to-upgrade-to-debian-squeeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: Automatically start a program in Debian</title>
		<link>http://pkrishnan.net/howto-automatically-start-a-program-in-debian/</link>
		<comments>http://pkrishnan.net/howto-automatically-start-a-program-in-debian/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 02:18:10 +0000</pubDate>
		<dc:creator>Krishnan</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Howto]]></category>

		<guid isPermaLink="false">http://pkrishnan.net/howto-automatically-start-a-program-in-debian/</guid>
		<description><![CDATA[Some times, some of us may need to start a program when starting Debian. One example could be the instant messenger program Pidgin or it could be Vuze for people who want their downloads to start automatically. GNOME has an elegant solution for this. Go to System -&#62; Preferences -&#62; Sessions and here you can [...]
Related posts:<ol>
<li><a href='http://pkrishnan.net/howto-manually-assigning-x-authorisation-for-debian-superuser/' rel='bookmark' title='Howto: Manually assigning X authorisation for Debian superuser'>Howto: Manually assigning X authorisation for Debian superuser</a></li>
<li><a href='http://pkrishnan.net/how-to-upgrade-to-debian-squeeze/' rel='bookmark' title='Howto: Upgrade to Debian Squeeze'>Howto: Upgrade to Debian Squeeze</a></li>
<li><a href='http://pkrishnan.net/many-liberkey-applications-work-on-debian-through-wine/' rel='bookmark' title='LiberKey applications work on Debian through Wine'>LiberKey applications work on Debian through Wine</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pkrishnan.net/howto-automatically-start-a-program-in-debian/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Why does Debian smell like freedom?</title>
		<link>http://pkrishnan.net/why-does-debian-smell-like-freedom/</link>
		<comments>http://pkrishnan.net/why-does-debian-smell-like-freedom/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 18:27:10 +0000</pubDate>
		<dc:creator>Krishnan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://pkrishnan.net/why-does-debian-smell-like-freedom/</guid>
		<description><![CDATA[I bought my first desktop computer in 1999 and Windows &#8217;98 came with it. I thought it was pricey, but I didn&#8217;t have a choice. Since then, I&#8217;ve bought two more desktops and three more laptops for home use at regular intervals and each one of them came with an XP or Vista license. In [...]
Related posts:<ol>
<li><a href='http://pkrishnan.net/freedom/' rel='bookmark' title='Freedom'>Freedom</a></li>
<li><a href='http://pkrishnan.net/many-liberkey-applications-work-on-debian-through-wine/' rel='bookmark' title='LiberKey applications work on Debian through Wine'>LiberKey applications work on Debian through Wine</a></li>
<li><a href='http://pkrishnan.net/fixboot/' rel='bookmark' title='Fixboot'>Fixboot</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pkrishnan.net/why-does-debian-smell-like-freedom/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>To Mac or not to Mac, that is the question</title>
		<link>http://pkrishnan.net/to-mac-or-not-to-mac-that-is-the-question/</link>
		<comments>http://pkrishnan.net/to-mac-or-not-to-mac-that-is-the-question/#comments</comments>
		<pubDate>Sun, 25 May 2008 14:11:39 +0000</pubDate>
		<dc:creator>Krishnan</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://pkrishnan.wordpress.com/2008/05/25/to-mac-or-not-to-mac-that-is-the-question/</guid>
		<description><![CDATA[A week after Mac, it has still failed to sweep me off my feet. I don&#8217;t know if 2 gigs of RAM is indeed too small to handle three operating systems at the same time. But things become so slow when I try to run three operating systems together. Also, getting all the operating systems [...]
Related posts:<ol>
<li><a href='http://pkrishnan.net/rotfl/' rel='bookmark' title='ROTFL'>ROTFL</a></li>
<li><a href='http://pkrishnan.net/asking-the-right-question/' rel='bookmark' title='Asking the right question'>Asking the right question</a></li>
<li><a href='http://pkrishnan.net/living-with-linux/' rel='bookmark' title='Living with Linux'>Living with Linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pkrishnan.net/to-mac-or-not-to-mac-that-is-the-question/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apple, XP, Linux</title>
		<link>http://pkrishnan.net/apple-xp-linux/</link>
		<comments>http://pkrishnan.net/apple-xp-linux/#comments</comments>
		<pubDate>Tue, 20 May 2008 09:26:01 +0000</pubDate>
		<dc:creator>Krishnan</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://pkrishnan.wordpress.com/2008/05/20/apple-xp-linux/</guid>
		<description><![CDATA[Let me break the news. I&#8217;m on Mac OS X and Windows XP simultaneously &#8211; a possibility which I didn&#8217;t believe existed I till set this up all myself . Firefox has already replaced Safari on my Mac. Scribefire works all the same. Yahoo messenger works just the same on a Mac. This week I [...]
Related posts:<ol>
<li><a href='http://pkrishnan.net/reading-linux-partition-from-windows/' rel='bookmark' title='Reading Linux Partition from Windows'>Reading Linux Partition from Windows</a></li>
<li><a href='http://pkrishnan.net/living-with-linux/' rel='bookmark' title='Living with Linux'>Living with Linux</a></li>
<li><a href='http://pkrishnan.net/now-set-to-learn-linux/' rel='bookmark' title='Now set to learn Linux'>Now set to learn Linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pkrishnan.net/apple-xp-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Debian, again</title>
		<link>http://pkrishnan.net/on-debian-again/</link>
		<comments>http://pkrishnan.net/on-debian-again/#comments</comments>
		<pubDate>Sat, 03 May 2008 20:56:46 +0000</pubDate>
		<dc:creator>Krishnan</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://pkrishnan.wordpress.com/2008/05/03/on-debian-again/</guid>
		<description><![CDATA[I didn&#8217;t realize that months had passed by since I changed my default boot OS to Win XP.Now I&#8217;m on Debian again. Related posts: Why does Debian smell like freedom? Howto: Automatically start a program in Debian LiberKey applications work on Debian through Wine
Related posts:<ol>
<li><a href='http://pkrishnan.net/why-does-debian-smell-like-freedom/' rel='bookmark' title='Why does Debian smell like freedom?'>Why does Debian smell like freedom?</a></li>
<li><a href='http://pkrishnan.net/howto-automatically-start-a-program-in-debian/' rel='bookmark' title='Howto: Automatically start a program in Debian'>Howto: Automatically start a program in Debian</a></li>
<li><a href='http://pkrishnan.net/many-liberkey-applications-work-on-debian-through-wine/' rel='bookmark' title='LiberKey applications work on Debian through Wine'>LiberKey applications work on Debian through Wine</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pkrishnan.net/on-debian-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading Linux Partition from Windows</title>
		<link>http://pkrishnan.net/reading-linux-partition-from-windows/</link>
		<comments>http://pkrishnan.net/reading-linux-partition-from-windows/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 17:46:38 +0000</pubDate>
		<dc:creator>Krishnan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://pkrishnan.wordpress.com/2007/12/09/reading-linux-partition-from-windows/</guid>
		<description><![CDATA[Just so that I am always able to access my data from Linux, even when I&#8217;m on XP, I installed this little utility. http://www.diskinternals.com/download/DiskInternals.zip It loads the Linux partitions as read-only and lets you copy files from Linux partitions to Windows partitions. Cool Related posts: Freedom Linux links, compiled Open &#8220;My Computer&#8221; in &#8220;Windows Explorer&#8221;
Related posts:<ol>
<li><a href='http://pkrishnan.net/freedom/' rel='bookmark' title='Freedom'>Freedom</a></li>
<li><a href='http://pkrishnan.net/linux-links-compiled/' rel='bookmark' title='Linux links, compiled'>Linux links, compiled</a></li>
<li><a href='http://pkrishnan.net/open-my-computer-in-windows-explorer/' rel='bookmark' title='Open &#8220;My Computer&#8221; in &#8220;Windows Explorer&#8221;'>Open &#8220;My Computer&#8221; in &#8220;Windows Explorer&#8221;</a></li>
</ol>]]></description>
		<wfw:commentRss>http://pkrishnan.net/reading-linux-partition-from-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

