Skip to content

Instantly share code, notes, and snippets.

View gutocosta's full-sized avatar

Augusto da Silva Costa gutocosta

View GitHub Profile

Keybase proof

I hereby claim:

  • I am gutocosta on github.
  • I am gutocosta (https://keybase.io/gutocosta) on keybase.
  • I have a public key ASCe71dQPIfG2ek9Z5PomiOv8URihi2in2hAOYDL7ixPpQo

To claim this, I am signing this object:

@gutocosta
gutocosta / gist:a12df043da82d3a3e646fbe383d83329
Created October 10, 2018 15:58 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
Copyright (c) ${years} ${owner}.
This file is part of ${projectname}
(see ${projecturl}).
License: 3-clause BSD, see https://opensource.org/licenses/BSD-3-Clause
@gutocosta
gutocosta / README-Template.md
Created November 4, 2017 01:12 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@gutocosta
gutocosta / default
Created October 4, 2017 20:58 — forked from hitsumabushi/default
Preseed Files : working with Wheezy & Ubuntu 14.04
# D-I config version 2.0
default debian/7.4/amd64/boot-screens/vesamenu.c32
prompt 1
timeout 300
menu title - Boop Menu -
label Debian-7.4
menu label ^0 Debian 7.4
#include debian/7.4/amd64/boot-screens/menu.cfg
kernel debian/7.4/amd64/linux
@gutocosta
gutocosta / docker-compose.yml
Last active November 3, 2016 14:24
Docker Compose para Gitlab
version: '2'
services:
gitlab-eteabs:
image: 'gitlab/gitlab-ce:latest'
restart: always
hostname: 'xxxxx.intranet.xxxx.com.br'
environment:
GITLAB_OMNIBUS_CONFIG: |
external_url 'https://xxxxx.intranet.xxxx.com.br'