Skip to content

Instantly share code, notes, and snippets.

View jpierreribeiro's full-sized avatar
🏠
Working from home

Jean Pierre jpierreribeiro

🏠
Working from home
View GitHub Profile
@retlehs
retlehs / CC.md
Last active July 4, 2026 02:31
Backlinks for any domain via Common Crawl
@lbbedendo
lbbedendo / pgadmin4_install_linux_mint.sh
Last active May 4, 2026 03:53
Instalando o pgAdmin 4 no Linux Mint (web e/ou desktop)
# Adaptado da página oficial do pgAdmin: https://www.pgadmin.org/download/pgadmin-4-apt/
# Testado na versão 20.3 (una)
#
# Setup the repository
#
# Install the public key for the repository (if not done previously):
sudo curl https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo apt-key add