<?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>Raasukutty&#039;s &#187; Computers</title>
	<atom:link href="http://www.raasukutty.com/blog/category/computers/feed" rel="self" type="application/rss+xml" />
	<link>http://www.raasukutty.com/blog</link>
	<description>i code, therefore i am</description>
	<lastBuildDate>Sat, 24 Jul 2010 03:56:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Why I hate Reports?</title>
		<link>http://www.raasukutty.com/blog/computers/why-i-hate-reports.html</link>
		<comments>http://www.raasukutty.com/blog/computers/why-i-hate-reports.html#comments</comments>
		<pubDate>Sun, 07 Mar 2010 23:45:41 +0000</pubDate>
		<dc:creator>Rajeshwaran S P</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[bored]]></category>
		<category><![CDATA[musing]]></category>

		<guid isPermaLink="false">http://www.raasukutty.com/blog/?p=455</guid>
		<description><![CDATA[I hate Reports. Reports as in Crystal Reports, Sql Server Reporting Services. I was pondering over the question, why do I hate reports? this entire day. Do I simple hate them? Did it have something to do with the way I look at them? Is it because, I have always seen it in the wrong [...]

<h4>Possibly Related posts:</h4>
<ol><li><a href='http://www.raasukutty.com/blog/programming/logi-xml-bi-tool.html' rel='bookmark' title='Permanent Link: Logi XML BI Tool'>Logi XML BI Tool</a> <small>For the current project that I am working on, we...</small></li>
<li><a href='http://www.raasukutty.com/blog/society/social-networking-craze.html' rel='bookmark' title='Permanent Link: Social Networking Craze'>Social Networking Craze</a> <small>Social Networking is the catch phrase of the hour. Everyone...</small></li>
<li><a href='http://www.raasukutty.com/blog/computers/free-software.html' rel='bookmark' title='Permanent Link: Free Software'>Free Software</a> <small>I am writing this post using WriteRoom, one super working...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I hate Reports. Reports as in Crystal Reports, Sql Server Reporting Services.</p>
<p>I was pondering over the question, why do I hate reports? this entire day. Do I simple hate them? Did it have something to do with the way I look at them? Is it because, I have always seen it in the wrong way? Was it that I hated it from the first that I am getting an aversion towards it?</p>
<p>My first work with reports was in 2007. I really hated the way Crystal Reports did the formatting. Even though, I had very little space between the columns, it always rendered it with more space, and I would be questioned on why there was more space? How will I know? That would be my answer. Only when I had one column laid literally over the other, did it give a small space. It all started there! And it is still continuing.</p>
<p>I thought only Crystal Reports was like that! Now SSRS (SQL Server Reporting Services) is even more terrible. I understand that Reports are more important requirements in any project. They are the way of letting people see, decide and plan on what has to be done. Any software solution provider will have reporting requirements that need to be done. I tried to even start reading books on Reports, but something is wrong in the way that I understand them. I write SQL, but somehow, I hate it when it comes to reports. It must be the way I perceive it, but really, Reports / Data Analysis is really not my cup of tea! I really can&#8217;t get over this feeling. I want to learn it, but simply I can&#8217;t.</p>
<p>I hate you Reports! But somehow, I have to do it! Get it done!</p>


<h4>Possibly Related posts:</h4><p><ol><li><a href='http://www.raasukutty.com/blog/programming/logi-xml-bi-tool.html' rel='bookmark' title='Permanent Link: Logi XML BI Tool'>Logi XML BI Tool</a> <small>For the current project that I am working on, we...</small></li>
<li><a href='http://www.raasukutty.com/blog/society/social-networking-craze.html' rel='bookmark' title='Permanent Link: Social Networking Craze'>Social Networking Craze</a> <small>Social Networking is the catch phrase of the hour. Everyone...</small></li>
<li><a href='http://www.raasukutty.com/blog/computers/free-software.html' rel='bookmark' title='Permanent Link: Free Software'>Free Software</a> <small>I am writing this post using WriteRoom, one super working...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.raasukutty.com/blog/computers/why-i-hate-reports.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Uninstalling MySQL on Mac OS X</title>
		<link>http://www.raasukutty.com/blog/computers/uninstalling-mysql-on-mac-os-x.html</link>
		<comments>http://www.raasukutty.com/blog/computers/uninstalling-mysql-on-mac-os-x.html#comments</comments>
		<pubDate>Fri, 01 Jan 2010 17:12:02 +0000</pubDate>
		<dc:creator>Rajeshwaran S P</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.raasukutty.com/blog/?p=428</guid>
		<description><![CDATA[Here are the steps to perform a clean un-install of MySQL from your Mac. Execute the following commands at the Terminal Open /etc/hostconfig file in a text editor and remove the following line MYSQLCOM=-YES- That&#8217;s all. Possibly Related posts:Rails: Error with MySQL in welcome screen After installing rails, to test it, I created a rails... [...]

<h4>Possibly Related posts:</h4>
<ol><li><a href='http://www.raasukutty.com/blog/open-source/rails-mysql-connection-problem.html' rel='bookmark' title='Permanent Link: Rails: Error with MySQL in welcome screen'>Rails: Error with MySQL in welcome screen</a> <small>After installing rails, to test it, I created a rails...</small></li>
<li><a href='http://www.raasukutty.com/blog/computers/installing-lamp-in-ubuntu.html' rel='bookmark' title='Permanent Link: Installing LAMP in Ubuntu'>Installing LAMP in Ubuntu</a> <small>Following are the steps to get Apache, MySQL and PHP...</small></li>
<li><a href='http://www.raasukutty.com/blog/computers/installing-rails-local-gem-install.html' rel='bookmark' title='Permanent Link: Installing Rails : Local gem install'>Installing Rails : Local gem install</a> <small>After a unsuccessful installation of rails that took nearly 5...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here are the steps to perform a clean un-install of MySQL from your Mac.</p>
<p>Execute the following commands at the Terminal</p>
<div id="attachment_429" class="wp-caption aligncenter" style="width: 398px"><a href="http://www.raasukutty.com/blog/wp-content/uploads/2010/01/Screen-shot-2010-01-01-at-12.05.26-PM.png"><img class="size-full wp-image-429" title="Uninstall MySQL" src="http://www.raasukutty.com/blog/wp-content/uploads/2010/01/Screen-shot-2010-01-01-at-12.05.26-PM.png" alt="" width="388" height="144" /></a><p class="wp-caption-text">Uninstalling MySQL</p></div>
<p>Open /etc/hostconfig file in a text editor and remove the following line</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">MYSQLCOM</span>=-YES-</pre></div></div>

<p>That&#8217;s all.</p>


<h4>Possibly Related posts:</h4><p><ol><li><a href='http://www.raasukutty.com/blog/open-source/rails-mysql-connection-problem.html' rel='bookmark' title='Permanent Link: Rails: Error with MySQL in welcome screen'>Rails: Error with MySQL in welcome screen</a> <small>After installing rails, to test it, I created a rails...</small></li>
<li><a href='http://www.raasukutty.com/blog/computers/installing-lamp-in-ubuntu.html' rel='bookmark' title='Permanent Link: Installing LAMP in Ubuntu'>Installing LAMP in Ubuntu</a> <small>Following are the steps to get Apache, MySQL and PHP...</small></li>
<li><a href='http://www.raasukutty.com/blog/computers/installing-rails-local-gem-install.html' rel='bookmark' title='Permanent Link: Installing Rails : Local gem install'>Installing Rails : Local gem install</a> <small>After a unsuccessful installation of rails that took nearly 5...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.raasukutty.com/blog/computers/uninstalling-mysql-on-mac-os-x.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPod Shuffle</title>
		<link>http://www.raasukutty.com/blog/computers/ipod-shuffle.html</link>
		<comments>http://www.raasukutty.com/blog/computers/ipod-shuffle.html#comments</comments>
		<pubDate>Sat, 12 Dec 2009 00:01:39 +0000</pubDate>
		<dc:creator>Rajeshwaran S P</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[america]]></category>
		<category><![CDATA[company]]></category>

		<guid isPermaLink="false">http://www.raasukutty.com/blog/?p=418</guid>
		<description><![CDATA[I was surprised the day before yesterday to see a FedEx door tag hanging on my apartment door. I had not ordered anything, or I could not think of someone who would spend money to send me a FedEx parcel as gift. I just left it signed on my door yesterday, so that the FedEx [...]

<h4>Possibly Related posts:</h4>
<ol><li><a href='http://www.raasukutty.com/blog/musings/a-2008-love-story.html' rel='bookmark' title='Permanent Link: A 2008 love? story!'>A 2008 love? story!</a> <small>Once there was a guy, enjoying life, doing whatever he...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was surprised the day before yesterday to see a FedEx door tag hanging on my apartment door. I had not ordered anything, or I could not think of someone who would spend money to send me a FedEx parcel as gift.</p>
<p>I just left it signed on my door yesterday, so that the FedEx person could leave it at the door. When I came back for lunch, yesterday, I met the FedEx guy who gave me a small parcel.</p>
<p>Viola! it contained a 2 GB iPod Shuffle. It was gifted by Sagitec, my employer as a Christmas gift. </p>
<p>Thank You Sagitec.</p>


<h4>Possibly Related posts:</h4><p><ol><li><a href='http://www.raasukutty.com/blog/musings/a-2008-love-story.html' rel='bookmark' title='Permanent Link: A 2008 love? story!'>A 2008 love? story!</a> <small>Once there was a guy, enjoying life, doing whatever he...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.raasukutty.com/blog/computers/ipod-shuffle.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free Software</title>
		<link>http://www.raasukutty.com/blog/computers/free-software.html</link>
		<comments>http://www.raasukutty.com/blog/computers/free-software.html#comments</comments>
		<pubDate>Thu, 26 Nov 2009 23:21:58 +0000</pubDate>
		<dc:creator>Rajeshwaran S P</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[musing]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.raasukutty.com/blog/?p=405</guid>
		<description><![CDATA[I am writing this post using WriteRoom, one super working space on my new laptop Macbook Pro.  I got this one as one major purchase after I landed in US. I gave up my only companion the PC, to which I have been faithful since my beginning days in computers for a new Mac. Why [...]

<h4>Possibly Related posts:</h4>
<ol><li><a href='http://www.raasukutty.com/blog/musings/free.html' rel='bookmark' title='Permanent Link: Free!'>Free!</a> <small>Free, I have broken free, free from proprietary software in...</small></li>
<li><a href='http://www.raasukutty.com/blog/musings/a-software-engineers-feelings.html' rel='bookmark' title='Permanent Link: A Software Engineer&#8217;s feelings&#8230;..'>A Software Engineer&#8217;s feelings&#8230;..</a> <small>I am sharing the content of a email, I received...</small></li>
<li><a href='http://www.raasukutty.com/blog/open-source/what-does-it-mean-to-be-free.html' rel='bookmark' title='Permanent Link: What does it mean to be Free?'>What does it mean to be Free?</a> <small>Here is a nice video on what we mean, when...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am writing this post using WriteRoom, one super working space on my new laptop Macbook Pro.  I got this one as one major purchase after I landed in US.</p>
<p>I gave up my only companion the PC, to which I have been faithful since my beginning days in computers for a new Mac. Why did I take the decision? I still use Microsoft&#8217;s own Visual Studio in office for my development activities. So half of my time, I am on a PC and the remaining time I am on Mac. They both are a different culture. Everything about Mac, at least my first feel of Mac is it is beautiful.</p>
<p>Design &#8211; It is Apple&#8217;s forte. It has that good finish, wonderful, artistic and everything about it. That is what captured me to it. Being a designer myself, I wanted to own it, and it just happened that I did it in the home of software development.</p>
<p>I have no regrets with Windows or Linux, the two other operating systems I have used fairly so far. The first software that I have licensed, other than the OS is TextMate. It was a worthy buy. So I have bought a license for it. It feels good to own and work on licensed software. I feel as if I own it. I feel that I respect the work that goes into the making of it. I love open source and free softwares. If there is some great work going on, and you can provide your own contributions to it, yes pay them. It is not for the software, but the people behind it.</p>
<p>In India, we use pirated software all the time. Piracy is nothing. Everyone has a copy of Windows, Office running on their machines. The cost of software in Indian currency is much higher compared to the US counterparts. People don&#8217;t like to pay for just a CD. We are used to the belief that if you pay more, you get more. For something as big as Rs. 13,000/- a CD doesn&#8217;t suffice, we look for something more bigger. We are used to thinking that way, just like grocery and furniture shopping.</p>
<p>Since, everyone is used to using Windows, no one wants to move from the comfort zone offered by it and embrace free software. There has to be paradigm shift, if people should start buying software.</p>
<p>How can that be achieved. It won&#8217;t/can&#8217;t happen immediately. Schools should start using Linux and open source softwares. Students must be encouraged to read code, tweak existing programs so that they get what they want. They must get that idea, the machine does only what they want it to do, rather than stand amazed at seeing the computer working. After all it is what it is programmed for. Then as they grow up, they will start appreciating software and by the time, they get their own computers, they get to choose what they want. They can buy a Windows or a Mac, or write their own operating systems.</p>
<p>Lets make this happen!</p>
<p>After all, it is necessity that is the mother of all inventions.</p>


<h4>Possibly Related posts:</h4><p><ol><li><a href='http://www.raasukutty.com/blog/musings/free.html' rel='bookmark' title='Permanent Link: Free!'>Free!</a> <small>Free, I have broken free, free from proprietary software in...</small></li>
<li><a href='http://www.raasukutty.com/blog/musings/a-software-engineers-feelings.html' rel='bookmark' title='Permanent Link: A Software Engineer&#8217;s feelings&#8230;..'>A Software Engineer&#8217;s feelings&#8230;..</a> <small>I am sharing the content of a email, I received...</small></li>
<li><a href='http://www.raasukutty.com/blog/open-source/what-does-it-mean-to-be-free.html' rel='bookmark' title='Permanent Link: What does it mean to be Free?'>What does it mean to be Free?</a> <small>Here is a nice video on what we mean, when...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.raasukutty.com/blog/computers/free-software.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Star Team : Missing Files from Source Control</title>
		<link>http://www.raasukutty.com/blog/computers/star-team-missing-files-from-source-control.html</link>
		<comments>http://www.raasukutty.com/blog/computers/star-team-missing-files-from-source-control.html#comments</comments>
		<pubDate>Wed, 24 Jun 2009 12:10:14 +0000</pubDate>
		<dc:creator>Rajeshwaran S P</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[starteam]]></category>

		<guid isPermaLink="false">http://www.raasukutty.com/blog/?p=378</guid>
		<description><![CDATA[Here is a nice incident that happened today at office. We use Star Team for source code configuration tool. I wanted to move the location where I maintain the project files in my local system, from C:\ to D:\. So I logged into Star Team, and opened the project. Then I clicked on View -> [...]

<h4>Possibly Related posts:</h4>
<ol><li><a href='http://www.raasukutty.com/blog/open-source/ubuntu-panel-missing.html' rel='bookmark' title='Permanent Link: Ubuntu Panel Missing!'>Ubuntu Panel Missing!</a> <small>When I logged into the machine today, I was shocked...</small></li>
<li><a href='http://www.raasukutty.com/blog/open-source/keynote-interest-in-open-source.html' rel='bookmark' title='Permanent Link: Keynote &#8211; Interest in Open Source'>Keynote &#8211; Interest in Open Source</a> <small>I was stumbling the web as usual a few days...</small></li>
<li><a href='http://www.raasukutty.com/blog/open-source/how-to-open-extract-and-use-rar-files-in-ubuntu.html' rel='bookmark' title='Permanent Link: How to open, extract and use RAR files in Ubuntu'>How to open, extract and use RAR files in Ubuntu</a> <small>Archive Manager in Gnome does not support .rar files by...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here is a nice incident that happened today at office.</p>
<p>We use Star Team for source code configuration tool. I wanted to move the location where I maintain the project files in my local system, from C:\ to D:\. So I logged into Star Team, and opened the project. Then I clicked on View -> Properties. This opened the Properties dialog. There I selected the &#8220;Alternate Path&#8221; option and specified the &#8220;D:\Directory&#8221;.</p>
<p>Instead of showing all the files in the &#8216;Missing&#8217; status, Star Team just didn&#8217;t display any folder excepting the Root folder. For any one who logged in after i made the change, Star Team just was reporting a &#8216;Not in View&#8217; status, meaning, the file was not in the Star Team. Ah! It turned out that I had deleted all the files from &#8220;Source Control&#8221;&#8230; with a big stress on the word &#8216;Deleted&#8217;.</p>
<p>Actually, we are living in a connected world. So it happened that, our Star Team administrator had removed the &#8216;Grant&#8217; privilege on all of us as he was doing some testing and he didn&#8217;t want us to make change to the Star Team. What he failed to do was not intimating us of the grant change.</p>
<p>So once, the grant was provided to all, we were all able to see all the files. That ended the case of the missing files!!!</p>
<p>Here is the learning: To change Grant options: On the Folder Tree Menu, choose Advanced and then Select Child Folders. Then choose the users who need Access and Grant them the access to the folder. If nothing is specified, all are granted privilege to the folders.</p>


<h4>Possibly Related posts:</h4><p><ol><li><a href='http://www.raasukutty.com/blog/open-source/ubuntu-panel-missing.html' rel='bookmark' title='Permanent Link: Ubuntu Panel Missing!'>Ubuntu Panel Missing!</a> <small>When I logged into the machine today, I was shocked...</small></li>
<li><a href='http://www.raasukutty.com/blog/open-source/keynote-interest-in-open-source.html' rel='bookmark' title='Permanent Link: Keynote &#8211; Interest in Open Source'>Keynote &#8211; Interest in Open Source</a> <small>I was stumbling the web as usual a few days...</small></li>
<li><a href='http://www.raasukutty.com/blog/open-source/how-to-open-extract-and-use-rar-files-in-ubuntu.html' rel='bookmark' title='Permanent Link: How to open, extract and use RAR files in Ubuntu'>How to open, extract and use RAR files in Ubuntu</a> <small>Archive Manager in Gnome does not support .rar files by...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.raasukutty.com/blog/computers/star-team-missing-files-from-source-control.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing LAMP in Ubuntu</title>
		<link>http://www.raasukutty.com/blog/computers/installing-lamp-in-ubuntu.html</link>
		<comments>http://www.raasukutty.com/blog/computers/installing-lamp-in-ubuntu.html#comments</comments>
		<pubDate>Mon, 27 Apr 2009 15:45:16 +0000</pubDate>
		<dc:creator>Rajeshwaran S P</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.raasukutty.com/blog/?p=262</guid>
		<description><![CDATA[Following are the steps to get Apache, MySQL and PHP installed on a Ubuntu system. Installing Apache: In the terminal window issue the following command 1 sudo apt-get install apache2 To test if Apache has installed successfully, open a browser and browse to http://localhost. A message &#8220;It works&#8221; will be displayed. Installing PHP In the [...]

<h4>Possibly Related posts:</h4>
<ol><li><a href='http://www.raasukutty.com/blog/open-source/dual-booting-ubuntu-and-xp.html' rel='bookmark' title='Permanent Link: Dual booting Ubuntu and XP'>Dual booting Ubuntu and XP</a> <small>Starting out on the Open Source fever, I installed Mandriva,...</small></li>
<li><a href='http://www.raasukutty.com/blog/computers/installing-rails-local-gem-install.html' rel='bookmark' title='Permanent Link: Installing Rails : Local gem install'>Installing Rails : Local gem install</a> <small>After a unsuccessful installation of rails that took nearly 5...</small></li>
<li><a href='http://www.raasukutty.com/blog/open-source/how-to-open-extract-and-use-rar-files-in-ubuntu.html' rel='bookmark' title='Permanent Link: How to open, extract and use RAR files in Ubuntu'>How to open, extract and use RAR files in Ubuntu</a> <small>Archive Manager in Gnome does not support .rar files by...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Following are the steps to get Apache, MySQL and PHP installed on a Ubuntu system.</p>
<p><strong>Installing Apache:</strong></p>
<p>In the terminal window issue the following command</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> apache2</pre></td></tr></table></div>

<p>To test if Apache has installed successfully, open a browser and browse to http://localhost. A message &#8220;It works&#8221; will be displayed.<br />
<strong></strong></p>
<p><strong>Installing PHP</strong></p>
<p>In the terminal window issue the following command</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> php5 libapache2-mod-php5</pre></td></tr></table></div>

<p>Once the installation is complete, to get php working, restart apache server by issuing the following command</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>apache2 restart</pre></td></tr></table></div>

<p>To test that PHP has been successfully installed, quickly create a test PHP script</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gedit <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>www<span style="color: #000000; font-weight: bold;">/</span>test.php</pre></td></tr></table></div>

<p>In the gedit window, type a script and save the file</p>
<p>Open up a browser window and open the test.php file created. The PHP application environment information will be displayed.</p>
<p><strong>Installing MySQL</strong></p>
<p>In the terminal, run the following command</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> mysql-server</pre></td></tr></table></div>

<p>That should get mysql installed. You will be prompted for a &#8216;root&#8217; db user password. Enter it.<br />
To test mysql, in the terminal issue,</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">mysql <span style="color: #660033;">-u</span> root <span style="color: #660033;">-p</span></pre></td></tr></table></div>

<p>Enter the root user password for mysql server. You will be launched into the mysql prompt.</p>
<p><strong>Installing phpMyAdmin</strong></p>
<p>To install phpMyAdmin, issue the following command at the terminal</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> libapache2-mod-auth-mysql php5-mysql phpmyadmin</pre></td></tr></table></div>

<p>To test phpmyadmin, open a browser and navigate to http://localhost/phpmyadmin.<br />
Thats it!</p>


<h4>Possibly Related posts:</h4><p><ol><li><a href='http://www.raasukutty.com/blog/open-source/dual-booting-ubuntu-and-xp.html' rel='bookmark' title='Permanent Link: Dual booting Ubuntu and XP'>Dual booting Ubuntu and XP</a> <small>Starting out on the Open Source fever, I installed Mandriva,...</small></li>
<li><a href='http://www.raasukutty.com/blog/computers/installing-rails-local-gem-install.html' rel='bookmark' title='Permanent Link: Installing Rails : Local gem install'>Installing Rails : Local gem install</a> <small>After a unsuccessful installation of rails that took nearly 5...</small></li>
<li><a href='http://www.raasukutty.com/blog/open-source/how-to-open-extract-and-use-rar-files-in-ubuntu.html' rel='bookmark' title='Permanent Link: How to open, extract and use RAR files in Ubuntu'>How to open, extract and use RAR files in Ubuntu</a> <small>Archive Manager in Gnome does not support .rar files by...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.raasukutty.com/blog/computers/installing-lamp-in-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cows and Bulls game</title>
		<link>http://www.raasukutty.com/blog/computers/cows-and-bulls-game.html</link>
		<comments>http://www.raasukutty.com/blog/computers/cows-and-bulls-game.html#comments</comments>
		<pubDate>Sat, 18 Apr 2009 05:50:04 +0000</pubDate>
		<dc:creator>Rajeshwaran S P</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[cows and bulls]]></category>
		<category><![CDATA[cowsnbulls]]></category>
		<category><![CDATA[game]]></category>

		<guid isPermaLink="false">http://www.raasukutty.com/blog/?p=229</guid>
		<description><![CDATA[Cows and Bulls is a small word building game, implemented in C# as a Windows Application. Feel free to download and play around with it. CowsNBulls is in its version 0.0.0.1 and in beta testing. The game began in the last bench of my college, MIT where we used to play this game. It was [...]

<h4>Possibly Related posts:</h4>
<ol><li><a href='http://www.raasukutty.com/blog/programming/happy-new-year-2010.html' rel='bookmark' title='Permanent Link: Happy New Year 2010'>Happy New Year 2010</a> <small>Wish you all a very Happy New Year 2010. Let...</small></li>
<li><a href='http://www.raasukutty.com/blog/design/css-strip-day.html' rel='bookmark' title='Permanent Link: CSS Strip Day'>CSS Strip Day</a> <small>What happened to the design? To know more about why...</small></li>
<li><a href='http://www.raasukutty.com/blog/computers/what-type-of-programmer-are-you.html' rel='bookmark' title='Permanent Link: What type of programmer are you?'>What type of programmer are you?</a> <small>While stumbling through web sites, I hit upon , Doolwind&#8217;s...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Cows and Bulls is a small word building game, implemented in C# as a Windows Application. Feel free to download and play around with it. CowsNBulls is in its version 0.0.0.1 and in beta testing.</p>
<p>The game began in the last bench of my college, MIT where we used to play this game. It was Barath Kumar, my friend who introduced this game to us. Thought of computerizing it and so here it is. </p>
<p><a title="Cows N Bulls game" href="http://www.raasukutty.com/blog/wp-content/uploads/2009/04/CowsNBulls.zip">Download the game</a> and do let me know your comments.</p>
<p><strong>Edit: For a web only version of the game, visit: <a title="Cows N Bulls Game" href="http://www.raasukutty.net" target="_blank">www.raasukutty.net</a></strong></p>
<p>The web only version is developed using HTML, Javascript and jQuery. For all the developers out there, check out the source using <em>view source</em>.  All suggestions are welcome.</p>
<p>Happy gaming!</p>


<h4>Possibly Related posts:</h4><p><ol><li><a href='http://www.raasukutty.com/blog/programming/happy-new-year-2010.html' rel='bookmark' title='Permanent Link: Happy New Year 2010'>Happy New Year 2010</a> <small>Wish you all a very Happy New Year 2010. Let...</small></li>
<li><a href='http://www.raasukutty.com/blog/design/css-strip-day.html' rel='bookmark' title='Permanent Link: CSS Strip Day'>CSS Strip Day</a> <small>What happened to the design? To know more about why...</small></li>
<li><a href='http://www.raasukutty.com/blog/computers/what-type-of-programmer-are-you.html' rel='bookmark' title='Permanent Link: What type of programmer are you?'>What type of programmer are you?</a> <small>While stumbling through web sites, I hit upon , Doolwind&#8217;s...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.raasukutty.com/blog/computers/cows-and-bulls-game.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Rails : Local gem install</title>
		<link>http://www.raasukutty.com/blog/computers/installing-rails-local-gem-install.html</link>
		<comments>http://www.raasukutty.com/blog/computers/installing-rails-local-gem-install.html#comments</comments>
		<pubDate>Mon, 23 Mar 2009 09:57:42 +0000</pubDate>
		<dc:creator>Rajeshwaran S P</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.raasukutty.com/blog/?p=190</guid>
		<description><![CDATA[After a unsuccessful installation of rails that took nearly 5 hours, I decided to get rid of Ruby. But the geek inside me, wanted me to go for the kill. That started the quest of successfully installing and deploying rails on WAMP server. Here are the steps. Requirements: WAMP Server Ruby Installer for Windows. Ruby [...]

<h4>Possibly Related posts:</h4>
<ol><li><a href='http://www.raasukutty.com/blog/computers/rails-installation.html' rel='bookmark' title='Permanent Link: Rails Installation'>Rails Installation</a> <small>Installing Rails needs a lot of patience. The command is...</small></li>
<li><a href='http://www.raasukutty.com/blog/open-source/rails-mysql-connection-problem.html' rel='bookmark' title='Permanent Link: Rails: Error with MySQL in welcome screen'>Rails: Error with MySQL in welcome screen</a> <small>After installing rails, to test it, I created a rails...</small></li>
<li><a href='http://www.raasukutty.com/blog/computers/installing-lamp-in-ubuntu.html' rel='bookmark' title='Permanent Link: Installing LAMP in Ubuntu'>Installing LAMP in Ubuntu</a> <small>Following are the steps to get Apache, MySQL and PHP...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>After a unsuccessful installation of rails that took nearly 5 hours, I decided to get rid of Ruby. But the geek inside me, wanted me to go for the kill. That started the quest of successfully installing and deploying rails on WAMP server. Here are the steps.</p>
<p><strong>Requirements:</strong></p>
<ul> <a href="http://www.wampserver.com/en/download.php">WAMP Server</a><br />
<a href="http://rubyforge.org/frs/download.php/29263/ruby186-26.exe">Ruby Installer</a> for Windows.<br />
<a href="http://rubyforge.org/projects/rubygems/">Ruby Gems</a>.<br />
Download the latest .gem file for <a href="http://rubyforge.org/projects/rake/">Rake</a>.<br />
Download the latest .gem file for <a href="http://rubyforge.org/projects/activerecord/">Active Record</a>.<br />
Download the latest .gem file for <a href="http://rubyforge.org/projects/activesupport/">Active Support</a>.<br />
Download the latest .gem file for <a href="http://rubyforge.org/projects/actionmailer/">Action Mailer</a>.<br />
Download the latest .gem file for <a href="http://rubyforge.org/projects/actionpack/">Action Pack</a>.<br />
Download the latest .gem file for <a href="http://rubyforge.org/projects/rails/">Rails</a>.</ul>
<p><strong>Installation Instructions:</strong></p>
<ol> Install WAMP and Ruby on the machine.</ol>
<ol>Extract the Ruby Gems Zip file to any location and open a command prompt window.</ol>
<ol>Run setup.rb from the command prompt in the location where the zip was extracted.</ol>
<ol>Open command prompt and navigate to the folder where the downloaded gems are located.</ol>
<ol>Install Rake using the following command.</ol>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="ruby" style="font-family:monospace;">gem install rake<span style="color:#006600; font-weight:bold;">-</span>x.<span style="color:#9900CC;">x</span>.<span style="color:#9900CC;">x</span> <span style="color:#006600; font-weight:bold;">--</span>local</pre></td></tr></table></div>

<ol>Here x.x.x stands for the version number, for example, to install rake-2.3.2.gem run it as &#8216;gem install rake-2.3.2 &#8211;local&#8217;.</ol>
<ol>Install Active Support, Active Record, Action Pack, Action Mailer and Rails using the command as below</ol>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="ruby" style="font-family:monospace;">gem install gem<span style="color:#006600; font-weight:bold;">-</span>x.<span style="color:#9900CC;">x</span>.<span style="color:#9900CC;">x</span> <span style="color:#006600; font-weight:bold;">--</span>local</pre></td></tr></table></div>

<ol>Replacing the gem- to the current gem to be installed.</ol>
<p>This will get Rails installed on the machine. The total install time should be close to 10 minutes.</p>


<h4>Possibly Related posts:</h4><p><ol><li><a href='http://www.raasukutty.com/blog/computers/rails-installation.html' rel='bookmark' title='Permanent Link: Rails Installation'>Rails Installation</a> <small>Installing Rails needs a lot of patience. The command is...</small></li>
<li><a href='http://www.raasukutty.com/blog/open-source/rails-mysql-connection-problem.html' rel='bookmark' title='Permanent Link: Rails: Error with MySQL in welcome screen'>Rails: Error with MySQL in welcome screen</a> <small>After installing rails, to test it, I created a rails...</small></li>
<li><a href='http://www.raasukutty.com/blog/computers/installing-lamp-in-ubuntu.html' rel='bookmark' title='Permanent Link: Installing LAMP in Ubuntu'>Installing LAMP in Ubuntu</a> <small>Following are the steps to get Apache, MySQL and PHP...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.raasukutty.com/blog/computers/installing-rails-local-gem-install.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rails Installation</title>
		<link>http://www.raasukutty.com/blog/computers/rails-installation.html</link>
		<comments>http://www.raasukutty.com/blog/computers/rails-installation.html#comments</comments>
		<pubDate>Sat, 21 Mar 2009 22:02:56 +0000</pubDate>
		<dc:creator>Rajeshwaran S P</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.raasukutty.com/blog/?p=186</guid>
		<description><![CDATA[Installing Rails needs a lot of patience. The command is simple &#8220;gem install rails&#8221;. But it is a resource hungry and a time consuming installation. I started the installation at 00:00:00 HRS and it is 03:22:23 HRS now and the installation is still going on. And look at the memory footprint of the ruby program [...]

<h4>Possibly Related posts:</h4>
<ol><li><a href='http://www.raasukutty.com/blog/open-source/rails-mysql-connection-problem.html' rel='bookmark' title='Permanent Link: Rails: Error with MySQL in welcome screen'>Rails: Error with MySQL in welcome screen</a> <small>After installing rails, to test it, I created a rails...</small></li>
<li><a href='http://www.raasukutty.com/blog/computers/installing-rails-local-gem-install.html' rel='bookmark' title='Permanent Link: Installing Rails : Local gem install'>Installing Rails : Local gem install</a> <small>After a unsuccessful installation of rails that took nearly 5...</small></li>
<li><a href='http://www.raasukutty.com/blog/programming/fixing-libmysqldll-issue-in-rails.html' rel='bookmark' title='Permanent Link: Fixing libmysql.dll issue in Rails'>Fixing libmysql.dll issue in Rails</a> <small>To fix the error, &#8220;This application has failed to start...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Installing Rails needs a lot of patience. The command is simple &#8220;gem install rails&#8221;. But it is a resource hungry and a time consuming installation.</p>
<p>I started the installation at 00:00:00 HRS and it is 03:22:23 HRS now and the installation is still going on.</p>
<p>And look at the memory footprint of the ruby program that is installing rails.<br />
<div id="attachment_187" class="wp-caption aligncenter" style="width: 505px"><img src="http://www.raasukutty.com/blog/wp-content/uploads/2009/03/usage.jpg" alt="Mem footprint" title="Usage Stats" width="495" height="504" class="size-full wp-image-187" /><p class="wp-caption-text">Mem footprint</p></div></p>
<p>And here is the Performance Statistics:<br />
<img src="http://www.raasukutty.com/blog/wp-content/uploads/2009/03/perf.jpg" alt="Performance Stats" title="Performance Stats" width="495" height="504" class="aligncenter size-full wp-image-188" /></p>
<p>Why is an installation taking such a long time?</p>


<h4>Possibly Related posts:</h4><p><ol><li><a href='http://www.raasukutty.com/blog/open-source/rails-mysql-connection-problem.html' rel='bookmark' title='Permanent Link: Rails: Error with MySQL in welcome screen'>Rails: Error with MySQL in welcome screen</a> <small>After installing rails, to test it, I created a rails...</small></li>
<li><a href='http://www.raasukutty.com/blog/computers/installing-rails-local-gem-install.html' rel='bookmark' title='Permanent Link: Installing Rails : Local gem install'>Installing Rails : Local gem install</a> <small>After a unsuccessful installation of rails that took nearly 5...</small></li>
<li><a href='http://www.raasukutty.com/blog/programming/fixing-libmysqldll-issue-in-rails.html' rel='bookmark' title='Permanent Link: Fixing libmysql.dll issue in Rails'>Fixing libmysql.dll issue in Rails</a> <small>To fix the error, &#8220;This application has failed to start...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.raasukutty.com/blog/computers/rails-installation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Widescreen Monitor on ASUS A8V-VM running VIA/S3G Deltachrome display.</title>
		<link>http://www.raasukutty.com/blog/computers/widescreen-monitor-on-asus-a8v-vm-running-vias3g-deltachrome-display.html</link>
		<comments>http://www.raasukutty.com/blog/computers/widescreen-monitor-on-asus-a8v-vm-running-vias3g-deltachrome-display.html#comments</comments>
		<pubDate>Fri, 13 Mar 2009 23:00:31 +0000</pubDate>
		<dc:creator>Rajeshwaran S P</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[computers fascination]]></category>
		<category><![CDATA[via/s3g]]></category>
		<category><![CDATA[widescreen]]></category>

		<guid isPermaLink="false">http://www.raasukutty.com/blog/?p=146</guid>
		<description><![CDATA[I got a new SAMSUNG SyncMaster 2033sw, monitor, as my 10 yr old Philips has been running into issues for quite some time now. My PC in Neyveli (hometown) runs on AMD Athlon 64 on a ASUS A8V-VM series motherboard. The display adapter is an on board solution provided by VIA/S3G. When I connected the [...]

<h4>Possibly Related posts:</h4>
<ol><li><a href='http://www.raasukutty.com/blog/open-source/my-first-cup-of-linux.html' rel='bookmark' title='Permanent Link: My first cup of Linux'>My first cup of Linux</a> <small>My first PC was a P II @266MHz system, with...</small></li>
<li><a href='http://www.raasukutty.com/blog/computers/dealing-with-computer-overheating-thermal-issues.html' rel='bookmark' title='Permanent Link: Dealing with Computer Overheating : Thermal Issues'>Dealing with Computer Overheating : Thermal Issues</a> <small>Computer Overheating symptoms are when your system shutdown abruptly, after...</small></li>
<li><a href='http://www.raasukutty.com/blog/open-source/rake-migrate-aborted.html' rel='bookmark' title='Permanent Link: Rake Migrate &#8211; Aborted!'>Rake Migrate &#8211; Aborted!</a> <small>Trying out a sample application using rails, I faced a...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I got a new SAMSUNG SyncMaster 2033sw, monitor, as my 10 yr old Philips has been running into issues for quite some time now. My PC in Neyveli (hometown) runs on AMD Athlon 64 on a ASUS A8V-VM series motherboard.<br />
The display adapter is an on board solution provided by VIA/S3G.</p>
<p>When I connected the new monitor, the screen resolution was 1024 x 768 and the maximum supported by VIA/S3G Deltachrome IGP is 1280 x 768. This new one has a optimal resolution of 1440 x 900 (32 bpp). Searching on internet on various forums made me feel bad on choosing a wide screen monitor. Everyone said that a BIOS flash was required, which I least preferred.</p>
<p>But a simple driver update left to Windows Hardware Update utility did the trick. All is needed is just a Update Driver using the Add/Remove Hardware Wizard.</p>
<p>So Just update the driver if you are running into issues on the resolution. If that too doesn&#8217;t help, then resort to flashing the BIOS.</p>
<p><strong>Edit</strong>: <a href="http://www.viaarena.com/default.aspx?PageID=420&#038;OSID=1&#038;CatID=1160&#038;SubCatID=109">Download</a> driver for Windows XP.</p>


<h4>Possibly Related posts:</h4><p><ol><li><a href='http://www.raasukutty.com/blog/open-source/my-first-cup-of-linux.html' rel='bookmark' title='Permanent Link: My first cup of Linux'>My first cup of Linux</a> <small>My first PC was a P II @266MHz system, with...</small></li>
<li><a href='http://www.raasukutty.com/blog/computers/dealing-with-computer-overheating-thermal-issues.html' rel='bookmark' title='Permanent Link: Dealing with Computer Overheating : Thermal Issues'>Dealing with Computer Overheating : Thermal Issues</a> <small>Computer Overheating symptoms are when your system shutdown abruptly, after...</small></li>
<li><a href='http://www.raasukutty.com/blog/open-source/rake-migrate-aborted.html' rel='bookmark' title='Permanent Link: Rake Migrate &#8211; Aborted!'>Rake Migrate &#8211; Aborted!</a> <small>Trying out a sample application using rails, I faced a...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.raasukutty.com/blog/computers/widescreen-monitor-on-asus-a8v-vm-running-vias3g-deltachrome-display.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
