Tag: cron

  • Wake-up Light Part 2: Scheduling

    Last time, we had managed to get a command for controlling the lights up and running on the Raspberry Pi. The obvious choice for scheduling such a command in Linux is Cron. To automatically turn on the lights using Cron, we need to edit the root-user’s crontab: $ sudo crontab -e This will launch a…