OSX Mavericks snel afsluiten dmv Applescript
In de terminal kan je snel je mac afsluiten door; " sudo shutdown-h now' in te voeren en vervolg je password in te voeren. Je Mac sluit dan snel af.
Vraag, is dit goed voor je mac?
Tweede vraag; kan dit ook in een applescript gezet worden en deze bijvoorbeeld in je dock te zetten?
Vraag, is dit goed voor je mac?
Tweede vraag; kan dit ook in een applescript gezet worden en deze bijvoorbeeld in je dock te zetten?
Reacties
"Requests that the system be either halted or powered off after it has been broughtdown, with the choice as to which left up to the system"
1) Open Textedit;
2) Voer de tekst in: sudo shutdown -h now
3) Klik op Format -> Make Plain Text;
4) Sla het tekstbestand op de Desktop op als Shutdown.command;
5) Open een terminal. Ga naar de Desktop. Voer het commando chmod +x Shutdown.command uit;
Als je nu dubbelklikt op Shutdown.command opent de terminal, het Administrator paswoord wordt gevraagd en het shutdown commando wordt uitgevoerd.
do shell script "sudo shutdown-h now"
of
tell application "Terminal"
do script "sudo shutdown-h now"
end tell
http://superuser.com/questions/67765/sudo-with-password-in-one-command-line