Skip to content
View rGalrito's full-sized avatar
  • Fibersail
  • Porto

Block or report rGalrito

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. pixels_camp_2016_talks pixels_camp_2016_talks Public

    Forked from PixelsCamp/talks

    Talks

  2. kubernetes-fintech-exercise kubernetes-fintech-exercise Public

    Kubernetes exercise for a FinTech company recruiting process

    Dockerfile

  3. ansible-playbooks ansible-playbooks Public

    Some ansible playbook scripts I have written for my raspberry PIs

    1

  4. Z Shell (zsh) installer, and some mo... Z Shell (zsh) installer, and some more useful tools
    1
    #!/bin/sh
    2
    # 10 Jan 2016
    3
    # Rafael Galrito
    4
    # 
    5
    # This is my (way more than) zsh and config installation file
  5. ansible-playbook to run as a script.... ansible-playbook to run as a script. Goal: restart network device, connect to VPN and set domain to rafaelgalrito.be
    1
    #!/usr/bin/ansible-playbook 
    2
    - name: resolvconf
    3
      hosts: localhost
    4
      any_errors_fatal: false
    5
      #become: true
  6. GJordao/self-hosted-media-center GJordao/self-hosted-media-center Public

    A self hosted media center using Emby with a torrent client

    Go 1 1