2006年11月27日星期一

为了amarok,还是把MP3的id都转成UTF-8的了

原来是用的audacious放歌, 它有个chardet USE
flag,可以把mp3中的gbk编码识别出来,但其他播放器好象都不支持,其它播放器对UTF-8大都支持得很好。
今天
emerge amarok-1.4.3-r1
发现歌名等都是乱码,而且看起来很好用的样子,终于下决心转到UTF-8, 于是:

emerge mutagen

find . -iname "*.mp3" -execdir mid3iconv -e GBK {} \;
转掉。

又到三翻领那找了个歌词脚本。
http://bbs.xsui.net/sanfanling/article.asp?id=72
用起来很爽。
结果发现audacious反倒不认歌名了,准备以后把chardet去掉,reemerge it. 这阵子先用用新欢。

bigmonk

________________________________

Source: http://bigmonk.livejournal.com/7704.html

2006年11月25日星期六

将AVI文件批量转换成JPEG文件

老婆把数码相机的功能档调错了,本来想照像,调成录像了。幸亏有mplayer,只用下面的命令就搞定了:
for file in *.avi;
do mplayer $file -vo jpeg:subdirs=$file;
done
当然,转完之后有很多垃圾,还有许多编辑工作,那就需要google 的picasa了。

bigmonk



Source: http://bigmonk.livejournal.com/7477.html

2006年11月24日星期五

a Firefox extension: web marker

Web marker is a wonderful Firefox extension. I like it very much. It has many function, I only use two function: mark and then bookmark it. Because I read many long web pages and I want to mark where I reached, the exact line. I found that web marker can do that . It scratched my personal itch. Addition with the Google's great browser sync, I can master every web page that I'm reading in my three machines, seven operation systems.

bigmonk



Source: http://bigmonk.livejournal.com/7375.html

2006年11月23日星期四

docbook or latex?

Docbook or latex? This is a question. I study docbook and latex these days. I want to solve my puzzle of documents' version control. I want to reuse my early document also.
I emerged xxe conglomerate kile etc. Xxe is a excellent tool for edit docbook file, with so much convenience. Kile is the corresponding tool for latex. Conglomerate is not so good.
Docbook and latex are all good things, but  they all support Chinese very poor.
I gave away the idea of use these things in my formal official document. but I still want to  study them and use them in my routine work and study. I still can't decide which one to use, docbook or latex.

bigmonk



Source: http://bigmonk.livejournal.com/6988.html

2006年11月14日星期二

从~x86且战且退到x86

我一共有三台机器用gentoo,
一台办公用机,一台家里的台式机,一台家里的笔记本,前段时间比较激进,全部到了~x86,享用新特性的同时也带来N多问题。gnome-2.16控制面板出错,nautilus中的文件共享不能用了,X
window 切到控制台死机,运行部分屏保死机。所以最近开始全面退守,有的等x86, 有的降到x86,
当然有的还是要用~x86的,比如firefox.
总之,全面进攻改成重点进攻了。现在这些问题多数都解决了。世界逐渐安静起来了。毕竟归根到底系统是拿来用的。

2006年11月2日星期四

病毒的故事

今天这些人竟然被下面这个病毒搞得人仰马翻。
http://www.symantec.com/security_response/writeup.jsp?docid=2006-100315-5658-99
我们还差点背上黑锅,因为我们的安装包被查出毒来了,好在很快就洗雪冤情,还能以德报怨。
感觉爽极!
PS:因为众所周知的原因,以后两个blog同步更新。

bigmonk



Source: http://bigmonk.livejournal.com/5753.html