<?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>Am!NeS0Ft's blog &#187; How to install and setting up LAMPP/XAMPP In Linux</title>
	<atom:link href="http://aminesoft.wordpress.com/tag/how-to-install-and-setting-up-lamppxampp-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://aminesoft.wordpress.com</link>
	<description>linux / unix / 3d / mac OS</description>
	<lastBuildDate>Mon, 21 Dec 2009 12:02:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='aminesoft.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/38a17e10ee7c245db760461859c24010?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Am!NeS0Ft's blog &#187; How to install and setting up LAMPP/XAMPP In Linux</title>
		<link>http://aminesoft.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aminesoft.wordpress.com/osd.xml" title="Am!NeS0Ft&#8217;s blog" />
		<item>
		<title>How to install and setting up LAMPP/XAMPP In Linux</title>
		<link>http://aminesoft.wordpress.com/2009/03/25/how-to-install-and-setting-up-lamppxampp-in-linux/</link>
		<comments>http://aminesoft.wordpress.com/2009/03/25/how-to-install-and-setting-up-lamppxampp-in-linux/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 19:12:23 +0000</pubDate>
		<dc:creator>abdessmed mohamed amine</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux security]]></category>
		<category><![CDATA[linux server]]></category>
		<category><![CDATA[How to install and setting up LAMPP/XAMPP]]></category>
		<category><![CDATA[How to install and setting up LAMPP/XAMPP In Linux]]></category>

		<guid isPermaLink="false">http://aminesoft.wordpress.com/?p=260</guid>
		<description><![CDATA[
1 // The commands in this HOWTO must be entered in the terminal:
Applications -&#62; Accessories -&#62; Terminal

2 // Download XAMPP to your Home :
wget http://ovh.dl.sourceforge.net/sourceforge/xampp/xampp-linux-1.7.tar.gz
3 // And extract the files :
tar xvfz xampp-linux-1.7.tar.gz -C /opt
4 // Create a XAMPP start menu entry:
cd ~/.local/share/applications
 gedit xampp-control-panel.desktop
5 // Paste the following into the open file &#8221; just [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminesoft.wordpress.com&blog=3705654&post=260&subd=aminesoft&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:left;"><strong><img class="alignnone" title="lvs" src="http://2.bp.blogspot.com/_sa_Yhvas0HY/R9l5UoyMuVI/AAAAAAAAAL8/pkcVqEV-nfE/s400/Linux+Virtual+Server.png" alt="" width="105" height="105" /></strong></p>
<p style="text-align:left;"><strong>1 // The commands in this HOWTO must be entered in the terminal:</strong></p>
<pre>Applications -&gt; Accessories -&gt; Terminal</pre>
<p style="text-align:left;">
<p style="text-align:left;"><strong>2 // Download XAMPP to your Home :</strong></p>
<pre style="text-align:left;">wget http://ovh.dl.sourceforge.net/sourceforge/xampp/xampp-linux-1.7.tar.gz</pre>
<p style="text-align:left;"><strong>3 // And </strong><strong>extract the files </strong><strong>:</strong></p>
<pre><tt>tar xvfz xampp-linux-1.7.tar.gz -C /opt</tt></pre>
<p><strong>4 // Create a XAMPP start menu entry:</strong></p>
<p><code>cd ~/.local/share/applications</code></p>
<p><code> gedit xampp-control-panel.desktop</code></p>
<p><strong>5 // Paste the following into the open file &#8221; just for new version&#8221; :</strong></p>
<p><code>[Desktop Entry]<br />
Comment=Start/Stop XAMPP<br />
Name=XAMPP Control Panel<br />
Exec=gksudo /opt/lampp/share/xampp-control-panel/xampp-control-panel<br />
Icon[en_CA]=/opt/lampp/htdocs/xampp/img/logo-small.gif<br />
Encoding=UTF-8<br />
Terminal=false<br />
Name[en_CA]=XAMPP Control Panel<br />
Comment[en_CA]=Start/Stop XAMPP<br />
Type=Application<br />
Icon=/opt/lampp/htdocs/xampp/img/logo-small.gif</code></p>
<p><strong>Save and close the file.</strong></p>
<p><strong>7 //</strong><strong> Publish:</strong><br />
XAMPP uses /opt/lampp/htdocs as the root web directory, but you can publish pages in your home directory this way.</p>
<pre><code>cd ~</code>

<code>
mkdir public_html</code>

<code>
sudo ln -s ~/public_html /opt/lampp/htdocs/$USER</code></pre>
<p>Now any files and folders you place in ~/public_html will be<br />
published to your personal webserver.</p>
<p><strong>8 //</strong> <strong>Start XAMPP via the terminal:</strong></p>
<pre><code>cd /opt/lampp</code>

<code>
sudo ./lampp start

</code></pre>
<p><strong>9 // Stop XAMPP (if necessary):</strong></p>
<pre><code>cd /opt/lampp</code>
<pre><code>sudo ./lampp stop
</code></pre>
</pre>
<p><code><strong>10 // Or </strong></code><strong>Via the XAMPP Control Panel:</strong></p>
<pre>Applications -&gt; Other -&gt; XAMPP Control Panel</pre>
<p><strong>11 // Now</strong><strong> Security:</strong></p>
<p><a href="http://www.apachefriends.org/en/xampp-linux.html#381">http://apachefriends.org/xampp-linux/381</a></p>
<ol>
<li>1. The MySQL root user has a blank password.<br />
2. MySQL is accessible via your local network.<br />
3. ProFTPD has user “nobody” with password “lampp”.<br />
4. PhpMyAdmin is accessible via the local network.<br />
5. Examples are accessible via the local network.<br />
6. MySQL and Apache running under the same user “nobody”.</li>
</ol>
<p><strong>12 // To configure some of the security features of xampp:</strong></p>
<pre><code>cd /opt/lampp</code>
<code>
sudo ./lampp security</code></pre>
<p style="text-align:left;">
Posted in Linux, linux security, linux server Tagged: How to install and setting up LAMPP/XAMPP, How to install and setting up LAMPP/XAMPP In Linux <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aminesoft.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aminesoft.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aminesoft.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aminesoft.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aminesoft.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aminesoft.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aminesoft.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aminesoft.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aminesoft.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aminesoft.wordpress.com/260/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminesoft.wordpress.com&blog=3705654&post=260&subd=aminesoft&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aminesoft.wordpress.com/2009/03/25/how-to-install-and-setting-up-lamppxampp-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b5b8cdacaf198c942a572c9b3b672c56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Am!n3s0fT</media:title>
		</media:content>

		<media:content url="http://2.bp.blogspot.com/_sa_Yhvas0HY/R9l5UoyMuVI/AAAAAAAAAL8/pkcVqEV-nfE/s400/Linux+Virtual+Server.png" medium="image">
			<media:title type="html">lvs</media:title>
		</media:content>
	</item>
	</channel>
</rss>