You can edit your cron jobs by running
crontab -e
Related Posts
Install PHP 7.2 MCrypt extension
## How to install mcrypt in php7.2 ## ## https://lukasmestan.com/install-mcrypt-extension-in-php7-2/ ## # # Check version…
How to install grunt on Ubuntu 14.04
Grunt is a Javascript task runner that can be used to compile Sass, run JSHint,…