create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| alias server='open http://localhost:8000 && python -m SimpleHTTPServer' |
| var listenerIsActive = true, | |
| requestFilter = { | |
| urls: [ "<all_urls>" ] | |
| }, | |
| extraInfoSpec = ['requestHeaders','blocking'], | |
| handler = function( details ) { | |
| var headers = details.requestHeaders, | |
| blockingResponse = {}; | |
| // Open Script Editor and Export this as an Application | |
| // | |
| // Then drop a keynote file on it in the Finder and it will properly resize | |
| // and rotate everything so the Keynote file becomes usable as a prototype | |
| // in the iPhone keynote app | |
| // rotateDocument exported function | |
| // | |
| // Accepts a Keynote document and will rotate | |
| // all the slides and elements in the slide 90 degrees |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"