Skip to content
View tutmosisII's full-sized avatar

Block or report tutmosisII

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
tutmosisII/README.md

Pinned Loading

  1. SOQuestions SOQuestions Public

    Code to answer some Stack OverFlow questions

    PLpgSQL 1 1

  2. postgresReplication postgresReplication Public

    Vagrant Script and provisioning for a replicated postgresql Database

    Shell 2

  3. tut_mon_prometheus tut_mon_prometheus Public

    Tutorial paso a paso para montar un ambiente de integración continua y monitoreo con rancher, gitlab, prometheus, node_exporter, cAdvisor; usando máquinas de Vagrant

    Shell 1 2

  4. aprendiendo_kubernetes aprendiendo_kubernetes Public

    Anotaciones y código para aprender Kubernetes

    Shell 4

  5. Instalación SBT en Docker Instalación SBT en Docker
    1
    #Paquete Adicionales para Scala
    2
    # Herramienta de construcción SBT
    3
    RUN echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list \
    4
        && curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823" | sudo apt-key add \
    5
        && sudo apt-get update \
  6. capturadorimagenesaws capturadorimagenesaws Public

    Proyecto de ejemplo para capturar imágenes del navegador usando chrome.

    JavaScript