⌘T | go to file |
⌘⌃P | go to project |
⌘R | go to methods |
⌃G | go to line |
⌘KB | toggle side bar |
⌘⇧P | command prompt |
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
# ssh stuff | |
brew install ssh-copy-id | |
ssh-copy-id root@server | |
# knife solo | |
gem install knife-solo | |
knife solo init project-name | |
knife cookbook create nginx -o cookbooks | |
knife prepare root@ip | |
# remember to add cookbook to json file eg: {"run_list":["recipe[nginx]"]} |
NewerOlder