<?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: Installing LAMPP on Linux/ Ubuntu</title>
	<atom:link href="http://www.zachschneider.com/installing-lamp-on-linux-ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zachschneider.com/installing-lamp-on-linux-ubuntu</link>
	<description>Just another BLOG!</description>
	<lastBuildDate>Sun, 15 Jan 2012 09:57:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Marisol Hutten</title>
		<link>http://www.zachschneider.com/installing-lamp-on-linux-ubuntu/comment-page-1#comment-2002</link>
		<dc:creator>Marisol Hutten</dc:creator>
		<pubDate>Sat, 20 Mar 2010 13:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachschneider.com/?p=952#comment-2002</guid>
		<description>I was at a seminar once (can’t remember what it was about), and invited one of my employees to attend it with me. There were maybe 100 or so people in the room, and at the end the hosts went into the typical Q&amp;A session. As I raised my hand to ask a question, my associate looked at me with deer-in-the-headlights eyes and asked, incredulously, ‘Are you really going to ask a question?!?’ To her it was simply inconceivable to do something like that. There is an entire block of readers that will NEVER consider leaving a comment, itâ€™s just not part of their personality style.</description>
		<content:encoded><![CDATA[<p>I was at a seminar once (can’t remember what it was about), and invited one of my employees to attend it with me. There were maybe 100 or so people in the room, and at the end the hosts went into the typical Q&amp;A session. As I raised my hand to ask a question, my associate looked at me with deer-in-the-headlights eyes and asked, incredulously, ‘Are you really going to ask a question?!?’ To her it was simply inconceivable to do something like that. There is an entire block of readers that will NEVER consider leaving a comment, itâ€™s just not part of their personality style.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://www.zachschneider.com/installing-lamp-on-linux-ubuntu/comment-page-1#comment-1047</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Sat, 17 Jan 2009 14:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachschneider.com/?p=952#comment-1047</guid>
		<description>Quick apt-get install links:

From a command shell, you will run the following commands:
&lt;code&gt;sudo apt-get install apache2&lt;/code&gt;
&lt;code&gt;sudo apt-get install php5&lt;/code&gt;
&lt;code&gt;sudo apt-get install libapache2-mod-php5&lt;/code&gt;
&lt;code&gt;sudo /etc/init.d/apache2 restart&lt;/code&gt;

Installing MySQL 5 Server:
&lt;code&gt;sudo apt-get install php5-mysql&lt;/code&gt;
If you are running PHP you will also need to install the php module for mysql 5:
&lt;code&gt;sudo apt-get install mysql-server&lt;/code&gt;

Create a new database, use the mysqladmin command:
&lt;code&gt;mysqladmin create databasename&lt;/code&gt;
</description>
		<content:encoded><![CDATA[<p>Quick apt-get install links:</p>
<p>From a command shell, you will run the following commands:<br />
<code>sudo apt-get install apache2</code><br />
<code>sudo apt-get install php5</code><br />
<code>sudo apt-get install libapache2-mod-php5</code><br />
<code>sudo /etc/init.d/apache2 restart</code></p>
<p>Installing MySQL 5 Server:<br />
<code>sudo apt-get install php5-mysql</code><br />
If you are running PHP you will also need to install the php module for mysql 5:<br />
<code>sudo apt-get install mysql-server</code></p>
<p>Create a new database, use the mysqladmin command:<br />
<code>mysqladmin create databasename</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

