Skip to content

Instantly share code, notes, and snippets.

View leandroembu's full-sized avatar

Leandro Ramos leandroembu

View GitHub Profile
@leandroembu
leandroembu / docker-compose.yml
Created June 22, 2022 14:19
pgAdmin + PostgreSQL docker-composer.yml
version: "3"
services:
postgres-compose:
image: postgres:14.2-alpine
container_name: postgres
environment:
POSTGRES_PASSWORD: "postgresql"
ports:
- "5440:5432"
@leandroembu
leandroembu / docker-compose.yml
Created June 22, 2022 13:24
PostgreSQL + pgAdmin docker-compose
version: "3"
services:
postgres-compose:
image: postgres:14.2-alpine
container_name: postgres
environment:
POSTGRES_PASSWORD: "postgresql"
ports:
- "5440:5432"
@leandroembu
leandroembu / irpf.desktop
Created March 19, 2019 01:08
Atalho para IRPF 2019 - Linux
[Desktop Entry]
Comment=IRPF 2019
Terminal=False
Exec=java -jar /home/leandro/ProgramasRFB/IRPF2019/irpf.jar
Icon=/home/leandro/ProgramasRFB/IRPF2019/RFB.png
Type=Application
Category=Office
@leandroembu
leandroembu / CentOS-Sources.repo
Last active November 30, 2018 11:38
CentOS-Sources.repo
# CentOS-Sources.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
@leandroembu
leandroembu / CentOS-Debuginfo.repo
Created November 30, 2018 11:37
CentOS-Debuginfo.repo
# CentOS-Debug.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# All debug packages from all the various CentOS-7 releases
# are merged into a single repo, split by BaseArch
@leandroembu
leandroembu / CentOS-Base.repo
Created November 30, 2018 11:34
CentOS Base Repo
# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
@leandroembu
leandroembu / localhost.2018-11-04.log
Created November 4, 2018 14:54
Tomcat Locahost Log
Complementando:
Versão do Java:
```
openjdk version "1.8.0_181"
OpenJDK Runtime Environment (build 1.8.0_181-b15)
OpenJDK 64-Bit Server VM (build 25.181-b15, mixed mode)
```
Log do Tomcat:
```
#! /bin/bash
git add .
git commit -m "Deploy automático"
git push origin master
!# /bin/bash
echo "Oi, eu sou um plugin."