Just added an example for Symfony sfMelodyPlugin for Google. I think there should be such an example because It’s a bit more complicated then setup a melody for facebook.
Install FFMpeg with x264 (H.264) on Ubuntu script
I’ve found very good article “HOWTO: Install and use the latest FFmpeg and x264”
But since my HDD has crashed and I needed to re-install all software on my Ubuntu box I decided to make a script with all commands from that article, please grab it here install_ffmpeg.sh.tar.gz
After download run these commands:
[php]
tar -xzf install_ffmpeg.sh.tar.gz
sh install_ffmpeg.sh
[/php]
UPDATE: Please use this Guide to install & configure FFMPEG for Ubuntu
Quickly add ssh public key to authorized keys file
ssh [email protected] 'echo '`cat ~/.ssh/id_rsa.pub`' >> ~/.ssh/authorized_keys
There is a better way on Ubuntu to do so:
ssh-copy-id [email protected]
Enjoy!