miércoles, 25 de abril de 2007

Distros Top Ten

El que no se decide es ... porque no quiere.!! Si te faltan motivos para cambiarte a Linux o no sabes qué distribución se ajusta mejor a tus necesidades, puedes aclarte en esta página:

DistroWatch Top Ten Distributions



Salu2

lunes, 23 de abril de 2007

How to run the Spectrum OneClick Console on Ubuntu-Firefox

If we follow the instructions of the Spectrum help we need to Install the Java 2 Runtime Environment (see the previous post). Then like the JRE includes the Java Web Start client, which is required to run JNLP applications like SPECTRUM OneClick Console, we need to associate the .jnlp extension with de javaws (Java Web Start) program.

So in this order do:
1) Go to the Spectrum OneClick console web page
2) Click on "Start Console"
3) Save the oneclick.jnlp file to disk.
4) Right-click on the .jnlp file that you downloaded, and select “Open with Other Application…”
5) Select “Use a custom command”, and click “Browse…”.
6) Locate your java installation folder and select the file $JAVA_HOME/jre1.6.0_01/javaws/javaws/.

On my system, that works out to /home/user/jre1.6.0_01/javaws/javaws
7) Click OK.
8) Restart Firefox and click again over "Start Console". Now a window like this should appear:



Then start the download of the application an after that the Spectrum Console appears in the screen. Easy and quick.

Explanation
The Java Web Start MIME type is not properly associated with the javaws binary. You have to explicitly set the association, then restart Firefox for it to get the update.

Salu2

Install Java in Ubuntu 7.04 Feisty

First we need to download de file jre-6u1-linux-i586.bin from www.java.com

Create a directory for the files to be installed:
# sudo mkdir /usr/java

Move the downloaded file to the previous directory:
# sudo mv jre-6u1-linux-i586.bin /usr/java

Change the permissions for make it executable:
# sudo chmod a+x jre-6u1-linux-i586.bin

Run the file to install software:
# /usr/java/jre-6u1-linux-i586.bin

Now create a symbolic link:
# cd /usr/lib/mozilla-firefox/plugins
# sudo ln -s /home/user/jre1.6.0_01/plugin/i386/ns7/libjavaplugin_oji.so

Restart firefox and enjoy.

sábado, 21 de abril de 2007

How to install your favorite distro on a USB Pendrive

Here are all you need:

What do exactly makeboot:
http://www.nu2.nu/mkbt/

How to install boot and run Linux from a USB flash pen drive:
http://www.pendrivelinux.com/

To do it with windows, click here.
To do it with linux, click here.

Y si lo quieres en el idioma de Cervantes, haz click aqui.

Should work equal with any Linux distribution, good luck.
Salu2

miércoles, 18 de abril de 2007

Hi,

I have seen this link referenced in some blogs, if you want to spend a bit of time acquiring "culturilla" read the article of "Top 7 hackers ever".

Salu2

Mapa Evolutivo de las distros de Linux

Buenas,

via El Ubuntero Errante me encuentro este clarificador mapa evolutivo de todas las distros de Linux, que seguro a más de uno le resultará curioso:


Saludos.

martes, 2 de enero de 2007

Año nuevo ...

Buenas,

el año nuevo viene cargadito de nuevos propósitos y entre ellos esta el darle un buen empujón a mi BLOG tanto en aspecto como en contenido. Asi que en los proximos meses seguramente habrá cambios. Digo meses porque hay algunos de esos nuevos propósitos que me consumiran mucho mucho tiempo. Esperemos que todos acaben en buen puerto.

Para todo el que visite este BLOG, aunque sea accidentalmente, que tengais un buen año 2007.


Salu2

miércoles, 13 de diciembre de 2006

Firefox 2 + Java (en ubuntu claro)

Hay dos opciones:

Si instalaste la última versión de java a través de los repostorios con el paquete sun-java-jre:

1) Cerrar firefox
2) #sudo rm /usr/lib/firefox/plugins/libjava* (borra en plugin de java)
3) #sudo ln -s /usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/firefox/plugins/

Si has bajado firefox del sitio oficial entonces:

1) Cerrar firefox
2) #rm /home/<usuario>/.mozilla/plugins/libflashplayer.so
2) #ln -s /usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/plugin/i386/ns7/libjavaplugin_oji.so /home/<usuario>/.mozilla/plugins/

NOTA: Los directorios no son exactos si se tiene otra versión de Java instalada (1.5.0.06 por ejemplo).


Salu2

jueves, 14 de septiembre de 2006

ERROR en apt-get update

Cuando al hacer un apt-get update salga este error:

#sudo apt-get update
E: No se pudo bloquear /var/lib/apt/lists/lock - open (11 Recurso no disponible temporalmente)
E: No se pudo bloquear el directorio de listas

Se debe a que hay otra ejecución de apt-get que esta sin finalizar.

SOLUCIÓN:
1) Ejecutar:
#sudo lsof /var/lib/apt/lists/lock
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
apt-get 4519 root 4uW REG 3,6 0 17 /var/lib/apt/lists/lock

2) Matar el proceso
# kill -9 4519

Y listo, ya se puede actualizar los repositorios de /etc/apt/sources.list

Salu2

martes, 22 de agosto de 2006

Screenshots of all available linux distributions

A good link, if you want to see a recent linux distribution with a lot of screenshots just after the installation ... this is your page.

http://shots.osdir.com/

Salu2