Fulltext results:
- Clear DNS Cache
- ====== Clear DNS Cache ====== To clear the DNS cache on OS X, you first have to flush the cache and then send a signal the the 'mDNSResponder'. dscacheutil -flushcache sudo killall -HUP mDNSResponder {{tag>mac osx sysadmin dns cache cli}}
- MacPorts
- f @2.69_5 ... </code> You can see a list of all installed ports: <code bash> p... while, you will see a lot of duplicate ports. You can clean these: <code bash> sudo port uninstall ina
- Command Line Audio
- Mac at home, I needed a command line tool which I can use via ssh. I've found it here: [[http://osxdai... h> sudo osascript -e "set Volume 10" </code> You can enter numbers from 0 (mute) to 10 (maximum). ==
- rmdir for OSX
- -al "${d}" done } </code> With this function you can remove the directory at once: <code bash> $ rmdi