ubuntu 9.04 desktop edition vps sunucuya vncserver nasıl kurulur

Başlatan P5Q, 27 Ekim 2009 - 16:57:32

« önceki - sonraki »

0 Üyeler ve 4 Ziyaretçi konuyu incelemekte.

P5Q

merhaba arkadaşlar linux dünyasında daha 2 günlük bir başlangıcım var almanya üzerinde barınan bir linux vps sunucu kiraladım ama bu sunucuya real vnc programı ile remote desktop erişimi yapamıyorum

sudo apt-get install vnc4server ile yükledim en son aşamaya kadar geliyorum sunucuya baglanıyorum ama karşıma giri bir ekran çıkıyor bomboş hiç bir şey yok masa üstünü göremiyorum

blondy


heartsmagic

Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

P5Q

Alıntı yapılan: heartsmagic - 27 Ekim 2009 - 19:03:36
Nereden bağlanacaksın? Ayrıca:
http://forum.ubuntu-tr.net/index.php?topic=5523.0
http://forum.ubuntu-tr.net/index.php?topic=11943.msg147841#msg147841

windows xp sp3 bilgisayarımdan realvnc programı ile baglanıcam  :) ama sunucuya sırasıyla ne kurcam bilmiyorum  :-[

web de ararken böyle birşey buldum

I have a linux Ubuntu 8.10 VPS that I would like to have GUI and use it as remote desktop pc just like what we can do with Windows XP. Here are the steps that I run.

1. Most of the VPS that delivered by VPS hosting provider is minimal setup of linux, it means that most of the time it only have SSH server installed and the other services such as HTTP server, FTP server, Mail server must be installed by our self. The default setup of VPS linux also doesn't have window manager (GUI) hence we must install it first:

sudo apt-get install ubuntu-desktop

2. Configure the Gnome Desktop Manager and XServer

sudo /etc/init.d/gdm start
sudo dpkg-reconfigure xserver-xorg

3. After we installed a window manager, next step is to install the remote desktop server, for linux we use TightVNC

sudo apt-get install tightvncserver

4. Next we need to configure the remote desktop server and create a password to access the VPS via its GUI. This command will start the server, you will be asked for a password, this password will be used as authentication when you connect to the VPS, make sure you have a strong password.

vncserver :1 -geometry 1024×768 -depth 16 -pixelformat rgb565

5. Now, if you execute command

ps aux

You should see an Xtightvnc process:

Xtightvnc :1 -desktop X –auth

This means the setting is OK and VNC server is running fine.

6. The default VNC server doesn't use Gnome window manager as default, to run Gnome as default we must do some changes on the configuration file.

sudo nano ~/.vnc/xstartup

Add this on the end of file:

gnome-session &

7. Next, do a reboot. Usually a reboot is not needed, but just to make sure you can do it.

sudo reboot

8. Start the VNC server:

vncserver :1 -geometry 1024×768 -depth 16 -pixelformat rgb565

9. Download Tight VNC client here: http://www.tightvnc.com/download.html

10. After you install it, run the VNC client and insert your VPS IP address and VNC server number on the VNC Server field and click on "Connect". In this tutorial the VNC server number is :1, so you must fill in :1

heartsmagic

Yani Windows-Ubuntu olacak. Bu sunucuda bir masaüstü kurulu mu peki? Zira sunucularda ön tanımlı olarak kurulu gelmez.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

P5Q

Alıntı yapılan: heartsmagic - 29 Ekim 2009 - 01:08:44
Yani Windows-Ubuntu olacak. Bu sunucuda bir masaüstü kurulu mu peki? Zira sunucularda ön tanımlı olarak kurulu gelmez.

sırası ile izlediğim adımlar ilk iş sunucuyu update ettim

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install ubuntu-desktop

bundan sonra ne yapcam ?

heartsmagic

Bu adımlardan sonra mı uzak bağlantıyı deneyerek yukarıda anlattığın sonucu aldın?
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

P5Q

Alıntı yapılan: heartsmagic - 30 Ekim 2009 - 10:52:36
Bu adımlardan sonra mı uzak bağlantıyı deneyerek yukarıda anlattığın sonucu aldın?

evet gri boş bir ekranda kalıyor gnome masa üstü gözükmüyor gece eve gidince sunucuyu formatlayıp baştan kurucam 9.04 den 9.10 yükselticem

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install ubuntu-desktop

bunların arkasından yükseltme için hangi komutu vericem linux dünyasında daha en fazla 3, 4 günlük bir windows kullanıcısıyım

heartsmagic

Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.