&quot;Suppose you are like me and you want it all. &nbsp;What&#39;s the easiest way to do<br>an installation? &nbsp;Should I do a desktop installation and then pop in the<br>server CD to install LAMP? Have any of you tried to install both?&quot;
<br><br>With Ubuntu the difference between the server and desktop install is what packages are installed. Basically:<br><br>Server: Terminal<br>Desktop: GUI (also has terminal under the GUI stuff)<br><br>You see Linux is like an Ogre... I mean an onion. There are layers to it. You have:
<br>Linux Kernel -&gt; Terminal Type Stuff -&gt; GUI Application (Gnome) -&gt; GUI Applications. That&#39;s very, very basic (and could be better, but you get the idea).<br><br>Servers don&#39;t need precious cpu cycles to be wasted on GUI stuff when everything works with config files and services running, which can all be done with the command line.
<br><br>If you take a server install and type &quot;sudo apt-get install ubuntu desktop&quot; it would install the GUI for you. It will most likely take quite a while, but you can do it.<br><br>I like the plain old server for my servers as I don&#39;t spend a lot of time with updates to Open Office and other applications I don&#39;t need.
<br><br>There are a number of guides online to setup Apache, MySQL and PHP on a Linux platform. For those that would like to know every setting and/or to learn it could be beneficial to do the long way. the LAMP setup in Ubuntu is to get a quick setup without having to do any of that configuration stuff at the start. You&#39;ll have a server with those services running. You&#39;ll eventually have to change stuff, but it will at least hand out a web page after being installed.
<br><br>tasksel take a few minutes to run. It&#39;s just installing all the packages and doing a little bit of configuration to get your Apache, MySQL and PHP working. I&#39;m not sure what it changes. When they say it only take 15 minutes compared to hours they are talking about the full install from CD using the LAMP option when prompted towards the end of the install. I skipped that part during the install and did a tasksel and it only took a few minutes.
<br><br>Sorry for the messy post, but I&#39;m too tired today to go back and fix it to perfection.<br><br>jason<br>