Debian /etc/apt/sources.list Australia apt-get mirrors / repositories list

Main debian Australia’s mirrors / repositories. Note that you do not need to include all repositories. Moreover use http or ftp not both to avoid Duplicate sources.list entry.
This list is for etch but you may change it to any other debian release. To change it to lenny change “etch” to “lenny”. You can also [...]

Convert from mp3 to ogg and from ogg to mp3 format with soundconvert

First install soundconvert linux package. This allows you to convert between ogg and mp3 sound media formats. On debian or ubuntu simply:
apt-get install soundconvert
to convert from ogg format to mp3 format use command:
soundconvert.pl -o mp3 mediamusic.ogg
to convert from mp3 format to ogg format use command:
soundconvert.pl -o ogg mediamusic.mp3
If you wish to convert all files [...]