root@sleepynerdlive.com
:
~
$
cat $HOME/public_html/posts/screenshare-on-mac-fails.txt >> story.html | parse_story story.html; rm -f screenshare-on-mac-fails.txt story.html
quick vmc fix script i wrote for fixing up screensahre when it dies, just copy this to the other mac via ssh and run it
fixvnc ()
{
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -restart -agent
}