PDA

View Full Version : [ubuntu] Installing X Window


chmod007
November 29th, 2008, 06:56 PM
Dear Penguins,

I am about to install Ubuntu Server Edition 8.10 for my local area network. Where I need to use. FTP, Web Application Server (PHP, MySQL), File Server, Mail Server for Local Users etc. But, I also want to install X Window on Server Edition. Is it possible doing so? and if yes how?

Because, I am going to use same as for other different purpose. Please guide me through.

Most important thing in this is. I want to maintain a log of what users do when they logon to the file server. What they copy to their machines and where. Its very important to me.

Regards,
Sending KILL Signal.....

Philio
November 29th, 2008, 09:06 PM
You can install the GUI on server edition via:

sudo apt-get install ubuntu-desktop

This will install GNOME desktop.

If you want KDE instead you can use:

sudo apt-get install kubuntu-desktop

chmod007
November 30th, 2008, 02:48 PM
Hey Very thanks for help.