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
| # Step 1: Set priveleges | |
| $ sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -configure -allowAccessFor -allUsers -privs -all | |
| Starting... | |
| Setting allow all users to YES. | |
| Setting all users privileges to 1073742079. | |
| Done. | |
| # Step 2: Allow VNC clients |
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
| # Migrating my old .gitconfig blog post from 2007 to here so I can update it easier. | |
| # Original URL: | |
| # http://geek.susanpotter.net/2007/11/my-gitconfig.html | |
| [user] | |
| name = Susan Potter # make sure you change this | |
| email = me@susanpotter.net # make sure you change this | |
| [color] | |
| diff = auto | |
| status = auto | |
| branch = auto |