Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

Mute Remote Macintosh (See related posts)

Sometimes I am in bed and too lazy to get out to mute my G5. I can just grab my iBook, SSH into the G5 and run the following command:

osascript -e 'set volume output muted true'


brilliant!

Comments on this post

wandermatt posts on Jan 31, 2006 at 06:52
You can pause iTunes similarly:

osascript -e 'tell app "iTunes" to pause'

You need to create an account or log in to post comments to this site.


Related Posts