<?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>TechBytes &#187; Installation</title>
	<atom:link href="http://www.asim.pk/tag/installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asim.pk</link>
	<description>Technology Bytes</description>
	<lastBuildDate>Mon, 06 Sep 2010 21:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Intall Apache, MySQL and PHP on Ubuntu 8.10</title>
		<link>http://www.asim.pk/2009/01/09/intall-apache-mysql-and-php-on-ubuntu-810/</link>
		<comments>http://www.asim.pk/2009/01/09/intall-apache-mysql-and-php-on-ubuntu-810/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 19:01:39 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[LAMPP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=182</guid>
		<description><![CDATA[WARNING: Please use this method to install Apache, PHP and MySQL because its more suitable for most of your needs and has options to auto-upgrade your installation. The following method is obsolete and not recommended. After trying to install Apache, MySQL and PHP on Ubuntu 8.10 via several methods listed over the web. I opted [...]]]></description>
			<content:encoded><![CDATA[<p><strong><big>WARNING:</big></strong> <a href="http://www.asim.pk/2009/03/04/intall-apache-mysql-and-php-on-ubuntu-part-2/">Please use this method to install Apache, PHP and MySQL</a> because its more suitable for most of your needs and has options to auto-upgrade your installation. <strong>The following method is obsolete and not recommended.</strong></p>
<p>After trying to install Apache, MySQL and PHP on Ubuntu 8.10 via several methods listed over the web. I opted for <a href="http://www.xampp.org/" target="_blank"><strong>xampp package for linux</strong></a>.</p>
<p>It is as easy as ABC</p>
<p>Download the <a href="http://www.apachefriends.org/en/xampp-linux.html#374"><strong>xampp linux package from their official website</strong></a></p>
<pre class="brush: plain;">wget http://nchc.dl.sourceforge.net/sourceforge/xampp/xampp-linux-1.7.tar.gz</pre>
<p>(<em>I have selected <a href="http://www.nchc.org.tw/"><b>NCHC, Taiwan</b></a> as the mirror to download this package, you may try another</em>)</p>
<p>Extract the files</p>
<pre class="brush: plain;">sudo tar xvfz xampp-linux-1.7.tar.gz -C /opt</pre>
</p>
<p>Chmod the files to have nobody ownership</p>
<pre class="brush: plain;">sudo chown -R nobody:root /opt/lampp/</pre>
</p>
<p>Configure xampp security</p>
<pre class="brush: plain;">sudo /opt/lampp/lampp security</pre>
</p>
<p>Start xampp with this command</p>
<pre class="brush: plain;">sudo /opt/lampp/lampp start</pre>
</p>
<p>Stop xampp</p>
<pre class="brush: plain;">sudo /opt/lampp/lampp stop</pre>
</p>
<p>Restart xampp</p>
<pre class="brush: plain;">sudo /opt/lampp/lampp restart</pre>
</p>
<p>Login to ftp using the username <strong>nobody</strong> and the password that you have set up in the &#8220;xampp security&#8221;</p>
<p>To uninstall xampp</p>
<pre class="brush: plain;">sudo rm -fr /opt/lampp</pre>
</p>
<p><strong>Enjoy!!</strong></p>
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>May 15, 2010 &#8212; <a href="http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/" title="Good bye CentOS! Hello Ubuntu">Good bye CentOS! Hello Ubuntu</a></li>
<li>January 8, 2009 &#8212; <a href="http://www.asim.pk/2009/01/08/download-files-from-a-http-authenticated-directory-using-wget/" title="Download files from a http authenticated directory using wget">Download files from a http authenticated directory using wget</a></li>
<li>January 8, 2009 &#8212; <a href="http://www.asim.pk/2009/01/08/how-to-install-webmin-in-ubuntu-810/" title="How to Install Webmin in Ubuntu">How to Install Webmin in Ubuntu</a></li>
<li>May 1, 2009 &#8212; <a href="http://www.asim.pk/2009/05/01/installing-mysql-51-on-ubuntu/" title="Installing MySQL 5.1 on Ubuntu">Installing MySQL 5.1 on Ubuntu</a></li>
<li>January 8, 2009 &#8212; <a href="http://www.asim.pk/2009/01/08/ubuntu-810-perfect-linux-distro-for-php-development/" title="Ubuntu 8.10, Perfect Linux distro for PHP development">Ubuntu 8.10, Perfect Linux distro for PHP development</a></li>
<li>July 2, 2009 &#8212; <a href="http://www.asim.pk/2009/07/02/how-to-install-apache-php-and-mysql-on-centos/" title="How to Install Apache, PHP and MySQL on CentOS">How to Install Apache, PHP and MySQL on CentOS</a></li>
<li>July 19, 2010 &#8212; <a href="http://www.asim.pk/2010/07/19/installing-lighttpd-php-and-mysql-on-ubuntu/" title="Installing Lighttpd, PHP and MySQL on Ubuntu">Installing Lighttpd, PHP and MySQL on Ubuntu</a></li>
<li>June 20, 2010 &#8212; <a href="http://www.asim.pk/2010/06/20/set-mysql-root-password-on-fresh-copy-from-solusvm-os-template/" title="Set mysql&#8217;s root password on fresh copy from SolusVM OS template">Set mysql&#8217;s root password on fresh copy from SolusVM OS template</a></li>
<li>May 8, 2010 &#8212; <a href="http://www.asim.pk/2010/05/08/how-to-change-password-in-linux-console/" title="How to change password in linux console?">How to change password in linux console?</a></li>
<li>July 10, 2009 &#8212; <a href="http://www.asim.pk/2009/07/10/installing-php-5-2-6-on-centos-box/" title="Installing PHP 5.2.6 on CentOS box">Installing PHP 5.2.6 on CentOS box</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/01/09/intall-apache-mysql-and-php-on-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Install Webmin in Ubuntu</title>
		<link>http://www.asim.pk/2009/01/08/how-to-install-webmin-in-ubuntu-810/</link>
		<comments>http://www.asim.pk/2009/01/08/how-to-install-webmin-in-ubuntu-810/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 20:35:57 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>
		<category><![CDATA[Webmin]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=168</guid>
		<description><![CDATA[From the little help that I can get over the internet, I found out that you need to install the following packages to prepare the system for Webmin installation. Run the following command over SSH or Ubuntu Desktop&#8217;s terminal window (Applications -&#62; Accessories -&#62; Terminal). sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl [...]]]></description>
			<content:encoded><![CDATA[<p>From the little help that I can get over the internet, I found out that you need to install the following packages to prepare the system for Webmin installation.</p>
<p>Run the following command over SSH or Ubuntu Desktop&#8217;s terminal window (Applications -&gt; Accessories -&gt; Terminal).</p>
<pre class="brush: plain;">sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl </pre>
<p><em>(Learn <a href="http://www.asim.pk/2009/01/08/configuring-ssh-on-ubuntu-810/"><strong>how to configure SSH on Ubuntu 8.10</strong></a> if you want to have a remote access to your Ubuntu box)</em>.</p>
<p>Download the latest version of Webmin by running the following command (visit <a href="http://www.webmin.com/download.html"><em>webmin download section</em></a> for newer versions)</p>
<pre class="brush: plain;">wget http://ignum.dl.sourceforge.net/project/webadmin/webmin/1.500/webmin_1.500_all.deb </pre>
<p><a href="http://www.asim.pk/wp-content/uploads/2009/01/downloading_webmin.jpg"><img class="aligncenter size-medium wp-image-170" title="Downloading Webmin" src="http://www.asim.pk/wp-content/uploads/2009/01/downloading_webmin-300x225.jpg" alt="Downloading Webmin" width="300" height="225" /></a><br />
<em>Downloading Webmin</em></p>
<p>After the package has been downloaded, run the following command to install it</p>
<pre class="brush: plain;">sudo dpkg -i webmin_1.500_all.deb </pre>
<p>You should now be able to login to Webmin at the URL https://localhost:10000/ using root or any other user with sudo access.<br />
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>January 9, 2009 &#8212; <a href="http://www.asim.pk/2009/01/09/intall-apache-mysql-and-php-on-ubuntu-810/" title="Intall Apache, MySQL and PHP on Ubuntu 8.10">Intall Apache, MySQL and PHP on Ubuntu 8.10</a></li>
<li>January 8, 2009 &#8212; <a href="http://www.asim.pk/2009/01/08/download-files-from-a-http-authenticated-directory-using-wget/" title="Download files from a http authenticated directory using wget">Download files from a http authenticated directory using wget</a></li>
<li>January 8, 2009 &#8212; <a href="http://www.asim.pk/2009/01/08/configuring-ssh-on-ubuntu-810/" title="Configuring SSH on Ubuntu 8.10">Configuring SSH on Ubuntu 8.10</a></li>
<li>January 8, 2009 &#8212; <a href="http://www.asim.pk/2009/01/08/ubuntu-810-perfect-linux-distro-for-php-development/" title="Ubuntu 8.10, Perfect Linux distro for PHP development">Ubuntu 8.10, Perfect Linux distro for PHP development</a></li>
<li>May 1, 2009 &#8212; <a href="http://www.asim.pk/2009/05/01/installing-mysql-51-on-ubuntu/" title="Installing MySQL 5.1 on Ubuntu">Installing MySQL 5.1 on Ubuntu</a></li>
<li>May 8, 2010 &#8212; <a href="http://www.asim.pk/2010/05/08/how-to-change-password-in-linux-console/" title="How to change password in linux console?">How to change password in linux console?</a></li>
<li>January 22, 2009 &#8212; <a href="http://www.asim.pk/2009/01/22/ubuntu-setting-default-gateway-ip-etc/" title="Ubuntu: Setting default gateway / ip etc">Ubuntu: Setting default gateway / ip etc</a></li>
<li>May 27, 2010 &#8212; <a href="http://www.asim.pk/2010/05/27/linode-is-blazzing-fast/" title="Linode is Blazzing Fast">Linode is Blazzing Fast</a></li>
<li>May 15, 2010 &#8212; <a href="http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/" title="Good bye CentOS! Hello Ubuntu">Good bye CentOS! Hello Ubuntu</a></li>
<li>May 8, 2010 &#8212; <a href="http://www.asim.pk/2010/05/08/bought-a-new-vps-from-quickweb/" title="Bought a new VPS from QuickWeb">Bought a new VPS from QuickWeb</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/01/08/how-to-install-webmin-in-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
