Fulltext results:
- MacPorts
- uested | cut -d ' ' -f 1 | uniq </code> list installed ports: <code bash> port -qv installed </code> ===== Housekeeping ===== When ports are updated, the old port is only deactivated, not uninstalled: <code> ... autoconf @2.... @2.69_5 ... </code> You can see a list of all installed ports: <code bash> port echo installed
- rmdir for OSX
- .DS_Store $ /bin/rmdir test </code> I wrote a small bash function to remove directories together wit... ${f}" rm "${f}" fi /bin/rmdir "${d}" || ls -al "${d}" done } </code> With this function you can
- Clear DNS Cache
- 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 c
- Make your Mac feel at Home
- 4~~ ====== Make your Mac feel at Home ====== A small snippet from one of my scripts which tests wheth
- Set a Mac's Hostname
- * http://osxdaily.com/2010/09/06/change-your-mac-hostname-via-terminal/ {{tag>mac osx cli sysadmin}}