Tag Nextcloud

WordPress cron task takes too long

When cron.php takes too much time on wp docker run the following command to clear files: docker exec -u www-data <your-wp-container-name-here> php occ files:cleanup docker exec -u www-data <your-wp-container-name-here> php occ files:scan-app-data This should make the next cron.php job faster.

Nextcloud sync indicator in KDE Dolphin

Nextcloud is a great tool to synchronize and share documents across team and computers. To get the nextcloud indicator you need to install the nextcloud-client-dolphin package for your distribution. sudo apt install nextcloud-client-dolphin The package is also existing for nautilus…