Jump to content

Question

Posted

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

  • 0
Posted

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
Posted

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
Posted

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
Posted

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
Posted

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
Posted

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

Guest
This topic is now closed to further replies.
  • Posts

    • Server mid rate craft PvP   CLIENTE INTERLUDE Website server Discord olympus x25  server 🇧🇷🇦🇷🇨🇱🇬🇷🇲🇽🇵🇪🇸🇰🇪🇸🇺🇾 Server mid rate craft PvP 🔱CLIENTE INTERLUDE🔱 🔅xpx25 🔅Sp x25 🔅Adena x15 🔅Droop x2 🔅Spoil x2 🔅Raidboss xp x2 🔅Raidboss sp x2 🔅Raidboss droop x1 🔅All Rate quest reward  x1 ⚠️All Quest drop reward. x1 🔅Manor x 3 🔅Seal stone x1 🛡️🗡️INFO GRADO S🗡️🛡️ ⚠️Inicia desabilitado drop/spoil/quest. 🔱PROFESIONES/SUBCLASS🔱 🛡️1st profession - 50medal 🛡️2nd profession - 500 medal 🛡️3rd profession - 1k medal +30kk adena 🛡️Sub class - Quest. No necesita matar raids. ⚙️Configuraciones⚙️ 🛡️Gmshop  grade - B. 🛡️Grade A-S Craft - yes x1 chance 🛡️Globlal teleport - yes 🛡️Buffer 1hora. 🛡️Buffer slot 24(+4divine)+12 dances-song 🛡️Auto learn skils - yes 🛡️Autoloot - yes 🛡️Mana potion recarga 1000 ,9segundos delay. 🛡️Champions system:     ▫️lvl 30 - 76     ▫️chance respawn 0.5%.     ▫️adena x20 🛡️Max lvl party 14 lvl. 🛡️Festive sweeper on. 🛡️Max client pc 2. 🛡️Raid boss respawn retail. 🛡️Nobleza quest - yes. 🛡️Barakiel respawn 6 horas + -30 min. 🛡️Olimpiada duracion 14 dias. 🛡️Olimpiada de 18:00 a 00:00 🛡️Safe enchant +3 🛡️Normal enchant scroll 50% ⚠️+11-16 chance 30% 🛡️Bleesed enchant scroll 55% ⚠️+11-16 chance 35% 🛡️Rate dinamico x1 lvl 77-80   🛡️🗡️CLANES INFO🗡️🛡️ 🔅Crear clan min. level 20 🔅Max Alianzas 1 🔅Duracion penalidades clan / alianzas 8 horas. 🔅Cambio de lider 24 horas. 🛡️⚔️ ASEDIOS ⚔️🛡️ 🔅Cada 2 semanas. 🔅Proteccion hwid 1 pc. 🔅Clanes registrados. acceden a zona de asedio. 🔅Castillo asediable Aden. 🔅Reward 1000 FA 🔅Horario 16:00 GMT-3 🎊PACK DE INICIO🎊 🔅Start set - armor\weapon no grade. 🔅Level 20  - 5 shadow cuppon grado D 🔅Level 40 - 5 shadow cuppon grado C 🔅Free Autofarm 24 horas. 💰 INFO PREMIUM 💰 🔅Free autofarm. 🔅xp x30 🔅sp x30 🔅adena x17 🔅drop x4 🔅spoil x4 🔅enchant +2% 🔅seal stone x1 🔅Altb Gk-Gmshop/buffe ⚔️ RAID  BOSS INFO ⚔️ 🔅Raid boss 70 ++ respawn 5 días despues. 🔅Raid boss 75 ++ respawn 15 días despues 🔅Drop LETTER L2DAY para tradear en GMshop. ⚔️ INFO SEVEN SING ⚔️ 🔅Inicio del drop Seal stones dia 5 de iniciado el server. 🎊 EPIC RAID INFO 🎊 🔅Queen Ant (lvl 40)respawn Lunes a Viernes 22:00 GMT-3 drop chance 30%. 🔅Core (lvl 80)respawn Martes-miercoles 20:20 GMT-3 drop chance 100%. 🔅Orfen (lvl 80)respawn Martes-miercoles 21:00 GMT-3 drop chance 100%. 🔅Zaken (lvl 80)respawn Jueves 23:00 GMT-3 drop chance 100%. 🔅Frintezza (lvl 80)respawn Viernes 23:00 GMT-3 drop chance 100%. 🔅Baium (lvl 80)respawn Sabado 22:00 GMT-3 drop chance 100%. 🔅Valakas (lvl 80)respawn Domingo 20:00 GMT-3 drop chance 100%. 🔅Antharas (lvl 80)respawn Domingo 22:00 GMT-3 drop chance 100%.
    • The server is running in l2house.com.ar with C4 mode and in L2Tekila within the same login you can also test it in C5, if you want me to raise another chronicle to test, just let me know.
    • video nice song TopGear  gaming 1990    ....  
    • I have a system where Accounts are saved on login screen for fast login. I am playing a server where this feature is not on the logic screen. How I can try to add this feature to the system? I don't know what files I would have to touch.   Thanks!!
  • Topics

×
×
  • Create New...