<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Shadow Line &#187; Linux Rocks!</title>
	<atom:link href="http://crystalunicorn.wordpress.com/category/linux-rocks/feed/" rel="self" type="application/rss+xml" />
	<link>http://crystalunicorn.wordpress.com</link>
	<description>Welcome to Aditya&#039;s Tech Blog!</description>
	<lastBuildDate>Thu, 31 Dec 2009 18:53:33 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='crystalunicorn.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/fd7dfc7bf382c0663ae16d428857f4ed?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Shadow Line &#187; Linux Rocks!</title>
		<link>http://crystalunicorn.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://crystalunicorn.wordpress.com/osd.xml" title="Shadow Line" />
		<item>
		<title>Enable Task Manager And Registry, If Disabled By Administrator</title>
		<link>http://crystalunicorn.wordpress.com/2009/11/22/enable-task-manager-and-registry-if-disabled-by-administrator/</link>
		<comments>http://crystalunicorn.wordpress.com/2009/11/22/enable-task-manager-and-registry-if-disabled-by-administrator/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 14:45:13 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Customisation]]></category>
		<category><![CDATA[Linux Rocks!]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tweaks]]></category>
		<category><![CDATA[Win-doze]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[registry editor]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[taskmgr]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://crystalunicorn.wordpress.com/?p=987</guid>
		<description><![CDATA[
This. Is. The. Most. Irritation. Error. Message. Ever. And. So. Is. This. Writing. Style.
Seriously, when I get this, I freak out. What does this mean? That I&#8217;m not in control of my own computer? Shouldn&#8217;t I be incharge? But viruses think otherwise. They prefer to disable the task manager and the registry. And they amuse [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crystalunicorn.wordpress.com&blog=1660387&post=987&subd=crystalunicorn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://crystalunicorn.files.wordpress.com/2009/11/disable.jpg"><img class="alignnone size-full wp-image-988" title="Irritation" src="http://crystalunicorn.files.wordpress.com/2009/11/disable.jpg?w=558&#038;h=423" alt="" width="558" height="423" /></a></p>
<p>This. Is. The. Most. Irritation. Error. Message. Ever. And. So. Is. This. Writing. Style.</p>
<p>Seriously, when I get this, I freak out. What does this mean? That I&#8217;m not in control of my <em>own</em> computer? Shouldn&#8217;t <em>I</em> be incharge? But viruses think otherwise. They prefer to disable the task manager <em>and </em>the registry. And they amuse themselves. No amount of antiviruses out there can get rid of this. At least, that&#8217;s been the case with me. A Windows reinstall is always a viable option, but not in my case. My Intel 82845G Graphics Controller is so outdated, that even <em>Intel</em> doesn&#8217;t consider it to be worthy of getting a decent driver. The latest driver carries this stupid trojan, which disables important stuff. Tech gurus like me always like to mess up the Windows anatomy, and set it back again. Even novice users three-finger-salute Windows <span style="text-decoration:line-through;">occasionally</span> always, and kill processes. What now?</p>
<p>As always, here at Shadow Line comes another tutorial without using any third-party application. To fix this stupid error.</p>
<p>1] Open <em>Notepad</em>, by going to <em>Start</em>&#8211;&gt;<em>Run&#8230;</em> and typing <em>Notepad</em>.</p>
<p>2] <strong>For enabling Task Manager</strong>, paste this:</p>
<blockquote><p>REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f</p></blockquote>
<p>Or,<strong> for enabling Registry Editor,</strong> paste this:</p>
<blockquote><p>REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f</p></blockquote>
<p>3] Once you&#8217;ve pasted the required one, hit enter and open the Task Manager or Registry normally. Note that you&#8217;d have to do this always to open &#8216;em up</p>
<p>Lets take it a level further. Lets make a batch file, so that you can enable both with a single click from your desktop.</p>
<p>4] In <em>Notepad</em>, paste both the lines separated by a line.</p>
<blockquote><p>REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System  /v DisableTaskMgr /t REG_DWORD /d 0 /f</p>
<p>REG add  HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v  DisableRegistryTools /t REG_DWORD /d 0 /f</p></blockquote>
<p><a href="http://crystalunicorn.files.wordpress.com/2009/11/notepad.jpg"><img class="alignnone size-full wp-image-991" title="notepad" src="http://crystalunicorn.files.wordpress.com/2009/11/notepad.jpg?w=600&#038;h=73" alt="" width="600" height="73" /></a></p>
<p>5] After you&#8217;ve done that, go to File &#8211;&gt; Save. Save it as <em>fix.bat</em>. You can replace <em>fix</em> by anything. But the <em>.bat</em> thingy is important. Save it at the desktop. Its easily accessible now. Double-click it, and you should see a command-prompt window for a split second. Open Task Manager and Registry editor normally now. You have to repeat this again, if you want to access the registry once more.</p>
<p>But if you&#8217;re the busy types, and you want someone else to do the dirty work, I&#8217;ll help you. <a title="fixit.bat" href="http://www.mediafire.com/?yzmye2nzhmn" target="_blank">Download the batch file itself</a>.</p>
<p>So, thats it! Its fixed! But if you really want to stay away from all these viruses, I <a title="Ubuntu" href="http://www.ubuntu.com/" target="_blank">suggest</a> <a title="Linux Mint" href="http://www.linuxmint.com/" target="_blank">you</a> <a title="OpenSUSE" href="http://www.opensuse.org/en/" target="_blank">go</a> <a title="Sabayon" href="http://www.sabayonlinux.org/" target="_blank">elsewhere</a>.</p>
Posted in Customisation, Linux Rocks!, Tips, Tweaks, Win-doze  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crystalunicorn.wordpress.com/987/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crystalunicorn.wordpress.com/987/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crystalunicorn.wordpress.com/987/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crystalunicorn.wordpress.com/987/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crystalunicorn.wordpress.com/987/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crystalunicorn.wordpress.com/987/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crystalunicorn.wordpress.com/987/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crystalunicorn.wordpress.com/987/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crystalunicorn.wordpress.com/987/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crystalunicorn.wordpress.com/987/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crystalunicorn.wordpress.com&blog=1660387&post=987&subd=crystalunicorn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crystalunicorn.wordpress.com/2009/11/22/enable-task-manager-and-registry-if-disabled-by-administrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e54963560e3a2f5c68107587ee3af89b?s=96&#38;d=&#38;r=PG" medium="image">
			<media:title type="html">Aditya</media:title>
		</media:content>

		<media:content url="http://crystalunicorn.files.wordpress.com/2009/11/disable.jpg" medium="image">
			<media:title type="html">Irritation</media:title>
		</media:content>

		<media:content url="http://crystalunicorn.files.wordpress.com/2009/11/notepad.jpg" medium="image">
			<media:title type="html">notepad</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows UAC</title>
		<link>http://crystalunicorn.wordpress.com/2009/10/01/windows-uac/</link>
		<comments>http://crystalunicorn.wordpress.com/2009/10/01/windows-uac/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 12:49:06 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Linux Rocks!]]></category>
		<category><![CDATA[Stuff]]></category>
		<category><![CDATA[Wierd]]></category>
		<category><![CDATA[Win-doze]]></category>
		<category><![CDATA[ballmer]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[steve]]></category>
		<category><![CDATA[uac]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[user access control]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[zune]]></category>

		<guid isPermaLink="false">http://crystalunicorn.wordpress.com/?p=898</guid>
		<description><![CDATA[Hey! Looks like you&#8217;re trying to install a new software! And it looks like its downloaded from the internet.
Yes.
Hmm. iTunes 9. Do you really want to install this?
Yes.
Alright. &#60;wait a minute&#62; I really don&#8217;t think you should. It may harm your computer.
I don&#8217;t care.
Ookay. But still, I must ask again. Do you really want to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crystalunicorn.wordpress.com&blog=1660387&post=898&subd=crystalunicorn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hey! Looks like you&#8217;re trying to install a new software! And it looks like its downloaded from the internet.</p>
<p><em>Yes.</em></p>
<p>Hmm. iTunes 9. Do you really want to install this?</p>
<p><em>Yes.</em></p>
<p>Alright. &lt;wait a minute&gt; I really don&#8217;t think you should. It may harm your computer.</p>
<p><em>I don&#8217;t care</em>.</p>
<p>Ookay. But still, I <em>must</em> ask again. Do you really want to install this?</p>
<p><em>Yes, you idiot!</em></p>
<p>Alright! There&#8217;s no need to get so angry! &lt;wait five minutes&gt; Unfortunately, this program doesn&#8217;t seem compatible with Windows. Wanna try with recommended settings?</p>
<p><em>Hmm, alright. Ballmer didn&#8217;t leave me another choice, did he?</em></p>
<p>Er, no he didn&#8217;t. Lets go over this again.</p>
<p>Hmm. iTunes 9. Do you really want to install this?</p>
<p><em>Yes.</em></p>
<p>Alright. &lt;wait a minute&gt; I really don&#8217;t think you should. It may harm your computer.</p>
<p><em>I don&#8217;t care</em>.</p>
<p>Ookay. But still, I <em>must</em> ask again. Do you really want to install this?</p>
<p><em>Yes, you idiot!</em></p>
<p>Alright! There&#8217;s no need to get so angry! &lt;wait five minutes&gt; Looks like you don&#8217;t have the permission to install software. Do you have an administrator password?</p>
<p><em>This is an administrator account, you twat. </em></p>
<p>I know, but still. Gimme a password.</p>
<p><em>Here goes&#8230;</em></p>
<p>Alright, then.</p>
<p>Hmm. iTunes 9. Do you really want to install this?</p>
<p><em>Yes.</em></p>
<p>Alright. &lt;wait a minute&gt; I really don&#8217;t think you should. It may harm your computer.</p>
<p><em>I don&#8217;t care</em>. <em>No wait. Cancel the freakin&#8217; installation!</em></p>
<p>But why?</p>
<p>Psst! Lemme give you a piece of friendly advice. Use Windows Media Player.</p>
<p><em>That doesn&#8217;t work with iPods</em>.</p>
<p>Do I care? Buy a Zune, for Bill&#8217;s sake! And oh, that installation you wanted to cancel? You can&#8217;t. Its hung. Its crashed.</p>
<p><em>Die.</em></p>
<p><em>Now WHERE did I keep those Linux disks?</em></p>
Posted in Linux Rocks!, Stuff, Wierd, Win-doze  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crystalunicorn.wordpress.com/898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crystalunicorn.wordpress.com/898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crystalunicorn.wordpress.com/898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crystalunicorn.wordpress.com/898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crystalunicorn.wordpress.com/898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crystalunicorn.wordpress.com/898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crystalunicorn.wordpress.com/898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crystalunicorn.wordpress.com/898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crystalunicorn.wordpress.com/898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crystalunicorn.wordpress.com/898/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crystalunicorn.wordpress.com&blog=1660387&post=898&subd=crystalunicorn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crystalunicorn.wordpress.com/2009/10/01/windows-uac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e54963560e3a2f5c68107587ee3af89b?s=96&#38;d=&#38;r=PG" medium="image">
			<media:title type="html">Aditya</media:title>
		</media:content>
	</item>
		<item>
		<title>How To Set Up Your Printer In Ubuntu</title>
		<link>http://crystalunicorn.wordpress.com/2009/06/30/how-to-set-up-your-printer-in-ubuntu/</link>
		<comments>http://crystalunicorn.wordpress.com/2009/06/30/how-to-set-up-your-printer-in-ubuntu/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 16:01:06 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Customisation]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux Rocks!]]></category>
		<category><![CDATA[Stuff]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tweaks]]></category>
		<category><![CDATA[Win-doze]]></category>
		<category><![CDATA[print in linux]]></category>
		<category><![CDATA[print in ubuntu]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[spoolsv]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://crystalunicorn.wordpress.com/?p=774</guid>
		<description><![CDATA[Or, how to print effectively without any hassles in Ubuntu.
Step 1] Boot Ubuntu
Step 2] Make sure your printer is connected (via USB) and switched on
Step 3] Have two glasses of water
Step 4] Watch TV for five minutes
Step 5] Return to your terminal and start printing.
That&#8217;s it. No spoolsv problems, nothing. Ubuntu will notify about low-ink [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crystalunicorn.wordpress.com&blog=1660387&post=774&subd=crystalunicorn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Or, how to print effectively without any hassles in Ubuntu.</p>
<p><strong>Step 1] </strong>Boot Ubuntu</p>
<p><strong>Step 2] </strong>Make sure your printer is connected (via USB) and switched on</p>
<p><strong>Step 3] </strong>Have two glasses of water</p>
<p><strong>Step 4] </strong>Watch TV for five minutes</p>
<p><strong>Step 5] </strong>Return to your terminal and start printing.</p>
<p>That&#8217;s it. No spoolsv problems, nothing. Ubuntu will notify about low-ink and out of paper problems. It also reads .pdfs and .docs, so there is no question of incompatibility anyway.</p>
Posted in Customisation, Internet, Linux Rocks!, Stuff, Tips, Tweaks, Win-doze  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crystalunicorn.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crystalunicorn.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crystalunicorn.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crystalunicorn.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crystalunicorn.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crystalunicorn.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crystalunicorn.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crystalunicorn.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crystalunicorn.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crystalunicorn.wordpress.com/774/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crystalunicorn.wordpress.com&blog=1660387&post=774&subd=crystalunicorn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crystalunicorn.wordpress.com/2009/06/30/how-to-set-up-your-printer-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e54963560e3a2f5c68107587ee3af89b?s=96&#38;d=&#38;r=PG" medium="image">
			<media:title type="html">Aditya</media:title>
		</media:content>
	</item>
		<item>
		<title>The Windows XP Error Song</title>
		<link>http://crystalunicorn.wordpress.com/2008/12/26/the-windows-xp-error-song/</link>
		<comments>http://crystalunicorn.wordpress.com/2008/12/26/the-windows-xp-error-song/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 12:37:21 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Customisation]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux Rocks!]]></category>
		<category><![CDATA[Stuff]]></category>
		<category><![CDATA[Win-doze]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[songs]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://crystalunicorn.wordpress.com/?p=385</guid>
		<description><![CDATA[Familiar to all Windows XP users (and haters!)

Posted in Apple, Customisation, Internet, Linux Rocks!, Stuff, Win-doze       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crystalunicorn.wordpress.com&blog=1660387&post=385&subd=crystalunicorn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Familiar to all Windows XP users (and haters!)</p>
<p><span style="text-align:center; display: block;"><a href="http://crystalunicorn.wordpress.com/2008/12/26/the-windows-xp-error-song/"><img src="http://img.youtube.com/vi/5rTivKKh-2c/2.jpg" alt="" /></a></span></p>
Posted in Apple, Customisation, Internet, Linux Rocks!, Stuff, Win-doze  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crystalunicorn.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crystalunicorn.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crystalunicorn.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crystalunicorn.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crystalunicorn.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crystalunicorn.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crystalunicorn.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crystalunicorn.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crystalunicorn.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crystalunicorn.wordpress.com/385/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crystalunicorn.wordpress.com&blog=1660387&post=385&subd=crystalunicorn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crystalunicorn.wordpress.com/2008/12/26/the-windows-xp-error-song/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e54963560e3a2f5c68107587ee3af89b?s=96&#38;d=&#38;r=PG" medium="image">
			<media:title type="html">Aditya</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/5rTivKKh-2c/2.jpg" medium="image" />
	</item>
		<item>
		<title>Win-doze</title>
		<link>http://crystalunicorn.wordpress.com/2008/08/14/win-doze/</link>
		<comments>http://crystalunicorn.wordpress.com/2008/08/14/win-doze/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 10:34:02 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Linux Rocks!]]></category>
		<category><![CDATA[Win-doze]]></category>

		<guid isPermaLink="false">http://crystalunicorn.wordpress.com/2008/08/14/win-doze/</guid>
		<description><![CDATA[This is a post about why Windows sucks big time and why Ubuntu Linux or practically any Linux version can give any version of Windows a run for its money.
Reasons to use Windows

There are basically three reasons to use Windows:

Microsoft Office 2007 (because OpenOffice.org can never give such awesome text effects; and I&#8217;m still trying [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crystalunicorn.wordpress.com&blog=1660387&post=100&subd=crystalunicorn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is a post about why Windows sucks big time and why Ubuntu Linux or practically any Linux version can give any version of Windows a run for its money.</p>
<p><strong>Reasons to use Windows<br />
</strong></p>
<p>There are basically three reasons to use Windows:</p>
<ol>
<li><strong>Microsoft Office 2007 </strong>(because OpenOffice.org can never give such awesome text effects; and I&#8217;m still trying to figure out how make this work with WINE)<strong><br />
</strong></li>
<li><strong>iTunes (</strong>because Apple does not offer support to Linux and iTunes doesn&#8217;t run on WINE. Although I can use Rhythmbox to transfer songs to my iPod, but still adding photos, making playlists is not possible. <em>And</em> Ankur Bannerjee does not like Rhythmbox and I agree with some of his points too.)<strong><br />
</strong></li>
<li><strong>Safari </strong>(because it does not work with WINE either and it&#8217;s text rendering is awesome; although it is quite buggy and unstable)<strong><br />
</strong></li>
</ol>
<p>That&#8217;s it, folks!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/crystalunicorn.wordpress.com/100/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/crystalunicorn.wordpress.com/100/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crystalunicorn.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crystalunicorn.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crystalunicorn.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crystalunicorn.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crystalunicorn.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crystalunicorn.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crystalunicorn.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crystalunicorn.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crystalunicorn.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crystalunicorn.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crystalunicorn.wordpress.com&blog=1660387&post=100&subd=crystalunicorn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crystalunicorn.wordpress.com/2008/08/14/win-doze/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e54963560e3a2f5c68107587ee3af89b?s=96&#38;d=&#38;r=PG" medium="image">
			<media:title type="html">Aditya</media:title>
		</media:content>
	</item>
		<item>
		<title>Moo-buntu?</title>
		<link>http://crystalunicorn.wordpress.com/2008/04/21/moo-buntu/</link>
		<comments>http://crystalunicorn.wordpress.com/2008/04/21/moo-buntu/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 17:33:00 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Linux Rocks!]]></category>
		<category><![CDATA[Stuff]]></category>

		<guid isPermaLink="false">http://crystalunicorn.wordpress.com/2008/04/21/moo-buntu/</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crystalunicorn.wordpress.com&blog=1660387&post=246&subd=crystalunicorn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://bp0.blogger.com/_cbAFzGk2p6c/SAzMLtT0y7I/AAAAAAAAAJA/1oKL7by8Wf0/s1600-h/Screenshot-2.png"><img style="float:left;cursor:pointer;margin:0 10px 10px 0;" src="http://bp0.blogger.com/_cbAFzGk2p6c/SAzMLtT0y7I/AAAAAAAAAJA/1oKL7by8Wf0/s320/Screenshot-2.png" border="0" alt="" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/crystalunicorn.wordpress.com/246/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/crystalunicorn.wordpress.com/246/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crystalunicorn.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crystalunicorn.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crystalunicorn.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crystalunicorn.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crystalunicorn.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crystalunicorn.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crystalunicorn.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crystalunicorn.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crystalunicorn.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crystalunicorn.wordpress.com/246/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crystalunicorn.wordpress.com&blog=1660387&post=246&subd=crystalunicorn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crystalunicorn.wordpress.com/2008/04/21/moo-buntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e54963560e3a2f5c68107587ee3af89b?s=96&#38;d=&#38;r=PG" medium="image">
			<media:title type="html">Aditya</media:title>
		</media:content>

		<media:content url="http://bp0.blogger.com/_cbAFzGk2p6c/SAzMLtT0y7I/AAAAAAAAAJA/1oKL7by8Wf0/s320/Screenshot-2.png" medium="image" />
	</item>
	</channel>
</rss>