No se instala en Windows XP SP3

Tecnología

(English follows)
Tras instalar el Service Pack 3 de Windows XP uno se puede encontrar con la desagradable sorpresa de ver como alguno de los controladores (o aplicaciones) que necesita no se instala, aquí tenemos una solución que debería funcionar.

After installing Windows XP Service Pack 3 you can find yourself in the annoying situation of not being able to install some drivers or applications. The following workaround should work.
Read More »

AddThis Social Bookmark Button
No Comments »

Command Line Console inside Eclipse

Eclipse, Tecnología

So you’d like to have the always useful command line console callable from any path level inside eclipse…….

Read More »

AddThis Social Bookmark Button
1 Comment »

Out of PerGem space

Eclipse, Java, Tecnología

Sometimes, when rebuilding some large projects you can run out of PerGem space, here’s a solution.

Read More »

AddThis Social Bookmark Button
1 Comment »

Problemas con rails y MySQL

Ruby, Tecnología

Un problema frecuente que nos podemos encontrar al hacer un depliegue de una aplicación RoR es el siguiente:

Nada más lanzar la pertinente migración nos encontramos con:

rake aborted!
No such file or directory - /sock

Read More »

AddThis Social Bookmark Button
No Comments »

How to reset your Webmin password the FreeBSD way

FreeBSD & BSD, Tecnología

It’s not unusual that, as your FreeBSD server is so stable, you end not knowing what your password was.

Under other systems the location of webmin is clear and most of the documentation will point you to /usr/libexec/webmin or something like that, in FreeBSD, by default (and after some updates) webmin is installed under

/usr/local/lib/webmin-1.300

Where 1.300 is the running version

And it’s configuration file is located at:

/usr/local/etc/webmin

So, to change the password of let’s say user foo to bar you’ll have to type:

/usr/local/lib/webmin-1.300/changepass.pl /usr/local/etc/webmin foo bar

AddThis Social Bookmark Button
No Comments »