Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ubuntu server vs desktop edition [closed]

Tags:

ubuntu

desktop

I have a dilemma of selecting between ubuntu edition for development server. I have seen that ubuntu server dosen't have a GUI(though can be installed later). My question : is there any specific difference in desktop and server edition that will help in development of web app?

like image 658
goutham Avatar asked May 12 '10 02:05

goutham


People also ask

Which is better Ubuntu server or Ubuntu desktop?

Essentially, installing Ubuntu Desktop is like any software install. However, Ubuntu Server applies a process-driven menu rather. Potentially, Ubuntu Server has better system performance because it does not have a graphical user interface by default.

Is Ubuntu desktop the same as Ubuntu Server?

Ubuntu Server is a variant of the standard Ubuntu you already know, tailored for networks and services. It's just as capable of running a simple file server as it is operating within a 50,000 node cloud. Unlike the installation of Ubuntu Desktop, Ubuntu Server does not include a graphical installation program.

Can Ubuntu desktop be used as a server?

Ubuntu Desktop can be used for browsing, gaming, programming, and more. The Server version of Ubuntu is mainly used for servers – hosting websites, online applications, and various other software. It doesn't have a GUI by default, but a control panel with a GUI can easily be installed.

What are the difference between the desktop Edition and server Edition?

The most visible difference between Ubuntu server and desktop is the user interface. Ubuntu desktop features a graphical user interface with GNOME desktop environment. This makes it easier to use with the help of mouse clicks. Ubuntu server edition runs headless.


1 Answers

The server edition of Ubuntu is really intended to be run if you have racks of server machines on which you are deploying your application. If you are actually using this machine for development purposes, then you should simply use the regular distribution of Ubuntu instead of the server edition. That said, the only real difference is the default software; you can easily convert a server edition to an identical regular edition or vice-versa by installing/uninstalling the associated packages with the apt-get commands.

like image 56
Michael Aaron Safyan Avatar answered Oct 15 '22 16:10

Michael Aaron Safyan