<?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 &#187; General Help</title>
	<atom:link href="http://myblog.tejaspmehta.com/category/general-help/feed/" rel="self" type="application/rss+xml" />
	<link>http://myblog.tejaspmehta.com</link>
	<description></description>
	<lastBuildDate>Mon, 08 Aug 2011 05:20:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 when installing)
Note: You [...]]]></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 install php5.x version to [...]]]></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>
		<item>
		<title>How to install Apache in Ubuntu / Linux</title>
		<link>http://myblog.tejaspmehta.com/2011/03/how-to-install-apache-in-ubuntu-linux/</link>
		<comments>http://myblog.tejaspmehta.com/2011/03/how-to-install-apache-in-ubuntu-linux/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 12:39:56 +0000</pubDate>
		<dc:creator>tejaspmehta</dc:creator>
				<category><![CDATA[General Help]]></category>
		<category><![CDATA[How Website Works]]></category>
		<category><![CDATA[Apache2]]></category>
		<category><![CDATA[Installing Apache2]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://myblog.tejaspmehta.com/?p=167</guid>
		<description><![CDATA[From last few months i have been using Ubuntu OS for development. As a PHP Developer it is necessary that we should work on LAMP environment. So firstly we installed Ubuntu. Now after that we have started Apache, MySQL and PHP also. In this section i will write up how to install Apache first. If [...]]]></description>
		<wfw:commentRss>http://myblog.tejaspmehta.com/2011/03/how-to-install-apache-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

