14 septiembre 2013

Expression Studio - test regexp regular expressions

Expression Studio is a tool that allows us to write and test regular expressions online. Supports regular expressions from a lot of different languages.

http://expstudio.pl/

I think it's a very useful tool!

10 septiembre 2013

Parole Media Player xfce4 autoaudiosink

I installed Parole as my Media Player for my Debian Linux. But there was an error launching it.

...
autoaudiosink load failed
...

The way i fixed it was installing the package gstreamer0.10-plugins-good.

Now it launches succesfully! :)

Android SDK Emulator libGL.so problem

Recently i installed and configured my new Linux setup. A Debian Testing with XFCE4 as desktop. Well, i'm not going to talk about this now.

After installing Android Studio and running an emulated device, i saw the error: "... libGL.so not found ...". Then, i did a search for that lib. I found this in /usr/lib/i386-linux-gnu/ and created a symbolic link to point the not found lib libGL.so to the real file libGL.so.1.2.0.

I don't know if it really fix it, but at least the error doesn't appear now.

Symbolic link creation: sudo ln -s /usr/lib/i386-linux-gnu/libGL.so.1.2.0 /usr/lib/i386-linux-gnu/libGL.so

04 septiembre 2013

Tails Incognito Linux Live System

Tails is a Debian and Tor based Linux Live system. The major goal of Tails distro is to preserve your privacy and anonymity over internet. All connections runs under Tor network.

Tails is an amnesic and incognito system. It's bundled with software preconfigured for security and anonymity.

More info at Tails Linux.