Wednesday, May 8, 2024
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 7089  / 3 Years ago, sun, august 22, 2021, 4:05:54

I have purchased a cloud server with ubuntu LAMP setup installed. I am trying to get started with this, for me, new thing. I am only used to windows.



I have tried to get some kind of visual access to my new server but failed.



Googling led me to run this command 'apt-get install vino'. A lot happened and I guess it was installed.



Then I typed vino-preferences and it said 'Gtk-WARNING **: cannot open display:'
Then I tried 'vino-server' and it said 'vino-server: command not found'



I can see in /usr/lib/vino that therer is a green entry called vino-server.



Please help me.


More From » remote-access

 Answers
4

Usually linux servers are configured without GUI. Looks like you already have command line access to your server.



You can try this command to verify if a GUI it's installed.



dpkg-query -W xorg


If a GUI is installed it will show something like this:



xorg    1:7.6+10ubuntu1


If there is no GUI it will output an empty line.



Now, if there is no GUI there the wise solution is to leave it that way and learn to use the command line. If you really need a GUI, you should first check if your provider allows it and that you have enough resources for it. You can install it with:



sudo apt-get install ubuntu-desktop


Now you can proceed to use any remote access solution. I personally like FreeNX. These questions will help you:





Finally, let me advice you again to learn the command line. It's how a linux server is expected to be administered.


[#40234] Sunday, August 22, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
guialk

Total Points: 300
Total Questions: 144
Total Answers: 121

Location: Saint Vincent and the Grenadines
Member since Sat, Sep 11, 2021
3 Years ago
;