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 Silva | My Bio

A ["sysadmin", "sre", "devops"] passionate Linux enthusiast from Brazil.

  • 🔭 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 not.announced@simplelogin.fr

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

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

  • My Resume [ptbr]

esl1h

Connect with me:

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



StackShare Personal Blog StackOverFlow Podcast CloudAcademy

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




📈 My GitHub Stats

esl1h





Blogs posts

📚 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

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