<?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>Problem With Solutions &#187; Installation</title>
	<atom:link href="http://www.bestdesigns.co.in/blog/category/installation/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bestdesigns.co.in/blog</link>
	<description>Something Different In Linux</description>
	<lastBuildDate>Fri, 09 Dec 2011 11:55:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to install phpmyadmin on linux</title>
		<link>http://www.bestdesigns.co.in/blog/how-to-install-phpmyadmin-on-linux</link>
		<comments>http://www.bestdesigns.co.in/blog/how-to-install-phpmyadmin-on-linux#comments</comments>
		<pubDate>Sat, 23 Oct 2010 22:05:49 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[phpmyadmin on linux]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1611</guid>
		<description><![CDATA[How to install phpmyadmin on linux server ? Ans : phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields,<a href="http://www.bestdesigns.co.in/blog/how-to-install-phpmyadmin-on-linux">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/how-to-install-phpmyadmin-on-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install propel-gen</title>
		<link>http://www.bestdesigns.co.in/blog/install-propel-gen</link>
		<comments>http://www.bestdesigns.co.in/blog/install-propel-gen#comments</comments>
		<pubDate>Tue, 12 Oct 2010 20:01:00 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[install propel-gen]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1581</guid>
		<description><![CDATA[How to install propel-gen on Linux server ? Ans: Propel is an open-source Object-Relational Mapping (ORM) for PHP5. It allows you to access your database using a set of objects, providing a simple API for storing and retrieving data. Propel gives you, the web application developer, the tools to work with databases in the same<a href="http://www.bestdesigns.co.in/blog/install-propel-gen">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/install-propel-gen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install php soap on the linux plesk server</title>
		<link>http://www.bestdesigns.co.in/blog/install-php-soap-linux-plesk-server</link>
		<comments>http://www.bestdesigns.co.in/blog/install-php-soap-linux-plesk-server#comments</comments>
		<pubDate>Wed, 04 Aug 2010 11:21:44 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[php soap on the linux plesk]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1058</guid>
		<description><![CDATA[How to install php soap on the linux plesk server(centos 5 -i386) ? Ans : You can easily installed php soap by using the rpm rpm -ivh http://www6.atomicorp.com/channels/atomic/centos/5/i386/RPMS/php-soap-5.2.13-1.el5.art.i386.rpm Then check it by using the command php -m &#124; grep soap soap Done]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/install-php-soap-linux-plesk-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to enable SSL3.0 on cpanel server</title>
		<link>http://www.bestdesigns.co.in/blog/enable-ssl3-0-cpanel-server</link>
		<comments>http://www.bestdesigns.co.in/blog/enable-ssl3-0-cpanel-server#comments</comments>
		<pubDate>Mon, 05 Jul 2010 12:28:49 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[cpanel]]></category>
		<category><![CDATA[Email Marketing Series]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[enable SSL3.0 on cpanel server]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=988</guid>
		<description><![CDATA[To Disable SSLv2 and enable SSLv3 in the server in cpanel Linux Server Edit the ssl.conf file root@server []# vi /usr/local/apache/conf/ssl.conf Edit the line from SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL To SSLProtocol -SSLv2 +SSLv3 +TLSv1 SSLCipherSuite !NULL:!ADH:!EXP:!LOW:SSLv3:+HIGH:+MEDIUM root@server []# /etc/init.d/httpd restart You can connect the server using OpenSSL to test it SSLv3 enable or not : root@server []#<a href="http://www.bestdesigns.co.in/blog/enable-ssl3-0-cpanel-server">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/enable-ssl3-0-cpanel-server/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Install tomcat 6 on cpanel server</title>
		<link>http://www.bestdesigns.co.in/blog/install-tomcat-6</link>
		<comments>http://www.bestdesigns.co.in/blog/install-tomcat-6#comments</comments>
		<pubDate>Sat, 22 May 2010 10:37:58 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tomact 6]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=869</guid>
		<description><![CDATA[How to install tomcat 6 on the linux server ? When you have installed tomcat by using Easy-Apache then  it installed Tomcat 5.5 and if you want to installed Tomcat 6.0 then you need to made some necessary changes on the server. 1) First install  Tomcat 5  by using Easy-Apache means java is also installed<a href="http://www.bestdesigns.co.in/blog/install-tomcat-6">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/install-tomcat-6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to uninstall ffmpeg</title>
		<link>http://www.bestdesigns.co.in/blog/uninstall-ffmpeg</link>
		<comments>http://www.bestdesigns.co.in/blog/uninstall-ffmpeg#comments</comments>
		<pubDate>Sun, 16 May 2010 16:12:39 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Email Marketing Series]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[uninstall ffmpeg]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=899</guid>
		<description><![CDATA[How to uninstall ffmpeg ? Ans : I have installed the ffmpeg by using the /usr/local/src/ffmpeg directory so I have uninstalled it by using the same directory. cd /usr/local/src/ffmpeg make uninstall Deleting ffmpeg-related files from /usr/lib &#38; /usr/bin folders. You can confirm by using following command to uninstall ffmpeg. locate ffmpeg &#124; grep bin cd<a href="http://www.bestdesigns.co.in/blog/uninstall-ffmpeg">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/uninstall-ffmpeg/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to update the yum repository on Centos 5 server</title>
		<link>http://www.bestdesigns.co.in/blog/update-yum-repository-centos-5-server</link>
		<comments>http://www.bestdesigns.co.in/blog/update-yum-repository-centos-5-server#comments</comments>
		<pubDate>Sun, 16 May 2010 14:28:42 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Email Marketing Series]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[update the yum repository]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=896</guid>
		<description><![CDATA[How to update the yum repository on Centos 5 server 1) yum install yum-fastestmirror 2) yum install yum-priorities 3) uname -i If the output is i386 then cd /usr/local/src wget  http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm 4) Install key rpm --import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt 5)Install rpmforge rpm -ivh rpmforge-release-0.3.6-1.el5.rf.i386.rpm 6) yum check-update It will take some time to update teh RPM and<a href="http://www.bestdesigns.co.in/blog/update-yum-repository-centos-5-server">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/update-yum-repository-centos-5-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install imagick on linux server</title>
		<link>http://www.bestdesigns.co.in/blog/install-imagick-linux-server</link>
		<comments>http://www.bestdesigns.co.in/blog/install-imagick-linux-server#comments</comments>
		<pubDate>Thu, 29 Apr 2010 22:20:25 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Email Marketing Series]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[install imagick on linux server]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=885</guid>
		<description><![CDATA[How to install imagick on linux server ? Solution : ================ cd /usr/local/src wget http://pecl.php.net/get/imagick-2.2.0.tgz tar -zxvf imagick-2.2.0.tgz cd imagick-2.2.0 phpize ./configure make make install ================ Done]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/install-imagick-linux-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install RvSiteBuilder on cpanel server</title>
		<link>http://www.bestdesigns.co.in/blog/install-rvsitebuilder-cpanel-server</link>
		<comments>http://www.bestdesigns.co.in/blog/install-rvsitebuilder-cpanel-server#comments</comments>
		<pubDate>Sun, 11 Apr 2010 22:39:55 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[install RvSiteBuilder]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=854</guid>
		<description><![CDATA[If you want to install Rvsite builder on cpanel server then use the following simple steps. cd /usr/local/cpanel/whostmgr/docroot/cgi/ rm -f rvsitebuilderinstaller.tar wget http://download.rvglobalsoft.com/rvsitebuilderinstaller.tar tar -xvf rvsitebuilderinstaller.tar chmod 755 addon_rvsitebuilder.cgi Login to WHM as root, you will find RVSiteBuilder Installer menu under the Plugins Section. Click RVSiteBuilder Installer to begin the installation process. You will be<a href="http://www.bestdesigns.co.in/blog/install-rvsitebuilder-cpanel-server">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/install-rvsitebuilder-cpanel-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install mplayer on linux server</title>
		<link>http://www.bestdesigns.co.in/blog/install-mplayer-linux-server</link>
		<comments>http://www.bestdesigns.co.in/blog/install-mplayer-linux-server#comments</comments>
		<pubDate>Sun, 21 Mar 2010 06:11:55 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Email Marketing Series]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[install mplayer on linux server]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=818</guid>
		<description><![CDATA[You can get MPlayer via Subversion.  Issue the following command to get the latest sources: root@server[] cd /usr/local/src svn checkout svn://svn.mplayerhq.hu/mplayer/trunk  mplayer root@server[] svn update root@server[] cd mplayer root@server[]./configure root@server[] make root@server[] make install Done You can check the path of mplayer by using the command root@server [ ] which mplayer /usr/local/bin/mplayer Done]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/install-mplayer-linux-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

