A√imas†i©™ Posted June 5, 2012 Posted June 5, 2012 Hello, I bought a machine from worldstream but it has linux (Ubuntu 11.04 64-bit ) and I can't connect via remote desktop... only via command-line.. is there any way to connect like remote desktop to install my programs (mysql/navicat etc) and install my server there? or can I do that with command-line? and if I can.. how?? because I am newbie with command-line... please someone help me.. its so important for me.. Thanks a lot!!!
0 Alexi Posted June 6, 2012 Posted June 6, 2012 In order to connect to your linux dedicated server you must download PuTTY Then you need to install a desktop enviroment through the command line. I will show you how to install the desktop enviroment KDE for Ubuntu 11.04 Open Terminal and type the following commands (followed by your login password) sudo apt-get update sudo apt-get install kde-standard To run it type these commands startx startkde Also check those 2 guides Using The Terminal Ubuntu 11.04 Guide I hope i helped you a bit
0 A√imas†i©™ Posted June 6, 2012 Author Posted June 6, 2012 In order to connect to your linux dedicated server you must download PuTTY Then you need to install a desktop enviroment through the command line. I will show you how to install the desktop enviroment KDE for Ubuntu 11.04 Open Terminal and type the following commands (followed by your login password) sudo apt-get update sudo apt-get install kde-standard To run it type these commands startx startkde Also check those 2 guides Using The Terminal Ubuntu 11.04 Guide I hope i helped you a bit I tried it ... and see what happens root@2B2:~# sudo apt-get update Ign http://nl.archive.ubuntu.com natty InRelease Ign http://nl.archive.ubuntu.com natty-updates InRelease Get:1 http://nl.archive.ubuntu.com natty Release.gpg [198 B] Get:2 http://nl.archive.ubuntu.com natty-updates Release.gpg [198 B] Ign http://security.ubuntu.com natty-security InRelease Get:3 http://nl.archive.ubuntu.com natty Release [39.8 kB] Get:4 http://security.ubuntu.com natty-security Release.gpg [198 B] Get:5 http://security.ubuntu.com natty-security Release [39.8 kB] Get:6 http://nl.archive.ubuntu.com natty-updates Release [39.8 kB] Get:7 http://nl.archive.ubuntu.com natty/main Sources [862 kB] Get:8 http://nl.archive.ubuntu.com natty/restricted Sources [4,104 B] Get:9 http://nl.archive.ubuntu.com natty/main amd64 Packages [1,550 kB] Get:10 http://nl.archive.ubuntu.com natty/restricted amd64 Packages [9,001 B] Ign http://nl.archive.ubuntu.com natty/main TranslationIndex Ign http://nl.archive.ubuntu.com natty/restricted TranslationIndex Get:11 http://nl.archive.ubuntu.com natty-updates/main Sources [161 kB] Get:12 http://nl.archive.ubuntu.com natty-updates/restricted Sources [2,103 B] Get:13 http://nl.archive.ubuntu.com natty-updates/main amd64 Packages [471 kB] Get:14 http://nl.archive.ubuntu.com natty-updates/restricted amd64 Packages [6,237 B] Ign http://nl.archive.ubuntu.com natty-updates/main TranslationIndex Ign http://nl.archive.ubuntu.com natty-updates/restricted TranslationIndex Ign http://nl.archive.ubuntu.com natty/main Translation-en_US Ign http://nl.archive.ubuntu.com natty/main Translation-en Ign http://nl.archive.ubuntu.com natty/restricted Translation-en_US Ign http://nl.archive.ubuntu.com natty/restricted Translation-en Ign http://nl.archive.ubuntu.com natty-updates/main Translation-en_US Ign http://nl.archive.ubuntu.com natty-updates/main Translation-en Ign http://nl.archive.ubuntu.com natty-updates/restricted Translation-en_US Ign http://nl.archive.ubuntu.com natty-updates/restricted Translation-en Get:15 http://security.ubuntu.com natty-security/main Sources [97.2 kB] Get:16 http://security.ubuntu.com natty-security/restricted Sources [1,292 B] Fetched 3,284 kB in 0s (4,212 kB/s) Reading package lists... Done root@2B2:~# sudo apt-get install kde-standard Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package kde-standard root@2B2:~#
0 A√imas†i©™ Posted June 6, 2012 Author Posted June 6, 2012 I installed them.. but when I start startx I see that root@2B2:~# startx X.Org X Server 1.10.1 Release Date: 2011-04-15 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.24-28-server x86_64 Ubuntu Current Operating System: Linux 2B2 2.6.38-15-generic #59-Ubuntu SMP Fri Apr 27 16:03:32 UTC 2012 x86_64 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-15-generic root=UUID=597697bd-f56f-457a-b0d2-8a0ff45185df ro quiet splash nomodeset vt.handoff=7 Build Date: 13 October 2011 05:43:01PM xorg-server 2:1.10.1-1ubuntu1.3 (For technical support please see http://www.ubuntu.com/support) Current version of pixman: 0.20.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 6 13:02:34 2012 (==) Using system config directory "/usr/share/X11/xorg.conf.d" and when I try to start kde root@2B2:~# startkde $DISPLAY is not set or cannot connect to the X server. what can I do?
0 Alexi Posted June 6, 2012 Posted June 6, 2012 there is some things you have to do to start kde heres a quick howto sets in make.conf INPUT_DEVICES="keyboard mouse evdev" VIDEO_CARDS="your gpu-card" (google=gentoo howto xorg) emerge xorg-server emerge kdebase-startkde or emerge kdebase-meta or emerge kde-meta (light,medium,bigass=your 12 hours) rc-update add hald default rc-update add dbus default if you running as root. nano -w /etc/X11/xinit/xinitrc. set a new first line with exec startkde this is the things you have to do to start kde if it dot work with this its your gpu-card settings that fails type nano -w /var/log/Xorg.0.log and send the lines that starts with (ww) Check this too The X Server Configuration How To
0 Alexi Posted June 6, 2012 Posted June 6, 2012 Try using VNC. He needs to configure the x server first to start the desktop enviroment , post a link of vnc if you can
0 Grim. Posted June 6, 2012 Posted June 6, 2012 http://www.ehow.com/how_5089245_install-vnc-server-ubuntu.html
0 A√imas†i©™ Posted June 6, 2012 Author Posted June 6, 2012 Thank you very much guys!!! after maaaaaaany hours I FOUND IT!! :D i used Putty and TightVNC ! (to install vnc4server you need to config that : https://help.ubuntu.com/11.04/serverguide/configuration.html ) for 11.04 version (this video will help some ppl : Remote access to Ubuntu Server using Putty and TightVNC) if I want something else I will post :) Problem Solved someone lock it
Question
A√imas†i©™
Hello,
I bought a machine from worldstream
but it has linux (Ubuntu 11.04 64-bit ) and I can't connect via remote desktop...
only via command-line..
is there any way to connect like remote desktop to install my programs (mysql/navicat etc)
and install my server there?
or can I do that with command-line? and if I can.. how?? because I am newbie with command-line...
please someone help me..
its so important for me..
Thanks a lot!!!
9 answers to this question
Recommended Posts