Ubuntu servers

Support, Discussion, Reviews
Post Reply
sarlen
Almost 1337
Almost 1337
Posts: 532
Joined: October 16, 2002, 1:12 am
Location: Iowa

Ubuntu servers

Post by sarlen »

I have never used a Linux/Unix based system, my bosses want me to "get familiar" with it so I downloaded the latest Ubuntu server and installed it on a test server. My issue is I have never used a command line OS before so the learning curve is steep. I found in the FAQ that the server has a GUI but no where can I find how to invoke it. All I get is a command line after I log into the system. Anyone know how to invoke the GUI?
Image
User avatar
Spang
Way too much time!
Way too much time!
Posts: 4869
Joined: September 23, 2003, 10:34 am
Gender: Male
Location: Tennessee

Re: Ubuntu servers

Post by Spang »

I've been told that this book can be very helpful.

I don't know the answer to your question, however.
For the oppressed, peace is the absence of oppression, but for the oppressor, peace is the absence of resistance.
User avatar
Fash
Way too much time!
Way too much time!
Posts: 4147
Joined: July 10, 2002, 2:26 am
Gender: Male
XBL Gamertag: sylblaydis
Location: A Secure Location

Re: Ubuntu servers

Post by Fash »

a long long time ago, it used to be:

startx
Fash

--
Naivety is dangerous.
User avatar
Ashur
Way too much time!
Way too much time!
Posts: 2604
Joined: May 14, 2003, 11:09 am
Location: Columbus OH
Contact:

Re: Ubuntu servers

Post by Ashur »

Ubuntu Server by default does not install a GUI. It is a command-line distro I believe.

Try typing startx

If that doesn't work, you probably need a UI.

To install one (I'll use GNOME as an example. There are others.) :

Code: Select all

sudo aptitude install x-window-system-core gnome-core
sudo aptitude install x-window-system-core gdm
Then

Code: Select all

/etc/init.d/gdm start
That's a good book BTW.
- Ash
Post Reply