Skip to content
View Esl1h's full-sized avatar
🌎
Quem não tem cUrl, caça com get.
🌎
Quem não tem cUrl, caça com get.

Block or report Esl1h

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Esl1h/README.md

👋 𝙷𝚎𝚕𝚕𝚘! 𝙸'𝚖 Esli

Esli Silva | My Bio

5EF7 4834 A3C9 651A | (at)keybase.io@esli:matrix.org

Esli Silva | My Stack Esli Silva | X Linkedin StackOverFlow Youtube Medium Steam Podcast Blog Pessoal


profile for Esli Silva on Stack Exchange, a network of free, community-driven Q&A sites


↕️ Expand for more!
👤 About

  • 🔭 I’m currently working on financial systems and FinTechs in Brazil

  • 🧑‍💼 Formerly Zenvia, PagSeguro, Serasa Experian, Nubank...

  • 🌱 I’m currently learning AI, LLM and some languages (V, Rust, ...)

  • 👯 I’m looking to collaborate on FOSS projects

  • 📝 I regularly write articles on esli.blog.br

  • 💬 Ask me about Linux, Network, Privacy

  • 📫 How to reach me [email protected]

  • 📄 Know about my experiences https://www.linkedin.com/in/eslih/?locale=en_US

  • ⚡ Trivia facts: Bass player, KravMaga, Brazilian-born with EU-Portuguese citizenship


📚 Some Articles

SRE Artigos em Inglês Inteligência Artificial
Simplicidade no SRE RTFM: Read The F*cking Manual Inteligência Artificial - Parte 1: Evolução, principais empresas e seu futuro
As documentações do SRE Unlocking the Power of AI, LLMs and Prompts for SREs, Sysadmins and DevOps Inteligência Artificial - Parte 2: Entenda AI generativa, redes neurais, LLMs e tokens
As monitorações do SRE Desbloqueando o poder da AI, LLM e Prompts para SREs, Sysadmins e DevOps
Melhores práticas para SRE
Docs as Code: Documentação como Código
DocOps
SRE Product Manager

🔐 PGP

-----BEGIN PGP PUBLIC KEY BLOCK-----
Comment: Type:	EdDSA de 255 bits
Comment: fingerprint:	6DDA 9E48 41D4 B1F1 E43A  6477 5EF7 4834 A3C9 651A

mDMEaHpsWRYJKwYBBAHaRw8BAQdAHfBFDttJjXjg+3yBzzxR1X25+MrNxX9tU4Uo
kL892ZO0FUVzbGkgPGVzbGlAbXVyZW5hLmlvPoiTBBMWCgA7AhsDBQsJCAcCAiIC
BhUKCQgLAgQWAgMBAh4HAheAFiEEbdqeSEHUsfHkOmR3XvdINKPJZRoFAmh6bHAA
CgkQXvdINKPJZRroKAEA7C/vUVrCI/VeL+PmUav/9qVH8NA15MO2psfzdKH1uREB
ALfB2hODWh5NMTyTnJho08+L0T87GFcSIwaiUSa0HOoOuDgEaHpsWRIKKwYBBAGX
VQEFAQEHQJgJ3s82fxpi9h+EkOMtl1TF8z8kNLueCyPFaqg/h5lhAwEIB4h4BBgW
CgAgAhsMFiEEbdqeSEHUsfHkOmR3XvdINKPJZRoFAmh6bHQACgkQXvdINKPJZRr/
ywEAklF2ZzvZsz1PmZ/5PBfWO/dfebdzeZ4VETb2CxRUCyAA/2ZhCuNxsMUYw1lb
7oBIT5MkLcRfvIerhCjkeIooORkB
=p+6h
-----END PGP PUBLIC KEY BLOCK-----




esl1h

Pinned Loading

  1. UAI-FAI UAI-FAI Public

    "Ubuntu After Install"and "Fedora After Install". Bash script to run after install with my personal sets.

    Shell 2

  2. terraform-exchanger terraform-exchanger Public

    Um simples shell script para facilitar o uso do mesmo código terraform em vários ambientes. A simple shell script to facilitate the use of the same terraform code in many environments.

    Shell 2

  3. tfstate-to-S3 tfstate-to-S3 Public

    Store your tfstate's terraform on S3 bucket and lock by DynamoDB

    HCL 1

  4. A hardening/tunning to sysctl.conf t... A hardening/tunning to sysctl.conf to Linux servers (tested on Debian, CentOS, Amazon Linux and Ubuntu). Otimização para o sysctl.conf em servidores linux
    1
    #CONTEUDO PARA O SYSCTL.CONF
    2
    
                  
    3
    # Aumentar o num. max de conex tcp orfans
    4
    # Conexões que foram encerrados e já não têm um identificador de arquivo anexado a eles
    5
    net.ipv4.tcp_max_orphans = 262144
  5. configuração do SSH: Usar tunel SSH ... configuração do SSH: Usar tunel SSH sempre que conectar nos hosts do domínio especifico. Always when connecting to hosts in this domain, SSH will use the Tunel
    1
    #
    2
    
                  
    3
    Host *
    4
    #   ForwardAgent no
    5
    #   ForwardX11 no
  6. Ansible config simple example with m... Ansible config simple example with mitogen and SSH control session. Configuração do ansible com o mitogen e controle de sessão do SSH
    1
    [defaults]
    2
    inventory     = ./conf/host
    3
    local_tmp     = ./.tmp
    4
    roles_path    = ./roles
    5
    remote_user = ec2-user