Skip to content

Instantly share code, notes, and snippets.

View roberson-miguel's full-sized avatar
🏠
Working from home

Roberson Miguel roberson-miguel

🏠
Working from home
View GitHub Profile
@EvgenyOrekhov
EvgenyOrekhov / A simple Docker and Docker Compose install script for Ubuntu.md
Last active July 6, 2024 14:16
A simple Docker and Docker Compose install script for Ubuntu

A simple Docker and Docker Compose install script for Ubuntu

Usage

  1. sh install-docker.sh
  2. log out
  3. log back in

Links

@reginadiana
reginadiana / README-TEMPLATE.md
Last active July 6, 2024 01:01
Template sugestivo para documentação de projetos

Titulo ou Arte do Projeto

@un-versed
un-versed / cheat-termooo.md
Last active April 10, 2022 00:00
Preguiça de adivinhar as palavras no term.ooo? Eu tenho a solução! 🤫🤫🤫

term.ooo cheat 🤫🤫🤫

Example

Como rodar?

  • Abra o devTools do seu navegador
  • Só copiar o código do termooo-solution.js e jogar na aba console

Prontinho, você tem a resposta da palavra do dia no term.ooo

a
a
a
a
a
a
a
a
a
a
@rwillians
rwillians / compose.yml
Created January 30, 2024 16:02
nginx X-Forwarded-For and X-Real-IP
version: '3.9'
services:
nginx:
image: nginx:1.25.3-alpine
depends_on:
- api
ports:
- 3000:80
volumes: