Instalacion y Configuracion de la Interfaz para Ubuntu

Embed Size (px)

Citation preview

  • 8/19/2019 Instalacion y Configuracion de la Interfaz para Ubuntu

    1/1

    Pasos1. Connect ssh to ec2 instance.

    2. Become the super user after executing the commandsudo -s

    3. Type the following commands to install vncserver:

    sudo apt-get install ubuntu-desktopsudo apt-get install vnc4serversudo apt-get install gnome-panel

    4. Type the command vncserver once.

    5. Remember the passwo rd you use for accessing the vncserver. Kill vncserver by typing the commandvncserver-kill :1

    6. Type vi .vnc/xstartup and modify the file#!/bin/sh# Uncomment the following two lines for normal desktop:unset SESSION_MANAGER# exec /etc/X11/xinit/xinitrcgnome-session –session=gnome-classic &gnome-panel&

    7. Press ESC, followed by :wq to save and exit the file

    8. Type vncserver again to start vncserver.

    9. Download and install tightvnc to connect remote desktop from the following linkhttp://www.tightvnc.com/download.php

    10. Now run tightvnc viewer

    11. Add the port no 5901 in your ec2 security group

    12. Write your public ip in remote host text box and port no. publicIp::port

    13. Your desktop in ec2 instance is ready and execute the command vncserver after every restart.

    http://www.tightvnc.com/download.phphttp://www.tightvnc.com/download.phphttp://www.tightvnc.com/download.php