<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Install the LAMP stack with 3 commands!</title>
	<atom:link href="http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Will The Computer Guy</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-43182</link>
		<dc:creator>Will The Computer Guy</dc:creator>
		<pubDate>Thu, 12 Aug 2010 02:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-43182</guid>
		<description>I&#039;ve tried many ways to get a working LAMP stack on my local Ubuntu box for a while.  However, I don&#039;t want Apache and MySQL running all the time.  My home Ubuntu box isn&#039;t that powerful.  I found that XAMPP from ApacheFriends.org is a very easy way to have a local LAMP development environment.

http://www.apachefriends.org/en/xampp-linux.html

You can install it in your home directory so you don&#039;t have to worry about global permissions.  I don&#039;t work for ApacheFriends.org, but am just an extremely satisified user.  It works really well on Linux or Windows.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried many ways to get a working LAMP stack on my local Ubuntu box for a while.  However, I don&#8217;t want Apache and MySQL running all the time.  My home Ubuntu box isn&#8217;t that powerful.  I found that XAMPP from ApacheFriends.org is a very easy way to have a local LAMP development environment.</p>
<p><a href="http://www.apachefriends.org/en/xampp-linux.html" rel="nofollow">http://www.apachefriends.org/en/xampp-linux.html</a></p>
<p>You can install it in your home directory so you don&#8217;t have to worry about global permissions.  I don&#8217;t work for ApacheFriends.org, but am just an extremely satisified user.  It works really well on Linux or Windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis DePrato</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-19253</link>
		<dc:creator>Travis DePrato</dc:creator>
		<pubDate>Sat, 19 Dec 2009 00:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-19253</guid>
		<description>@Aminul

sudo gedit /etc/apt/sources.list

Make sure you have:

deb http://us.archive.ubuntu.com/ubuntu/ OS main restricted
deb http://us.archive.ubuntu.com/ubuntu/ OS universe
deb http://us.archive.ubuntu.com/ubuntu/ OS multiverse

#Sources - Optional
deb-src http://us.archive.ubuntu.com/ubuntu/ OS main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ OS universe
deb-src http://us.archive.ubuntu.com/ubuntu/ OS multiverse

Substitute OS with your version.

