In Asian language (for me, Thai) always suffer unreadable mp3 tag. Here is a workaround to solve it.
install python-mutagen with this command
sudo apt-get install python-mutagen
cd to directory that your files at
and use it with this command
find . -iname "*.mp3" -execdir mid3iconv -e [encode] {} \;
done.
you can choose encode that suit to your language here. For Thai user use ISO-8859-11
credit : ConvertingMP3Tags
Friday, January 23, 2009
Monday, January 19, 2009
Copy non-formatted(plain) text in Ubuntu
Sometime, when we are browsing in the rich text place such as web page and we want to copy some text to our writing field (also rich text field too) without text format but normally it can not do.
In Ubuntu, there is a tool to help you called "Glipper"
you can install it with this command
sudo apt-get install glipper
and then you can add it to your panel. Its name is "Clipboard manager" in Add to Panel menu.
In Ubuntu, there is a tool to help you called "Glipper"
you can install it with this command
sudo apt-get install glipper
and then you can add it to your panel. Its name is "Clipboard manager" in Add to Panel menu.
Ubuntu CPU temperature monitor
To monitor temperature of CPU, I'm using panel's item called "Computer Temperature Monitor"
To get it use this command
sudo apt-get install computertemp
then you have to add it to you panel by right-click at a panel, select Add to Panel. Then search with word "temp". There, that's your item to add
To get it use this command
sudo apt-get install computertemp
then you have to add it to you panel by right-click at a panel, select Add to Panel. Then search with word "temp". There, that's your item to add
Subscribe to:
Posts (Atom)
Collectd PostgreSQL Plugin
I couldn't find this link when searching with google https://www.collectd.org/documentation/manpages/collectd.conf.html#plugin-postgresq...
-
sudo su postgres supply your Mac password modify /Library/PostgreSQL/9.x/data/pg_hba.conf from local all all md5 to local all all ...
-
Put your cursor on the text box of the post/comment you want to indent Go to the menubar at the top of the screen Edit > Emoji & ...
-
I ran to this error the other day when I tried to export a dump file from a slave Postgres database. cpg_dump: Dumping the contents of ta...