Problem (add 'textarea'):
- Search for 'figcaption'
- recursive
- ignore spaces
- case insensitive
- only ascii files
- show line numbers
- grep for 'colgroup'
- ignore results with '.css' or '.js'
grep -siRIn 'figcaption' web | grep 'colgroup' | grep -Ev '\.css|\.js'
Problem:
-bash: /usr/bin/rm: Die Argumentliste ist zu lang
Solution?
Wir haben mehrere Root-Server mit Plesk bei Hetzner und haben vor kurzem solche Emails erhalten:
Install inxi & lshw:
sudo apt install lshw lshw-gtk inxi
RHEL / CentOS: yum install lshw inxi
Exec inxi command:
inxi -pluFxxrm
Exec lshw
lshw -short
Solution:
cp -av source.tar.gz target--$(date +%Y-%m-%d-%H%M%S).tar.gz
After Drupal core + module updates:
The roles anonymous & authenticated disapeared
Instead of the page content I get this error: "You don't have access to this page".
Solution:
Export config from your website: drush cex
Export config from your old website or a new Drupal installation.
Move two files to the config dir of your websites sync directory:
Solution:
stat --format '%a' web/settings.php
stat --format '%a' web/
Output:
444
755
Neueste Kommentare
Hilft "cp -avf old new && rm…
Hilft "
cp -avf old new && rm -rvf old"
nicht?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: