<?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>Harsh's Tech blog</title>
	<atom:link href="http://harshanurodh.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://harshanurodh.wordpress.com</link>
	<description>Harsh back with Blog</description>
	<lastBuildDate>Sun, 26 Apr 2009 11:14:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='harshanurodh.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Harsh's Tech blog</title>
		<link>http://harshanurodh.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://harshanurodh.wordpress.com/osd.xml" title="Harsh&#039;s Tech blog" />
	<atom:link rel='hub' href='http://harshanurodh.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to install DRUPAL in ubuntu</title>
		<link>http://harshanurodh.wordpress.com/2009/04/26/how-to-install-drupal-in-ubuntu/</link>
		<comments>http://harshanurodh.wordpress.com/2009/04/26/how-to-install-drupal-in-ubuntu/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 11:10:01 +0000</pubDate>
		<dc:creator>harshanurodh</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://harshanurodh.wordpress.com/?p=12</guid>
		<description><![CDATA[1. Install Apache HTTP Server sudo apt-get install apache2 2. Install MySQL Database Server sudo apt-get install mysql-server-5.0 -d 3. Install PHP5 and Apache PHP5 module sudo apt-get install php5 libapache2-mod-php5 -d 4. Install phpMyAdmin (Optional) sudo apt-get install phpmyadmin 5. Install MySQL Administrator (Optional) sudo apt-get install mysql-admin 6. Open php.ini gksudo gedit /etc/php5/apache2/php.ini [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=harshanurodh.wordpress.com&amp;blog=7508573&amp;post=12&amp;subd=harshanurodh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>1. Install Apache HTTP Server</p></blockquote>
<p>sudo apt-get install apache2</p>
<p>2. Install MySQL Database Server<br />
sudo apt-get install mysql-server-5.0 -d</p>
<p>3. Install PHP5 and Apache PHP5 module<br />
sudo apt-get install php5 libapache2-mod-php5 -d</p>
<p>4. Install phpMyAdmin (Optional)<br />
sudo apt-get install phpmyadmin</p>
<p>5. Install MySQL Administrator (Optional)<br />
sudo apt-get install mysql-admin</p>
<p>6. Open php.ini<br />
gksudo gedit /etc/php5/apache2/php.ini</p>
<p>7. Add the following line in the php.ini<br />
extension=mysql.so</p>
<p>8. Open apache2.conf<br />
gksudo gedit /etc/apache2/apache2.conf</p>
<p>9.Add the following line of code inside apache2.conf to setup phpmyadmin under Apache<br />
Include /etc/phpmyadmin/apache.conf</p>
<p>10. Now restart Apache<br />
sudo /etc/init.d/apache2 restart</p>
<p>11. Go To http://localhost/phpmyadmin<br />
Login using your MySQL user name and password that you have set when installing MySQL server.Create a database for drupal.  In my case I created a database named â€œdrupaldbâ€.</p>
<p>12. Install GD module for php5<br />
sudo apt-get install php5-gd</p>
<p>13. Download the latest stable Drupal from here.<br />
In my case I am using drupal-6.9.  Change to your default download directory.</p>
<p>14. Extract the drupal-6.9.tar.gz to your default web directory.</p>
<p>sudo tar -xvf drupal-6.9.tar.gz  -C /var/www/</p>
<p>15. Change to drupal sites default directory<br />
cd  /var/www/drupal-6.9/sites/default</p>
<p>16. Make a copy of default.settings.php file as settings.php<br />
sudo cp default.settings.php settings.php</p>
<p>17. Make the settings.php as writable<br />
sudo chmod a+w settings.php</p>
<p>18. Make the sites/default directory as writable<br />
sudo chmod a+w /var/www/drupal-6.9/sites/default</p>
<p>19. Now restart Apache<br />
sudo /etc/init.d/apache2 restart.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/harshanurodh.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/harshanurodh.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/harshanurodh.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/harshanurodh.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/harshanurodh.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/harshanurodh.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/harshanurodh.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/harshanurodh.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/harshanurodh.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/harshanurodh.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/harshanurodh.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/harshanurodh.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/harshanurodh.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/harshanurodh.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=harshanurodh.wordpress.com&amp;blog=7508573&amp;post=12&amp;subd=harshanurodh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://harshanurodh.wordpress.com/2009/04/26/how-to-install-drupal-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fda0619d230cdfd43b215615f1123dca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">harshanurodh</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Install PHP in Linux</title>
		<link>http://harshanurodh.wordpress.com/2009/04/26/how-to-install-php-in-linux/</link>
		<comments>http://harshanurodh.wordpress.com/2009/04/26/how-to-install-php-in-linux/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 11:07:54 +0000</pubDate>
		<dc:creator>harshanurodh</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://harshanurodh.wordpress.com/?p=10</guid>
		<description><![CDATA[yum install php-common php-gd php-mcrypt php-pear php-pecl-memcache php-mhash php-mysql php-xml<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=harshanurodh.wordpress.com&amp;blog=7508573&amp;post=10&amp;subd=harshanurodh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>yum install php-common php-gd php-mcrypt php-pear php-pecl-memcache php-mhash php-mysql php-xml</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/harshanurodh.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/harshanurodh.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/harshanurodh.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/harshanurodh.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/harshanurodh.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/harshanurodh.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/harshanurodh.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/harshanurodh.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/harshanurodh.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/harshanurodh.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/harshanurodh.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/harshanurodh.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/harshanurodh.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/harshanurodh.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=harshanurodh.wordpress.com&amp;blog=7508573&amp;post=10&amp;subd=harshanurodh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://harshanurodh.wordpress.com/2009/04/26/how-to-install-php-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fda0619d230cdfd43b215615f1123dca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">harshanurodh</media:title>
		</media:content>
	</item>
		<item>
		<title>Check Db scheduler jobs</title>
		<link>http://harshanurodh.wordpress.com/2009/04/26/check-db-scheduler-jobs/</link>
		<comments>http://harshanurodh.wordpress.com/2009/04/26/check-db-scheduler-jobs/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 10:28:40 +0000</pubDate>
		<dc:creator>harshanurodh</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://harshanurodh.wordpress.com/?p=7</guid>
		<description><![CDATA[select owner,job_name,state from dba_scheduler_jobs where owner=&#8217;ACME&#8217;;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=harshanurodh.wordpress.com&amp;blog=7508573&amp;post=7&amp;subd=harshanurodh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>select owner,job_name,state from dba_scheduler_jobs where owner=&#8217;ACME&#8217;;</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/harshanurodh.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/harshanurodh.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/harshanurodh.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/harshanurodh.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/harshanurodh.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/harshanurodh.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/harshanurodh.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/harshanurodh.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/harshanurodh.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/harshanurodh.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/harshanurodh.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/harshanurodh.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/harshanurodh.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/harshanurodh.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=harshanurodh.wordpress.com&amp;blog=7508573&amp;post=7&amp;subd=harshanurodh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://harshanurodh.wordpress.com/2009/04/26/check-db-scheduler-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fda0619d230cdfd43b215615f1123dca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">harshanurodh</media:title>
		</media:content>
	</item>
		<item>
		<title>To remove blank lines : Linux command:</title>
		<link>http://harshanurodh.wordpress.com/2009/04/26/to-remove-blank-lines-linux-command/</link>
		<comments>http://harshanurodh.wordpress.com/2009/04/26/to-remove-blank-lines-linux-command/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 10:25:30 +0000</pubDate>
		<dc:creator>harshanurodh</dc:creator>
				<category><![CDATA[Shell Script]]></category>

		<guid isPermaLink="false">http://harshanurodh.wordpress.com/?p=5</guid>
		<description><![CDATA[grep -v &#8216;^$&#8217; 1_Original.log &#62; temp.log<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=harshanurodh.wordpress.com&amp;blog=7508573&amp;post=5&amp;subd=harshanurodh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>grep -v &#8216;^$&#8217; 1_Original.log &gt; temp.log</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/harshanurodh.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/harshanurodh.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/harshanurodh.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/harshanurodh.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/harshanurodh.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/harshanurodh.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/harshanurodh.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/harshanurodh.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/harshanurodh.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/harshanurodh.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/harshanurodh.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/harshanurodh.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/harshanurodh.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/harshanurodh.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=harshanurodh.wordpress.com&amp;blog=7508573&amp;post=5&amp;subd=harshanurodh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://harshanurodh.wordpress.com/2009/04/26/to-remove-blank-lines-linux-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fda0619d230cdfd43b215615f1123dca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">harshanurodh</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Lock/Unlock user Account in Oracle</title>
		<link>http://harshanurodh.wordpress.com/2009/04/26/how-to-lockunlock-user-account-in-oracle/</link>
		<comments>http://harshanurodh.wordpress.com/2009/04/26/how-to-lockunlock-user-account-in-oracle/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 10:08:56 +0000</pubDate>
		<dc:creator>harshanurodh</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://harshanurodh.wordpress.com/?p=3</guid>
		<description><![CDATA[# Log in oracle server # sqlplus /as sysdba # ALTER USER username ACCOUNT LOCK; # ALTER USER username ACCOUNT UNLOCK;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=harshanurodh.wordpress.com&amp;blog=7508573&amp;post=3&amp;subd=harshanurodh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p># Log in oracle server</p>
<p># sqlplus /as sysdba</p>
<p># ALTER USER username ACCOUNT LOCK;</p>
<p># ALTER USER username ACCOUNT UNLOCK;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/harshanurodh.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/harshanurodh.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/harshanurodh.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/harshanurodh.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/harshanurodh.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/harshanurodh.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/harshanurodh.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/harshanurodh.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/harshanurodh.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/harshanurodh.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/harshanurodh.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/harshanurodh.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/harshanurodh.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/harshanurodh.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=harshanurodh.wordpress.com&amp;blog=7508573&amp;post=3&amp;subd=harshanurodh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://harshanurodh.wordpress.com/2009/04/26/how-to-lockunlock-user-account-in-oracle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fda0619d230cdfd43b215615f1123dca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">harshanurodh</media:title>
		</media:content>
	</item>
	</channel>
</rss>
