Difference between revisions of "Mac"

From Alessandro's Wiki
(Created page with ' = Terminal = == Bonjour == * list bonjour hosts in network dns-sd -B _afpovertcp._tcp . == DNS == * Purge dns cache '''Leopard''' dscacheutil -flushcache '''Tiger'''...')
 
Line 5: Line 5:
== Bonjour ==
== Bonjour ==


* list bonjour hosts in network
* list AFP hosts in network
  dns-sd -B _afpovertcp._tcp .
  dns-sd -B _afpovertcp._tcp .
* list SSH available hosts
dns-sd -B _ssh._tcp .


== DNS ==
== DNS ==

Revision as of 08:22, 27 May 2010


Terminal

Bonjour

  • list AFP hosts in network
dns-sd -B _afpovertcp._tcp .
  • list SSH available hosts
dns-sd -B _ssh._tcp .

DNS

  • Purge dns cache
Leopard
dscacheutil -flushcache
Tiger
lookupd -flushcache