Configure scheduled tasks
To execute the Tiny Tiny RSS auto-update script every hour, enter the cron job editor by running this command:
sudo crontab -u bitnami -e
Add this cron job:
0 * * * * /opt/bitnami/php/bin/php /opt/bitnami/apps/tinytinyrss/htdocs/update.php --feeds --quiet