Skip to content

Monthly Archives: July 2009

test for netbeans blogging

test for netbeans blogging 😉dload plugin fromhttp://code.google.com/p/blogger-plugin-netbeans/

install apache-couchdb on centos 5.2

i have no interest in DB But i read about it in IBM dev-work and just i would like to try 😉downloadhttp://couchdb.apache.org/downloads.htmlextracttar -zxvf apache-couchdb-0.9.1.tar.gznow resolving deps with yumyum install js-devel libicu libicu-devel erlangfor icu ,spidermonkeynow./configuremakemake install to start[root@localhost apache-couchdb-0.9.1]# couchdbApache CouchDB 0.9.1 (LogLevel=info) is starting.Apache CouchDB has started. Time to relax.

flv 2 mp3 under LINUX

easy but always forget 😉convert .flv to .wavffmpeg -i output/dump1.flv songname.wavLAME to convert .wav to .mp3!lame songname.wav songname.mp3 Fromhttp://dt.in.th/2008-04-13.download-music-from-imeem-on-linux.html