Listen:
Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.
Last.fm page:
http://www.last.fm/music/Oleg+Kossoy/_/Melancoly
On Leopard:
echo "export SVN_EDITOR=vi" >> ~/.bash_profile
cd /
svn propedit svn:externals .
In vi, add desired externals:
geppa svn://svn.geppahost/geppa/trunk
svn ci -m 'Stupid comment'
Done.
$ export PATH=/Applications/MAMP/bin/php5/bin:$PATH
$ pear channel-discover pear.symfony-project.com
$ peardev install symfony/symfony
Using peardev instead of pear is required because of memory_limit variable,
set to 8M in default php.ini and -1 in peardev.