« No wonder the world is full of wars! | Main | New words »

Easy parenting with OSX

On the errant child's computer in the crontab of a logged in account:

* 23,0,1,2,3,4,5 * * * /usr/bin/osascript -e 'tell application "Finder" to sleep'

(It tells the computer to put itself to sleep every minute of every hour between 11pm and 5am.. of course if the computer is already asleep it doesn't do anything)

TrackBack

Listed below are links to weblogs that reference Easy parenting with OSX:

» kasia in a nutshell: Easy parenting with OSX from Letters From Exile
Kasia has a neat tip that will put a mac to sleep and keep it that way all night long. She talks about it in the context of making sure that a kid isn't up all night on his computer. She says: * 23,0,1,2,3,4,5 * * * /usr/bin/osascript -e 'tell applica [Read More]