Bash comment with vi
Alle Zeilen mit # Am Anfang ergaenzen.
:%s@^@#&@
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 :)
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.
Useful to check where a script drops exactly and what's the output of variables, find, etc.:
sh -x ./scriptname