Archive for the ‘terminal’ Category

* Usar VNC con el “Cliente de Terminal Server” en Ubuntu

Posted on febrero 5th, 2009 by Alejandro. Filed under Linux, Ubuntu, terminal.


El cliente de VNC que viene con Ubuntu, Vinagre, solo funciona la mitad del tiempo. Afortunadamente también podemos VNC con el “Cliente de Terminal Sever” que viene instalando.

La opción “VNC” en la instalación estándar de “Cliente de Terminal Sever” en Ubuntu esta desactivada o gris.

Para activarla necesitamos instalar el paquete xtightvncviewer en Synaptic o con el siguiente comando en la terminal

sudo apt-get install xtightvncviewer

Listo!

Actualización: Para también activar la opcion del protocolo XDMCP, sudo apt-get install xnest

Tags: , , .



* Java plugin de 64 bits para Firefox en Ubuntu.

Posted on enero 9th, 2009 by Alejandro. Filed under 64-bit, Firefox, Linux, Ubuntu, terminal.


Ya no hay mas razones para no instalar Ubuntu de 64 bits. Primero fue Adobe con Flash de 64 bits y ahora Sun ha sacado el plug-in de Java en 64 bits.

Para instalar el java plug-in de 64 bits en intrepid 8.10:

  1. Baje el archivo bin aqui
  2. cd /opt
  3. sudo sh jre-6u12-ea-bin-b03-linux-amd64-22_dec_2008.bin
  4. cd /usr/lib/mozilla/plugins
  5. sudo ln -s /opt/jre1.6.0_12/lib/amd64/libnpjp2.so
  6. Re-inicie Firefox

Listo!

Tags: , , .



* SSH y X11 redireccionamiento

Posted on noviembre 1st, 2008 by Alejandro. Filed under terminal.


1) En el computador que queremos acceder remotamente (llamemoslo anfitrion) instalamos OpenSSH

sudo apt-get install ssh

luego modificamos el archivo /etc/ssh/ssh_config

cambiamos

# ForwardX11 no

por

ForwardX11 yes.

2) En el computador cliente, en la terminal:

ssh -XC usuario@anfitrion (la C es para activar compresión, usuario es el nombre del usuario en el computador anfitrion)

Y para arrangar la aplicaion remota, por ejempo firefox o tomboy

firefox &

tomboy &

Listo!

Tags: , , .



Translator

Twitter

Twitter Updates

    follow me on Twitter

    Recent Posts

    Categorías

    "The opposite of love is not hate, it's indifference.
    The opposite of art is not ugliness, it's indifference.
    The opposite of faith is not heresy, it's indifference.
    And the opposite of life is not death, it's indifference."

    Elie Wiesel
    429 grains of sand from alejandro cuervo