Drupal, fast dump
During development, it's comfortable to have a command in bash history to create a quick development dump:
During development, it's comfortable to have a command in bash history to create a quick development dump:
I've recently updated my php and found, that the settings for apache did not match the php cli version. I had to set the cli version with the following procedure:
Alle Zeilen mit # Am Anfang ergaenzen.
:%s@^@#&@
To get the latest 64bit Version of IrfanView running on Ubuntu with wine, without snap - do the following:
winetricks mfc42
Create your videos from filmclips, photos, with title clips and effects with kdenlive.
Do video compression with ffmpeg:
wget https://www.phpmyadmin.net/downloads/phpMyAdmin-latest-all-languages.zip -O phpmyadmin.zip
unzip phpmyadmin.zip && rm phpmyadmin.zip
sudo git clone https://github.com/drush-ops/drush.git /usr/local/src/drush
cd /usr/local/src/drush
I love this! Thank you soooooo much!
git ls-files -o --exclude-standard
Will show all files which will be listed with git add .
sed -i myfilename.sql -e 's/utf8mb4_0900_ai_ci/utf8mb4_unicode_ci/g'
Collation is everything :)