Archive for the ‘terminal’ Category

* (English) Restoring Nautilus as the default “Open Containing Folder” in Firefox

Posted on noviembre 16th, 2009 by acuervo. Filed under Firefox, Linux, Ubuntu, terminal.


Esta entrada solo esta disponible en English.

.



* Terminal commands to keep handy on an unresponsive Ubuntu.

Posted on noviembre 4th, 2009 by Alejandro. Filed under Linux, Ubuntu, terminal.


Esta entrada solo esta disponible en English.

Tags: , , .



* (English) Incremental Backup with rdiff-backup

Posted on agosto 24th, 2009 by acuervo. Filed under Linux, terminal.




* (English) Setting Firefox 3.5 as default browser system wide in ubuntu

Posted on julio 31st, 2009 by acuervo. Filed under Firefox, Linux, Ubuntu, terminal.




* 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: , , .



* Native 64bit Java plugin for Firefox, on Ubuntu.

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




* Ubuntu on MSI Wind with Ralink wireless radio

Posted on enero 8th, 2009 by Alejandro. Filed under Linux, Ubuntu, terminal.




* Installing Xmonad on Ubuntu

Posted on diciembre 2nd, 2008 by Alejandro. Filed under Linux, Ubuntu, terminal.




* 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: , , .



"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
1524 grains of sand from alejandro cuervo