You can do it by adding the command "shutdown -t now" along with your wished point of time in cron. "sudo crontab -e" will let you edit the cron file. The line could look something like this: 0 8 * * * shutdown -t now (thats for eight o clock every day). -- krusbjorn