I'm new to Ubuntu server.I have Ubuntu 14.04.4 LTS (GNU/Linux 3.13.0-88-generic x86_64)
installed. I've also installed ubuntu-desktop
& gnome
.
When I ssh root@my-ip-address
and do a cd /usr/share/xsessions/
and ls
, I can see I have all these gnome-classic.desktop gnome.desktop ubuntu.desktop
.
I'm on a Mac and running all these commands from my terminal (I don't have Virtual box installed).
The reason I installed ubuntu-desktop
& gnom
was to be able to see a graphic-version of the server/system.
I installed them by doing sudo tasksel
.
What do I need to do & how can I get the system up and see my server as a normal ubuntu desktop.
Any help is appreciated
startx
. Did you try that? And gnome is quite "heavy" for a server .. better use a lighter GUI like xfce4 e.g. this is installed by just usingsudo apt install xfce4
– derHugo Sep 29 '17 at 14:32reboot now
and it said shutting down and I did SSH in once again but nothing happened. – Friendof Afriend Sep 29 '17 at 14:33sudo apt install xfce4
. How can I start it now? I ranstartx
and it did some lines and stopped and now just waiting – Friendof Afriend Sep 29 '17 at 14:40startx
as mentioned. BUT: the question Rinzwind wants to have cleared first: Are you on the terminal of your server or are you connected remotely to the server? – derHugo Sep 29 '17 at 14:43