Um die Pfeile zu verstecken:
details summary::-webkit-details-marker {
display:none;
}
Um die Pfeile zu verstecken:
details summary::-webkit-details-marker {
display:none;
}
Flex Container & Items:
Man muss erst group_concat_max_len erhöhen;
SET SESSION group_concat_max_len = 123456789;
select group_concat(nid, ',') from news where year='2019';
drush sql-dump --result-file="/path/to/backups/$(date +%Y%m%d_%H%M%S).sql"Database dump saved to /path/to/backups/20190218_230104.sql
Versuch 1 - Optimieren:
Table 'logs' is marked as crashed and last (automatic?) repair failedVersuch 2 - Reparieren:
Error
Table 'news' is marked as crashed and last (automatic?) repair failed
Can't create new tempfile: './mydb1/news.TMD' |
| db1.news | repair | status | Operation failed
Fehler:
Table 'comments' is marked as crashed and last (automatic?) repair failedFehler:
.htaccess:
AuthType Basic
Require valid-user
AuthUserFile /home/mysite/html/.htpasswd
AuthName "Please Log In With Your Username/Password!"
Order allow,deny1. Datei öffnen:
pico -w /root/.bashrc2. Hinzufügen ( zB am Ende):
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fiWenn es bash-completion nicht gibt:
apt-get install bash-completionMysql Query - Update mit Regex
Neueste Kommentare
Wildcard
Let’s Encrypt will only accept a wildcard via DNS challenge.
If your Plesk instance can’t create the _acme-challenge.example.com TXT (external DNS), the extension can’t complete validation and will show no success.
Same problem
Warning: Undefined array key "url" in Drupal\Core\Asset\JsCollectionOptimizerLazy->optimizeGroup()set-timezone Europe/Berlin
sudo timedatectl set-timezone Europe/BerlinTry this:1. Go to Tools &…
Try this:
Alternative (without warnings like "no crontab for user")
Alternative (without warnings like "no crontab for dovecot") to see all tasks:
php 8.3 apcu
php 8.3 apcu failed
über Plesk hat es geklappt.
phpize failed error?
install:
# sudo apt install php-devphpize
# sudo apt install…
phpize
# sudo apt install php-devdetails
Problem:
/opt/plesk/php/8.3…
Problem:
Problem:PHP APCu caching…
Problem: