Falls nötig:
apt-get install davfs2
Remote Verzeichnis lokal einbinden
mount -t davfs https://cloud.example.com/remote.php/dav/files/myFiles/ my_local_dir/
Falls nötig:
apt-get install davfs2
Remote Verzeichnis lokal einbinden
mount -t davfs https://cloud.example.com/remote.php/dav/files/myFiles/ my_local_dir/
Filename Sanitizer / Normalizer :
<?php
$str = "Text mit Ä Ö Ü ß é á ú î é ú í ó á ý ";
echo iconv('UTF-8', 'ASCII//TRANSLIT//IGNORE', $str);
// Text mit A O U ss e a u i e u i o a y
?>
Create Taxonomy Term (in Vocabulary):
use Drupal\taxonomy\Entity\Term;
$new_term = Term::create([
'vid' => 'name_of_the_vocabulary',
'name' => 'name of the term',
]);
$new_term->enforceIsNew();
$new_term->save();
Laut Composer gibt es 8 Updates, darunter Drupal Core 9.3.14 :
1. Installieren : optipng / jpegoptim / cwebp
sudo apt-get install jpegoptim
sudo apt-get install optipng
sudo apt-get install imagemagick webp jpegoptim optipng
2. jpegoptim : mehrere Optimierungsmöglichkeiten
mail -s "Subject of my test e-mail" info@example.com <<< "Content of my test e-mail"
oder
echo "Content of my test e-mail" | mail -s "Subject of my test e-mail" info@example.com
Eine Liste der aktuellen Kryptowährungen:
Was ist Web3?
Was ist Unterschied zwischen Web3 und Web2?
Was ist Unterschied zwischen Web2 und Web1 (oder Web0)?
Twitter Error 283
[code] => 283
[message] => This request looks like it might be automated. To protect our users from spam and other malicious activity, we can't complete this action right now. Please try again later.
Was ist die Lösung? Ich bekomme diese Fehlermeldung, wenn mein Twitter APP nach bestimmten Suchkriterien Tweets als "Favorit" markiert. Dabei achte ich sehr auf Rate-Limits usw.
Um Apache Solr zu installieren bzw. zu aktualisieren (Update/Upgrade) :
Neueste Kommentare
Problem:PHP APCu caching…
Problem:
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"