alex
(8 comments, 35 posts)
This user hasn't shared any profile information
Home page: http://www.alexfilatov.com
Posts by alex
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!
Install php mysql apache on Ubuntu
0It’s simple like that:
sudo apt-get install php5 apache2 mysql-server libapache2-mod-auth-mysql php5-mysql
that’s all