Replace HTTP with HTTPS (in all *.html files)
sed -i 's|http://sub.example.com|https://sub.example.com|g' *.html
find . -name "*.html" -exec sed -i 's|http://sub.example.com|https://sub.example.com|g' {} \;
Replace HTTP with HTTPS (in all *.html files)
sed -i 's|http://sub.example.com|https://sub.example.com|g' *.html
find . -name "*.html" -exec sed -i 's|http://sub.example.com|https://sub.example.com|g' {} \;
Replace barlin and burlin with berlin in db_2021.sql:
sed -i -E "s/([a-z0-9_\-]+)\.(barlin|burlin)/\1.berlin/g" db_2021.sql
Die Hauptdomain unserer Webseite hat sich geändert. Es taucht in Datenbank mehr Mals(CMS, News, Contacts, Adressen). Manuelle Änderung würde viel Aufwand verursachen. Ich habe folgende Lösung erfunden. Ich habe die ganze DB exportiert(2GB ganze-site.sql). Und dann habe ich mit Linux-SED die alte Domain mit neuen ersetzt. Dann habe ich DB geleert und die neue SQL importiert.
Neueste Kommentare
Same with Drush 13 + PHP 8.3 and my Solution
Same with Drush 13 + PHP 8.3
Error : Failed to install the required package 'RPM' by using AP
Initializing...
Error : Failed to install the required package 'RPM' by using APT. Please install it manually.
Exit
Solution:
Installieren & Aktivieren
So habe es installiert und dann mit Hilfe von Key/Code (über Website von Acronis Cyber Protect) aktiviert:
I have a view with a path…
I have a view with a path like
/my-content-export
to export entivies as JSON or CSV.admin_toolbar 3.5.2 is the…
admin_toolbar 3.5.2 is the reason. Patch coming ...
Drupal 10.4, in a custom View
Drupal 10.4:
Tools & Settings >> Security…
Tools & Settings >> Security Policy :
Allow only secure FTPS connections
List config vaiables
/usr/sbin/mariadbd --help --verbose | grep "query.*size"
Restart MariaDB / MySQL
Commandline:
MariaDB Restart (after changes in /etc/mysql/db-performance.cnf)
After my changes in /etc/mysql/db-performance.cnf