Fulltext results:
- Make your Mac feel at Home
- scripts which tests whether your Mac is in the given (home) WLAN. <code bash> # # Path to 'airport' e... ding on grep's return code. if [ "$?" == "0" ]; then # in home wlan echo "home sweet home..." else
- Clear DNS Cache
- on OS X, you first have to flush the cache and then send a signal the the 'mDNSResponder'. dscache
- rmdir for OSX
- $@" do f="${d%/}/.DS_Store" if [ -f "${f}" ] then echo "removing ${f}" rm "${f}" fi /bin/rmd