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

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

Pinned

  1. UAI-FAI UAI-FAI Public

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

    Shell 1

  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