I hereby claim:
- I am danpal on github.
- I am danielpalacio (https://keybase.io/danielpalacio) on keybase.
- I have a public key whose fingerprint is 9CE4 245E 8421 4241 EC89 7C4B 083B 10EF 2EE5 BE00
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # Check commits for trailing spaces, tabs at the begging of file | |
| # and bad merges | |
| # Save on .git/hooks/pre-commit | |
| # Make file executable | |
| if git rev-parse --verify HEAD 2>/dev/null | |
| then |
User mark #name to set jump #name to jump to
see: http://jeroenjanssens.com/2013/08/16/quickly-navigate-your-filesystem-from-the-command-line.html
export MARKPATH=$HOME/.marks
function jump {
| Installation. | |
| $ curl 'https://raw.github.com/authy/authy-ssh/master/authy-ssh' -o authy-ssh | |
| $ sudo bash authy-ssh install /usr/local/bin | |
| $ sudo /usr/local/bin/authy-ssh enable `whoami` <your-email> <your-country-code> <your-cellphone> | |
| $ authy-ssh test | |
| $ sudo service ssh restart |
| Installation. | |
| Type the following command in the terminal: | |
| $ curl 'https://raw.github.com/authy/authy-ssh/master/authy-ssh' -o authy-ssh | |
| $ sudo bash authy-ssh install /usr/local/bin | |
| Then enable two-factor for your user: | |
| $ sudo /usr/local/bin/authy-ssh enable `whoami` <your-email> <your-country-code> <your-cellphone> | |
| Test everything is working: |