General
Symfony sfMelodyPlugin Google Example
3Just 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
1
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:
tar -xzf install_ffmpeg.sh.tar.gz sh install_ffmpeg.sh
Quickly add ssh public key to authorized keys file
0ssh alex@192.168.0.103 'echo '`cat ~/.ssh/id_rsa.pub`' >> ~/.ssh/authorized_keys
There is a better way on Ubuntu to do so:
ssh-copy-id alex@192.168.0.103
Enjoy!