Skip to content

Techno Babble

Technology musings and ramblings from a distracted mind

Tag: cron

Posted on October 1, 2013December 15, 2016

Using Anacron in Ubuntu for Periodic Jobs

Anacron is a very handy utility to run scripts in regular periods in machines that are not turned on 24/7. It is actually very simple to use, but I found that there were very few resources describing how to actually set up an Anacron job. Setting up an anacron job in Ubuntu is as simple …

Continue reading “Using Anacron in Ubuntu for Periodic Jobs”

Posted on September 28, 2013December 30, 2016

Quick guide to cron in Ubuntu 12.04

Here are some basic concepts on how to set cron jobs in Ubuntu 12.04. 1. The crontab The crontab is the file that contain entries for each scheduled job, more information at Ubuntu’s Cron How To. In order to edit the current user’s crontab use: To edit the root’s crontab: In this case we will …

Continue reading “Quick guide to cron in Ubuntu 12.04”

Recent Posts

  • With Tmux and Vim the Terminal is the IDE
  • Git branches cleanup
  • Rescue files from a corrupted SD card using Ubuntu and ddrescue
  • Truecrypt is already running
  • Using Anacron in Ubuntu for Periodic Jobs

Recent Comments

  • rueckerjaquelin on With Tmux and Vim the Terminal is the IDE

Archives

  • January 2017
  • December 2016
  • February 2014
  • October 2013
  • September 2013
  • June 2013
  • July 2011

Categories

  • CSS
  • HTML
  • JavaScript
  • Linux
  • Mini Tutorials
  • Quick tips