понеделник, 7 февруари 2011 г.

White noise generators in Linux

1. cat /dev/urandom > /dev/dsp
2. Boodler (http://boodler.org) Very nice open-source soundscape tool. You can install number of packages with sound samples and then to run them simultaneously or one after another. You should read the lengthy instructions, but once you get it, it's quite simple actually.
3. Baudline - some I haven't yet managed to work for me, but it looks quite promising.
4. Audacity
5. Online generator: http://www.speechprivacysystems.com/white-noise/ .  You can use Waterfall, Wind, Static, Rain and Beach noises and to mix them for free.
(More).

сряда, 2 февруари 2011 г.

How to root Android phone X8

I do it on windows xp sp3 (before I try to do on win7 32b)
1. Install Sony_Ericsson_PC_Companion_2.01.078_Web
2. Install .net framework 2.0
3. Connect phon to PC with activated USB-Debugging (DO NOT MOUNT THE SD-CARD!!!!)
4. Wait a few seconds (to recognized phone by system)
5. Root by SuperOneClickv1.3.0 (from topic ) source

четвъртък, 27 януари 2011 г.

Amarok not showing Cyrillic tags

Obviously the problem comes from the different Cyrillization of Windows and Linux systems. Songs that were tagged with cp1251 are not properly read by systems that use unicode.
The solution?
Well, you download a script from this site and then you do:
chmod +x tag2utf.py
./tag2utf.py /path/to/mp3
I tested it and it looks like it's working. It will ask you whether the original cyrillization is cp1251 or koi8-r. And you time c for the former and k for the latter. And that's all.
Enjoy!

source