2010年4月30日

Get man pages for GNU/Linux Development

sudo apt-get install manpages-dev

2010年4月6日

Convert ape to flac in Ubuntu

Install flac and shntool
sudo apt-get install flac
sudo apt-get install shntool
Convert all ape files in current dir to flac
shnconv -o flac *.ape