Skip to content

Instantly share code, notes, and snippets.

View sigaocaue's full-sized avatar

Cauê Prado sigaocaue

View GitHub Profile
@sigaocaue
sigaocaue / gcrgc.sh
Created February 28, 2019 14:52 — forked from 27Bslash6/gcrgc.sh
Script to clean up Google Container Registry images pushed before a particular date
#!/bin/bash
# Copyright © 2017 Google Inc.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
@sigaocaue
sigaocaue / docker-compose.yml
Created January 1, 2018 22:59
O docker-compose utilizado em aplicações PHP.
# v3 syntax
version: '3'
# Named volumes
volumes:
# Mysql Data
change_me-mysql-data:
driver: local
services:
@sigaocaue
sigaocaue / install-vue-js-cli.md
Last active September 18, 2021 17:55
Install vue-cli on Linux Systems

Install vue-cli on Linux Systems

O objetivo deste Gist é mostrar como instalar a ferramenta vue-cli, assim como suas dependências, em sistemas baseados em Linux. Estou utilizando um Ubuntu 17.10, caso queira saber a versão do seu Ubuntu, execute a seguinte instrução no terminal:

lsb_release -a

Introdução

@sigaocaue
sigaocaue / Visual Code Plugins.md
Last active November 29, 2017 13:31
These are the Plugins I use in my Visual Code.