Configure ~/.ssh/config
# Allow Agent forwarding for a specific host (by security)
Host remotehost
ForwardAgent yes
I hereby claim:
To claim this, I am signing this object:
Install additional tools usikng homebrew.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"o you've contributed some code to an open source project, say, Rails. And they'd like you to squash all of the commits in your pull request. But you're not a git wizard; how do you make this happen?
Normally, you'd do something like this. I'm assuming upstream is a git remote that is pointing at the official project repository, and that your changes are in your 'omgpull' branch:
| site: | |
| # Your site name, as in GODCB (if omitted or set to None, this value is | |
| # retreived from /etc/glite-info-static/site/site.cfg ) | |
| name: SITE_NAME | |
| compute: | |
| # Total number of cores available | |
| total_cores: 42 | |
| # Total RAM available (GB) | |
| total_ram: 42 |
| # Copyright 2014-2015 Joe Block <[email protected]> | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| // https://brookhong.github.io/2015/09/15/surfingkeys.html | |
| // version 2.0 | |
| // align then hint to the right | |
| settings.hintAlign = "left"; | |
| // hint characters | |
| Hints.characters = "asdfghjkl;"; | |
| // intercept all error pages so Surfing keys can work on them |
| " cvim configuration | |
| " Use local configuration | |
| let configpath = "/home/baptiste/.cvimrc" | |
| set localconfig | |
| let homedirectory = "/home/baptiste" | |
| " Hint configuration | |
| let hintcharacters = "asdfghjkl;" | |
| set nodimhintcharacters |