MacOS:
brew install pam-u2f
For Arch Linux:
pacman -S pam-u2f
function load-env() { | |
if [ -e .env ] | |
then | |
export $(cat .env | xargs) | |
echo ".env exported with success! 🥄" | |
else | |
echo "There's no spoon 🐲" | |
fi | |
} |
touch ~/.ssh/authorized_keys | |
curl https://github.com/ayr-ton.keys >> ~/.ssh/authorized_keys |
#!/bin/bash | |
SYNC_SERVER="" | |
function enter_workspace() { | |
cd ~/workspace | |
} | |
function leave_workspace() { | |
cd - |
job "fabio" { | |
datacenters = ["dc1"] | |
type = "system" | |
group "fabio" { | |
task "fabio" { | |
driver = "docker" | |
config { | |
image = "fabiolb/fabio" |
I hereby claim:
To claim this, I am signing this object:
Imposto de Renda na Bolsa de Valores | Veja Tudo
::Compra foi feita num pregão e vendidas em outro (dias diferentes)::
git checkout development | |
git reset --soft HEAD~1 | |
git stash | |
git fetch origin | |
git reset --hard origin/development | |
git stash pop | |
git add . | |
git commit -m ... |