Eg: hardy, karmic, intrepid</description>
		<content:encoded><![CDATA[<p>@Aminul</p>
<p>sudo gedit /etc/apt/sources.list</p>
<p>Make sure you have:</p>
<p>deb <a href="http://us.archive.ubuntu.com/ubuntu/" rel="nofollow">http://us.archive.ubuntu.com/ubuntu/</a> OS main restricted<br />
deb <a href="http://us.archive.ubuntu.com/ubuntu/" rel="nofollow">http://us.archive.ubuntu.com/ubuntu/</a> OS universe<br />
deb <a href="http://us.archive.ubuntu.com/ubuntu/" rel="nofollow">http://us.archive.ubuntu.com/ubuntu/</a> OS multiverse</p>
<p>#Sources - Optional<br />
deb-src <a href="http://us.archive.ubuntu.com/ubuntu/" rel="nofollow">http://us.archive.ubuntu.com/ubuntu/</a> OS main restricted<br />
deb-src <a href="http://us.archive.ubuntu.com/ubuntu/" rel="nofollow">http://us.archive.ubuntu.com/ubuntu/</a> OS universe<br />
deb-src <a href="http://us.archive.ubuntu.com/ubuntu/" rel="nofollow">http://us.archive.ubuntu.com/ubuntu/</a> OS multiverse</p>
<p>Substitute OS with your version.</p>
<p>Eg: hardy, karmic, intrepid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-16368</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Wed, 11 Nov 2009 17:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-16368</guid>
		<description>For anyone who&#039;s interested, this also works on the latest karmic. Note the second command should have regular quotes, as opposed to the backquotes listed</description>
		<content:encoded><![CDATA[<p>For anyone who&#8217;s interested, this also works on the latest karmic. Note the second command should have regular quotes, as opposed to the backquotes listed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aminul</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-7267</link>
		<dc:creator>aminul</dc:creator>
		<pubDate>Thu, 09 Apr 2009 18:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-7267</guid>
		<description>guys, i am super nobie in ubuntu. i have no idea why it comes: 
root@aminul-laptop:/home/aminul# sudo apt-get install apache2 mysql-server php5 libapache2-mod-php5 php5-xsl php5-gd php-pear libapache2-mod-auth-mysql php5-mysql
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn&#039;t find package apache2
root@aminul-laptop:/home/aminul# 

please note that, i am not confident my ubuntu is installed properly. i don&#039;t have much knowledge of ubuntu.

how to resolve the issue and enjoy lamp ?</description>
		<content:encoded><![CDATA[<p>guys, i am super nobie in ubuntu. i have no idea why it comes:<br />
root@aminul-laptop:/home/aminul# sudo apt-get install apache2 mysql-server php5 libapache2-mod-php5 php5-xsl php5-gd php-pear libapache2-mod-auth-mysql php5-mysql<br />
Reading package lists&#8230; Done<br />
Building dependency tree<br />
Reading state information&#8230; Done<br />
E: Couldn&#8217;t find package apache2<br />
root@aminul-laptop:/home/aminul# </p>
<p>please note that, i am not confident my ubuntu is installed properly. i don&#8217;t have much knowledge of ubuntu.</p>
<p>how to resolve the issue and enjoy lamp ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-2083</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 08 Oct 2008 12:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-2083</guid>
		<description>@Hemanth

This is mysql server error

First you need to check mysql server is running or not

try to start using the following command

sudo /etc/init.d/mysql start

Check the log messages

cat /var/log/messages &#124; grep mysql</description>
		<content:encoded><![CDATA[<p>@Hemanth</p>
<p>This is mysql server error</p>
<p>First you need to check mysql server is running or not</p>
<p>try to start using the following command</p>
<p>sudo /etc/init.d/mysql start</p>
<p>Check the log messages</p>
<p>cat /var/log/messages | grep mysql</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hemanth</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-2085</link>
		<dc:creator>hemanth</dc:creator>
		<pubDate>Wed, 08 Oct 2008 10:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-2085</guid>
		<description>I did that but if i try to login to mysql , i am getting this

#2002 - The server is not responding (or the local MySQL server&#039;s socket is not correctly configured)</description>
		<content:encoded><![CDATA[<p>I did that but if i try to login to mysql , i am getting this</p>
<p>#2002 - The server is not responding (or the local MySQL server&#8217;s socket is not correctly configured)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-2082</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 08 Oct 2008 07:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-2082</guid>
		<description>@Hemanth

open /etc/apache2/apache2.conf

sudo gedit /etc/apache2/apache2.conf

find the following line

ServerName

change

ServerName &lt;yourip or fqdn&gt;

save and exit the file

restart apache webserver

sudo /etc/init.d/apache2 restart</description>
		<content:encoded><![CDATA[<p>@Hemanth</p>
<p>open /etc/apache2/apache2.conf</p>
<p>sudo gedit /etc/apache2/apache2.conf</p>
<p>find the following line</p>
<p>ServerName</p>
<p>change</p>
<p>ServerName <yourip or fqdn></p>
<p>save and exit the file</p>
<p>restart apache webserver</p>
<p>sudo /etc/init.d/apache2 restart</yourip></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hemanth</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-2084</link>
		<dc:creator>hemanth</dc:creator>
		<pubDate>Wed, 08 Oct 2008 07:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-2084</guid>
		<description>* Restarting web server apache2                                                                                               apache2: Could not reliably determine the server&#039;s fully qualified domain name, using 127.0.1.1 for ServerName
apache2: Could not reliably determine the server&#039;s fully qualified domain name, using 127.0.1.1 for ServerName</description>
		<content:encoded><![CDATA[<p>* Restarting web server apache2                                                                                               apache2: Could not reliably determine the server&#8217;s fully qualified domain name, using 127.0.1.1 for ServerName<br />
apache2: Could not reliably determine the server&#8217;s fully qualified domain name, using 127.0.1.1 for ServerName</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noob1</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-2081</link>
		<dc:creator>noob1</dc:creator>
		<pubDate>Tue, 29 Jul 2008 14:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-2081</guid>
		<description>Got this error for some reason:

sudo /etc/init.d/apache2 restart
 * Restarting web server apache2                                                apache2: Could not reliably determine the server&#039;s fully qualified domain name, using 127.0.1.1 for ServerName
apache2: Could not reliably determine the server&#039;s fully qualified domain name, using 127.0.1.1 for ServerName

Can someone explain what went wrong?</description>
		<content:encoded><![CDATA[<p>Got this error for some reason:</p>
<p>sudo /etc/init.d/apache2 restart<br />
 * Restarting web server apache2                                                apache2: Could not reliably determine the server&#8217;s fully qualified domain name, using 127.0.1.1 for ServerName<br />
apache2: Could not reliably determine the server&#8217;s fully qualified domain name, using 127.0.1.1 for ServerName</p>
<p>Can someone explain what went wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-2080</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Sat, 26 Jul 2008 11:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-2080</guid>
		<description>Hey, nice easy work. Thanks heaps.

It might not have worked for @Smoovb if he did a copy/paste - ie if your browser converted the regular single quote (&#039;) to an angled one, then the shell won&#039;t like it.</description>
		<content:encoded><![CDATA[<p>Hey, nice easy work. Thanks heaps.</p>
<p>It might not have worked for @Smoovb if he did a copy/paste - ie if your browser converted the regular single quote (&#8216;) to an angled one, then the shell won&#8217;t like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-2079</link>
		<dc:creator>Fabio</dc:creator>
		<pubDate>Sun, 17 Feb 2008 19:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-2079</guid>
		<description>I think in Apache 2 you don&#039;t need the second command, it seems to work without that substitution.</description>
		<content:encoded><![CDATA[<p>I think in Apache 2 you don&#8217;t need the second command, it seems to work without that substitution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jo-Erlend Schinstad</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-2078</link>
		<dc:creator>Jo-Erlend Schinstad</dc:creator>
		<pubDate>Fri, 24 Aug 2007 08:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-2078</guid>
		<description>You can use tasksel for that. If you&#039;ve ever done an installation from the server cd or dvd, then you&#039;ll have noticed it. It&#039;s the part that lets for choose LAMP, DNS, etc. Install and run it, and you&#039;ll get some choices, like LAMP, DNS, Edubuntu server, etc.</description>
		<content:encoded><![CDATA[<p>You can use tasksel for that. If you&#8217;ve ever done an installation from the server cd or dvd, then you&#8217;ll have noticed it. It&#8217;s the part that lets for choose LAMP, DNS, etc. Install and run it, and you&#8217;ll get some choices, like LAMP, DNS, Edubuntu server, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James House</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-2077</link>
		<dc:creator>James House</dc:creator>
		<pubDate>Tue, 14 Aug 2007 19:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-2077</guid>
		<description>Yeah, you caught me. That must be it. :-)</description>
		<content:encoded><![CDATA[<p>Yeah, you caught me. That must be it. <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-2076</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Tue, 14 Aug 2007 19:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-2076</guid>
		<description>Why does the user have to reboot? If the services are up, there&#039;s no point in doing this...you must be too used to Windows.</description>
		<content:encoded><![CDATA[<p>Why does the user have to reboot? If the services are up, there&#8217;s no point in doing this&#8230;you must be too used to Windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James House</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-2075</link>
		<dc:creator>James House</dc:creator>
		<pubDate>Tue, 14 Aug 2007 01:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-2075</guid>
		<description>I don&#039;t know why the sed command isn&#039;t working for you.
Try this instead... it&#039;s just a few more steps.
sudo nano /etc/php5/apache2/php.ini

Type CTRL-W to search. Search for extension=mysql.so
Remove the leading semicolon.
CTRL-X to exit, save the changes.
Then, sudo /etc/init.d/apache2 restart
to restart Apache.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know why the sed command isn&#8217;t working for you.<br />
Try this instead&#8230; it&#8217;s just a few more steps.<br />
sudo nano /etc/php5/apache2/php.ini</p>
<p>Type CTRL-W to search. Search for extension=mysql.so<br />
Remove the leading semicolon.<br />
CTRL-X to exit, save the changes.<br />
Then, sudo /etc/init.d/apache2 restart<br />
to restart Apache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smoovb</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-2074</link>
		<dc:creator>smoovb</dc:creator>
		<pubDate>Mon, 13 Aug 2007 23:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-2074</guid>
		<description>smoovb@s3rv3r:~$ sudo sed -i ’s/; extension=mysql\.so/extension=mysql.so/g’ /etc/php5/apache2/php.ini
sed: -e expression #1, char 1: unknown command: `
bash: /etc/php5/apache2/php.ini: Permission denied

I get this error when I try to use the second command. In addition, I tried the command with 3 spaces after &quot;’s/;&quot; and receive the same results.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>smoovb@s3rv3r:~$ sudo sed -i ’s/; extension=mysql\.so/extension=mysql.so/g’ /etc/php5/apache2/php.ini<br />
sed: -e expression #1, char 1: unknown command: `<br />
bash: /etc/php5/apache2/php.ini: Permission denied</p>
<p>I get this error when I try to use the second command. In addition, I tried the command with 3 spaces after &#8220;’s/;&#8221; and receive the same results.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: i5513</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-2073</link>
		<dc:creator>i5513</dc:creator>
		<pubDate>Sun, 12 Aug 2007 13:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-2073</guid>
		<description>&#039;\.&#039; should be used into regular expresion on sed.

Better:
sudo sed -i ’s/; extension=mysql\.so/extension=mysql.so/g’ /etc/php5/apache2/php.ini</description>
		<content:encoded><![CDATA[<p>&#8216;\.&#8217; should be used into regular expresion on sed.</p>
<p>Better:<br />
sudo sed -i ’s/; extension=mysql\.so/extension=mysql.so/g’ /etc/php5/apache2/php.ini</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zorro</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-2072</link>
		<dc:creator>Zorro</dc:creator>
		<pubDate>Sat, 11 Aug 2007 06:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-2072</guid>
		<description>@Mark,

Non-breaking Space
The most common character entity in HTML is the non-breaking space.

Normally HTML will truncate spaces in your text. If you write 10 spaces in your text HTML will remove 9 of them. To add spaces to your text, use the &#160; character entity.

the text below will give you an example (paste it in a test.html file and try it out):


&#160;&#160;&#160;&#160; these are 4 spaces by using &#039;&nbsp;&nbsp;&nbsp;&nbsp;&#039;


Z:-)</description>
		<content:encoded><![CDATA[<p>@Mark,</p>
<p>Non-breaking Space<br />
The most common character entity in HTML is the non-breaking space.</p>
<p>Normally HTML will truncate spaces in your text. If you write 10 spaces in your text HTML will remove 9 of them. To add spaces to your text, use the &nbsp; character entity.</p>
<p>the text below will give you an example (paste it in a test.html file and try it out):</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp; these are 4 spaces by using &#8216;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&#8217;</p>
<p>Z:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zorro</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-2071</link>
		<dc:creator>Zorro</dc:creator>
		<pubDate>Sat, 11 Aug 2007 06:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-2071</guid>
		<description>Non-breaking Space
The most common character entity in HTML is the non-breaking space.

Normally HTML will truncate spaces in your text. If you write 10 spaces in your text HTML will remove 9 of them. To add spaces to your text, use the &#160; character entity.

the text below will give you an example (paste it in a test.html file and try it out):


&#160;&#160;&#160;&#160; these are 4 spaces by using &#039;&nbsp;&nbsp;&nbsp;&nbsp;&#039;</description>
		<content:encoded><![CDATA[<p>Non-breaking Space<br />
The most common character entity in HTML is the non-breaking space.</p>
<p>Normally HTML will truncate spaces in your text. If you write 10 spaces in your text HTML will remove 9 of them. To add spaces to your text, use the &nbsp; character entity.</p>
<p>the text below will give you an example (paste it in a test.html file and try it out):</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp; these are 4 spaces by using &#8216;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Preston</title>
		<link>http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html/comment-page-1#comment-2070</link>
		<dc:creator>Mark Preston</dc:creator>
		<pubDate>Thu, 09 Aug 2007 15:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/install-the-lamp-stack-with-3-commands.html#comment-2070</guid>
		<description>James:

Why don&#039;t the three (3) spaces show in the line on this page?

sudo sed -i ’s/; extension=mysql.so/extension=mysql\.so/g’ /etc/php5/apache2/php.ini

using my cursor, I can move only ONE space between -i &#039;s/; extension . . .

Please clariy.</description>
		<content:encoded><![CDATA[<p>James:</p>
<p>Why don&#8217;t the three (3) spaces show in the line on this page?</p>
<p>sudo sed -i ’s/; extension=mysql.so/extension=mysql\.so/g’ /etc/php5/apache2/php.ini</p>
<p>using my cursor, I can move only ONE space between -i &#8216;s/; extension . . .</p>
<p>Please clariy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

