Great article about using Amazon S3 to store Django static and media files.
Here's how: Using Amazon S3 to store your Django sites static and media files.
./M6
Software related information one might find useful.
Great article about using Amazon S3 to store Django static and media files.
Here's how: Using Amazon S3 to store your Django sites static and media files.
./M6
While trying to find the problem on an old Joomla 2.5.11 website that had suddenly stopped working correctly, I found The Joomla Forum Post Assistant, shortened to (FPA), a nice and simple tool that helps one to detect possible problems on Joomla installations.
It's quite easy to use, just grab the latest version and uploaded it to your website, call it from the browser and that's it. Don't forget to remove it after you're done with it.
./M6
sudo apt-get install composer
composer global require "fxp/composer-asset-plugin:~1.1.1"
composer create-project yiisoft/yii2-app-advanced mywebsite 2.0.6
composer create-project yiisoft/yii2-app-advanced mywebsite 2.0.6
In short, just do
ffmpeg -formatto list all formats. Then use this simple command to convert between video formats:
ffmpeg -i {input_video_file} -f {format} {ouput_video_file}
In my case, my command was:
ffmpeg -i Passadeiras\ Ativas.m2v -an -f mov teste.movsince I was converting to a mov file and stripping the sound. ./M6
[exception.PHPExcel_Writer_Exception] exception 'PHPExcel_Writer_Exception' with message 'Could not close zip file php://output.' in /var/www/vhosts/yourdomain/phpexcel/Classes/PHPExcel/Writer/Excel2007.php:399
php_admin_value open_basedir "[your current paths]:/tmp"
php_admin_value open_basedir "{homedir}:/usr/share/php:/usr/share/pear:/tmp"