Created
November 30, 2013 01:50
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ps -ax | grep AppleVNCServer |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
also:
sudo launchctl stop com.apple.mDNSResponder;
sudo launchctl start com.apple.mDNSResponder;