Fulltext results:
- MacPorts
- Ports ====== ===== List Ports ===== list requested ports: <code bash> port echo requested | cut -d ' ' -f 1 | uniq </code> list installed ports: <code bash> port -qv installed </code> ===== Housekeeping ===== When ports are updated, the
- Command Line Audio
- ~~META:date created = 2009-06-19 16:17~~ ====== Command Line Audio ====== ===== Change Mac Audio Volu... e audio volume from remote of my Mac at home, I needed a command line tool which I can use via ssh. I've found it here: [[http://osxdaily.com/2007/04/28/c... to play an audio file from command line is described here: [[http://www.macosxhints.com/article.php?st
- Set a Mac's Hostname
- tname, use the ''scutil'' utility (enter the desired hostname instead of ''the_hostname''): <code bas... scutil --set HostName the_hostname </code> === Credits === * http://osxdaily.com/2010/09/06/change
- rmdir for OSX
- directories from the command line quite complicated: <code bash> $ rmdir test rmdir: test: Directory ... on to remove directories together with the contained ''.DS_Store'' file: <code bash> rmdir() { for d i
- Make your Mac feel at Home
- ~~META:date created = 2010-05-03 16:24~~ ====== Make your Mac feel at Home ====== A small snippet fro