Skip to main content

Background Videos

Create your videos from filmclips, photos, with title clips and effects with kdenlive.

Do video compression with ffmpeg:

Create phpmyadmin local instance

wget https://www.phpmyadmin.net/downloads/phpMyAdmin-latest-all-languages.zip -O phpmyadmin.zip

unzip phpmyadmin.zip && rm phpmyadmin.zip

Install drush globally

sudo git clone https://github.com/drush-ops/drush.git /usr/local/src/drush

cd /usr/local/src/drush

Negate find parameters on linux bash

find -maxdepth 1 -type d -not -name "*hide*"

= Show all directories directly located in the current directory which do not have the word 'hide' in their name.

Subscribe to