Skip to content

Instantly share code, notes, and snippets.

@funkatron
Created November 30, 2013 01:50
Show Gist options
  • Select an option

  • Save funkatron/7714422 to your computer and use it in GitHub Desktop.

Select an option

Save funkatron/7714422 to your computer and use it in GitHub Desktop.
Sometimes bonjour/mDNS and Apple Screen Sharing seem to hang/die, so the machine doesn't show up in the Finder of other computers on the same network. I found that killing all the prcesses that come up in this ps -ax | grep fixes it. At least this time.
ps -ax | grep AppleVNCServer
@funkatron

Copy link
Copy Markdown
Author

also:
sudo launchctl stop com.apple.mDNSResponder;
sudo launchctl start com.apple.mDNSResponder;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment