2020 m. sausio 30 d., ketvirtadienis

Unicode

Website for automagicaly detecting unicode:
Python encoding fixer ftty

Encoding tricks

Joining multiple mp3 files

$ sudo apt-get install mp3wrap

$ mp3wrap output file1.mp3 file2.mp3 file3.mp3

$ sox file* output.mp3

Problem:
sox FAIL sox: Input files must have the same sample-rate

Fixing sample rate with sox

$ sox CD1.mp3 -r 41000 CD1.mp3

2020 m. sausio 19 d., sekmadienis

Disabling Ubuntu 19.10 screenshot sound effect

mkdir -p ~/.local/share/sounds/__custom
touch ~/.local/share/sounds/__custom/screen-capture.disabled