Problem:
The Drush launcher could not find a local Drush in your Drupal site
Solution?
Problem:
The Drush launcher could not find a local Drush in your Drupal site
Solution?
for user in $(cut -f1 -d: /etc/passwd); do printf " \n\n -------- $user : \n "; crontab -u $user -l; done
cronjob für zb root:
11 * * * * root /usr/lib/command
Wenn man ein Befehl nach Reboot ausführen möchte oder ein App starten möchte, kann man es mit Hilfe von Cronjobs machen
# crontab -e
@reboot sleep 120 && /var/meinapp/bin/appd --config /var/meinapp/conf/settings.conf
Um Crobtab als Text-Datei zu speichern:
crontab -l > /path/to/mein-crontab.bak.txt
Um die Backup-Datei zu importieren:
crontab /path/to/mein-crontab.bak.txt
Szenario:
Mehrere Personen laden tausende Dateien wie Bilder-Videos usw per FTP hoch. Eine Überschreibungsgefahr existiert. Wir wollen Dateien die komplett hochgeladen sind, verschieben. In diesem Fall, Dateien, die in der letzten 11 Minuten geändert wurden, werden als offene Dateien behandelt und nicht verschoben. Rest wird verschoben.
* * * * * /usr/bin/find /home/meinFTPOrdner1 -mmin +11 -exec /bin/mv -v {} /home/meinFTPOrdner2/ \; >> /logs/output-von-mv.txt
Diese Fehler steht in Logs, wenn der Cronjob läuft :
/bin/sh: 1: Syntax error: end of file unexpected (expecting ")")
Was ist hier in diesem Cronjob-Eintrag falsch?
41 18 * * * /bin/tar -zcf /backups/www_$(date +%Y-%m).tar.gz /home/website2/public_html
Cron.php ausführen bei Drupal 6 ist kein problem aber mit Drupal 7 kommt Cron Key Authentifizierung. Man sucht unter System Cron aber da ist es nichts. nach lange Suche finde ich Cron_Key unter Status >> Reports.
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 ...
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: