<?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>Tejas P Mehta</title>
	<atom:link href="http://myblog.tejaspmehta.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://myblog.tejaspmehta.com</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 08:22:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to re-create the Show desktop icon on the Quick Launch toolbar in Windows XP</title>
		<link>http://myblog.tejaspmehta.com/2012/05/how-to-re-create-the-show-desktop-icon-on-the-quick-launch-toolbar-in-windows-xp/</link>
		<comments>http://myblog.tejaspmehta.com/2012/05/how-to-re-create-the-show-desktop-icon-on-the-quick-launch-toolbar-in-windows-xp/#comments</comments>
		<pubDate>Tue, 15 May 2012 08:22:47 +0000</pubDate>
		<dc:creator>tejaspmehta</dc:creator>
				<category><![CDATA[General Help]]></category>
		<category><![CDATA[re-create the Show desktop icon]]></category>
		<category><![CDATA[Show desktop icon on the Quick Launch toolbar]]></category>

		<guid isPermaLink="false">http://myblog.tejaspmehta.com/?p=192</guid>
		<description><![CDATA[Few days ago accidentally i lost my Show Desktop icon from Quick Launch toolbar. So i tried to make it work by few tricks like enable disable Quick launch again. But it did not work. So i followed following steps to make it work. Click on Start Menu and Goto Run and type following %userprofile%\Application [...]]]></description>
		<wfw:commentRss>http://myblog.tejaspmehta.com/2012/05/how-to-re-create-the-show-desktop-icon-on-the-quick-launch-toolbar-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove Bookmarks in Places Menu</title>
		<link>http://myblog.tejaspmehta.com/2011/08/how-to-remove-bookmarks-in-places-menu/</link>
		<comments>http://myblog.tejaspmehta.com/2011/08/how-to-remove-bookmarks-in-places-menu/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 05:20:20 +0000</pubDate>
		<dc:creator>tejaspmehta</dc:creator>
				<category><![CDATA[General Help]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[remove Bookmarks in Places Menu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Help]]></category>

		<guid isPermaLink="false">http://myblog.tejaspmehta.com/?p=188</guid>
		<description><![CDATA[When we are using Ubuntu at that time somehow we want to bookmark some place which will be easily listed in Places menu. But by doing this sometimes order get changed or Documents, Pictures, Download all tabs are moved to bookmark option. This will create problem. So here is easy way to solve this problem [...]]]></description>
		<wfw:commentRss>http://myblog.tejaspmehta.com/2011/08/how-to-remove-bookmarks-in-places-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable mod_rewrite in Ubuntu server ?</title>
		<link>http://myblog.tejaspmehta.com/2011/07/how-to-enable-mod_rewrite-in-ubuntu-server/</link>
		<comments>http://myblog.tejaspmehta.com/2011/07/how-to-enable-mod_rewrite-in-ubuntu-server/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 09:49:32 +0000</pubDate>
		<dc:creator>tejaspmehta</dc:creator>
				<category><![CDATA[General Help]]></category>
		<category><![CDATA[How to enable mod_rewrite]]></category>
		<category><![CDATA[LAMP System setup]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mod_rewite]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://myblog.tejaspmehta.com/?p=184</guid>
		<description><![CDATA[After setting up proper LAMP system on Ubuntu we need to set some other parameters also for apache to workout smoothly with current open source systems. For that must necessary configuration is mode_rewite module. To enable this module use following command in terminal: a2enmode rewrite This will enable your clean URL structure for websites.]]></description>
		<wfw:commentRss>http://myblog.tejaspmehta.com/2011/07/how-to-enable-mod_rewrite-in-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install MySQL in Ubuntu / Linux</title>
		<link>http://myblog.tejaspmehta.com/2011/06/how-to-install-mysql-in-ubuntu-linux/</link>
		<comments>http://myblog.tejaspmehta.com/2011/06/how-to-install-mysql-in-ubuntu-linux/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 12:54:09 +0000</pubDate>
		<dc:creator>tejaspmehta</dc:creator>
				<category><![CDATA[General Help]]></category>
		<category><![CDATA[How Website Works]]></category>
		<category><![CDATA[PHP/MySql Help]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://myblog.tejaspmehta.com/?p=180</guid>
		<description><![CDATA[In my last post i have described how to install PHP in Ubuntu. You can found that article here. Now after installing PHP successfully we will install MySQL now. 1. Open the terminal from Applications &#62; Accessories &#62; Terminal sudo apt-get install mysql-server 2. set your root password (although mysql should ask you about that [...]]]></description>
		<wfw:commentRss>http://myblog.tejaspmehta.com/2011/06/how-to-install-mysql-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install PHP in Ubuntu / Linux</title>
		<link>http://myblog.tejaspmehta.com/2011/04/how-to-install-php-in-ubuntu-linux/</link>
		<comments>http://myblog.tejaspmehta.com/2011/04/how-to-install-php-in-ubuntu-linux/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 10:27:11 +0000</pubDate>
		<dc:creator>tejaspmehta</dc:creator>
				<category><![CDATA[General Help]]></category>
		<category><![CDATA[How Website Works]]></category>
		<category><![CDATA[PHP/MySql Help]]></category>
		<category><![CDATA[Installing PHP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP Installation in Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://myblog.tejaspmehta.com/?p=173</guid>
		<description><![CDATA[In my last post i have described how to install Apache in Ubuntu. You can found that article here. Now after installing Apache successfully we will install PHP now. 1. Open the terminal from Applications &#62; Accessories &#62; Terminal 2. Install PHP using apt-get by typing the following sudo apt-get install php5 libapache2-mod-php5 This will [...]]]></description>
		<wfw:commentRss>http://myblog.tejaspmehta.com/2011/04/how-to-install-php-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

