This command is very slow:
iptables -L
Solution?
This command is very slow:
iptables -L
Solution?
Problem (add 'textarea'):
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".
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:
Neueste Kommentare
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
Error: configure: error: no acceptable C compiler found in $PATH
Error:
PHP 8.3, APCu via PECL
PHP 8.3 extra packages (+ pecl, apcu)
apt update && apt upgrade
https : Secure Connection Failed
I get this error, when I visit https://solr.example.com:8983 :
Remove files and show the number of deleted files
Remove all files starting with 2024 in mydir123 and show the number of deleted files:
find mydir123 -name '2024*' -exec rm -vf {} \; | wc -l
find . -name '*' | xargs rm …
find . -name '*' | xargs rm -v
Maybe Patch
https://www.drupal.org/project/tablefield/issues/3397688