You can edit your cron jobs by running
crontab -e
Related Posts
Find and delete files older than 1 week (example)
find /home/users/backup_MyDB -type f -mtime +7 -exec rm {} + Although generally it is wise…
How to install latest PHP 5.4.x on Ubuntu 12
http://www.dev-metal.com/how-to-install-latest-php-5-4-x-on-ubuntu-12-04-lts-precise-pangolin/
