On your local - ssh-keygen -b 4096 -C "Openovate Labs"
- SSH into each remote server
cd ~mkdir .sshcd .ssh- vi authorized_keys
- Paste the pub file on your local
| Languages: | |
| PHP x brew | |
| Python 2.7.10 x built in | |
| Python 3.6.3 x brew | |
| Node x brew | |
| Ruby x built in | |
| ErLang x brew | |
| Java x brew | |
| Services: |
| /* | |
| * Your Stylesheet | |
| * | |
| * This stylesheet is loaded when Atom starts up and is reloaded automatically | |
| * when it is changed and saved. | |
| * | |
| * Add your own CSS or Less to fully customize Atom. | |
| * If you are unfamiliar with Less, you can read more about it here: | |
| * http://lesscss.org | |
| */ |
| { | |
| "$jason": { | |
| "head": { | |
| "title": "{ ˃̵̑ᴥ˂̵̑}", | |
| "actions": { | |
| "$foreground": { | |
| "type": "$reload" | |
| }, | |
| "$pull": { | |
| "type": "$reload" |
| <?php | |
| /** | |
| * This is a generic Article renderer | |
| * | |
| * @author Christian Blanquera <[email protected]> | |
| * @standard PSR-2 | |
| */ | |
| class Article extends Post { | |
| /** |
The purpose of this style guide is to improve code quality by documenting a set of expected rules that can consistently apply across all projects. The main benefits are the following.
| { | |
| "align-content": { | |
| "moz": false, | |
| "webkit": true, | |
| "syntax": "(stretch)|(center)|(flex-start)|(flex-end)|(space-between)|(space-around)|(initial)|(inherit)", | |
| "initial": "stretch", | |
| "values": [ | |
| "stretch", | |
| "center", | |
| "flex-start", |
| console.log('bar') |