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.
* Terminal commands to keep handy on an unresponsive Ubuntu.
Posted on noviembre 4th, 2009 by Alejandro. Filed under Linux, Ubuntu, terminal.
* (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
* 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:
- Baje el archivo bin aqui
- cd /opt
- sudo sh jre-6u12-ea-bin-b03-linux-amd64-22_dec_2008.bin
- cd /usr/lib/mozilla/plugins
- sudo ln -s /opt/jre1.6.0_12/lib/amd64/libnpjp2.so
- Re-inicie Firefox
Listo!
* 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!
Recent Posts
- Migrating from GMail to Google Apps
- (English) Set Gmail / Google Apps email as system wide default
- (English) True Multi-Currency Personal Finances
- UPDATED, Finally! Adobe releases native 64 bit Flash 10 for Linux
- (English) Thunderbird 3 released