Skip to main content

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.

Harddisk speed

For some years I had problems when updating or installing a site with composer from my vagrant box.

Subscribe to