1. edit /etc/resolv.conf file
the file was read only therefore I needed to change the file mode to write first
chmod a+rw /etc/resolv.conf
change the name server
8.8.8.8
8.8.4.4
*this is google server
2. Done
Million thanks to Mr. Coffee!!!


1. Create a collection
ls /home/gtzan/data/sound/reggae/*.wav > reggae.mf
automatically:
mkcollection -c reggae.mf -l music /home/gtzan/data/sound/
2. Feature extraction
bextract music.mf speech.mf -w ms.arff -p ms.mpl -cl
bextract ms.mf -w ms.arff -p ms.mpl
bextract -mfcc classical.mf jazz.mf rock.mf -w genre.arff
./bextract -sv cl.mf ja.mf ro.mf -w genres.arff -p genres.mpl