12,297
edits
m (→shell scripts) |
mNo edit summary |
||
Line 1: | Line 1: | ||
When setting up installations for exhibitions automating the startup and shutdown is essential in order to make sure your piece is actually running. Never rely on staff to switch on things. | |||
== Programmable time switches == | == Programmable time switches == | ||
Line 15: | Line 15: | ||
[[File:Zeitplan.png]] | [[File:Zeitplan.png]] | ||
The computer will effectively shut down 10 minutes later than set there, because it will wait 10 minutes with a message open to give the user a chance to abort | The computer will effectively shut down 10 minutes later than set there, because it will wait 10 minutes with a message open to give the user a chance to abort the shutdown process. | ||
== Do something on startup == | == Do something on startup == | ||
Line 63: | Line 63: | ||
== Automator == | == Automator == | ||
Automator is an application in Mac OS X which lets you automate tasks in a very easy way. |