Fulltext results:
- rmdir for OSX
- ====== rmdir for OSX ====== The Finder on OSX creates ''.DS_Store'' files in the directories to store its settings. This makes removing directories from the command line quite complicated
- Make your Mac feel at Home
- ~~META:date created = 2010-05-03 16:24~~ ====== Make your Mac feel at Home ====== A small snippet fro... rivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport" # # Set this to your Home WLAN SSID (name): HOMESSID="mycastle" # # Get SSID inf... arch for $HOMESSID SSID=$(${AIRPORT} --getinfo | grep ' SSID:') SSID=$(echo ${SSID} | grep "^SSID: ${H
- Command Line Audio
- ~~META:date created = 2009-06-19 16:17~~ ====== Command Line Audio ====== ===== Change Mac Audio Volu... mmand Line ===== To change the 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/change-the-syst... ay an audio file from command line is described here: [[http://www.macosxhints.com/article.php?story=2
- Set a Mac's Hostname
- stname, use the ''scutil'' utility (enter the desired hostname instead of ''the_hostname''): <code ba... scutil --set HostName the_hostname </code> === Credits === * http://osxdaily.com/2010/09/06/chang
- MacPorts
- === MacPorts ====== ===== List Ports ===== list requested ports: <code bash> port echo requested | cut -d ' ' -f 1 | uniq </code> list installed ports:... ed </code> ===== Housekeeping ===== When ports are updated, the old port is only deactivated, not un
- Clear DNS Cache
- ush the cache and then send a signal the the 'mDNSResponder'. dscacheutil -flushcache sudo killall -HUP mDNSResponder {{tag>mac osx sysadmin dns cache cli}}
- AirPort Command Line Interface
- /osxdaily.com/2011/05/31/enable-disable-airport-wireless-connections-command-line/|OS X Daily]] ====