Skip to content

Instantly share code, notes, and snippets.

View lucazz's full-sized avatar
🇧🇷
Working from home

Lucas do Amaral Saboya lucazz

🇧🇷
Working from home
View GitHub Profile
@lucazz
lucazz / id_rsa.pub
Created April 14, 2015 18:03
My pub keyfile
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCh80yldKiOL+vd7a/itbdJMELe9N4yEFAEnCoqsIPCEqcTKFNim/H1nPZkXoaVGa2cXV7o9Lipnt8MAG1XWE+ETEbbz3ZETwGARSYlH9C2PKxQrJEXYTfsVWbV3bNkC+/G53Rw5ll85AxpKkW/aOZApocD3GQ/zSjd7T7Ivjod3K39JRs4/fTXZeOGprRijc43UfBQyZC9f6nIWBxjL094FINDmuCAgO9kQaGNY2pLuhAQfdJV6hBxu5fRXNW7rnCzJq+yQYpcWPnRhtWoeyEx6ldMSeVTYsvjCLYrgUha69QA+no247+j5kITtOUBpd8fyENHjTgrzT/jSKpWhPuB Lucazz@Lucass-MBP
### Keybase proof
I hereby claim:
* I am lucazz on github.
* I am lucazz (https://keybase.io/lucazz) on keybase.
* I have a public key whose fingerprint is 638E FB13 6AA5 8EA2 587F 5E7B 58B1 2A04 BD56 6305
To claim this, I am signing this object:
#!/bin/bash
INPUT=google.csv
OLDIFS=$IFS
IFS=,
[ ! -f $INPUT ] && { echo "$INPUT file not found"; exit 99; }
while read nome sobrenome username passwd email
do
{
echo "Olá, $nome $sobrenome,"
echo "Seguem suas credenciais de acesso para sua conta de email no Google Apps Educational:"

Keybase proof

I hereby claim:

  • I am lucazz on github.
  • I am lucazz (https://keybase.io/lucazz) on keybase.
  • I have a public key whose fingerprint is 98AE AE04 5CC5 8003 6F86 5F2D E7E3 E5F8 FF67 8601

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am lucazz on github.
  • I am lucazz (https://keybase.io/lucazz) on keybase.
  • I have a public key whose fingerprint is 3141 08B0 6E24 88DC EC70 9409 C1C2 E66A 68C7 26A7

To claim this, I am signing this object:

@lucazz
lucazz / gist:922bac56159c4952e96e
Created August 6, 2015 18:26
Simple Vagrantfile
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure(2) do |config|
config.vm.provision "shell", inline: "echo All done"
config.vm.define "centos7" do |centos7|
centos7.vm.box = "centos7"
centos7.vm.network "private_network", ip: "172.16.15.14"
centos7.vm.network "public_network", bridge: [
"en4: Thunderbolt Ethernet",
"en0: Wi-Fi",

Keybase proof

I hereby claim:

  • I am lucazz on github.
  • I am lucazz (https://keybase.io/lucazz) on keybase.
  • I have a public key whose fingerprint is AA73 B33A 88F8 3993 9C38 23FF D092 DB17 0412 24D5

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am lucazz on github.
  • I am lucazz (https://keybase.io/lucazz) on keybase.
  • I have a public key whose fingerprint is E64E AEA3 1CB0 0F2F 842B 8DA3 B675 AFD6 BE9E 8D12

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am lucazz on github.
  • I am lucazz (https://keybase.io/lucazz) on keybase.
  • I have a public key is ASCXY45sFMLzq2Km96DrelWgyP-t7WXwo0ZbbptyhpO-BQo

To claim this, I am signing this object:

@lucazz
lucazz / gist:b15e9b26890a5899683b
Created January 11, 2016 15:04
Fish - Print the current working directory, NOT shortened to fit the prompt
# Set these options in your config.fish (if you want to :])
#
# set -g theme_display_user yes
# set -g theme_hide_hostname yes
# set -g default_user your_normal_user
#
# Segments functions
#