Skip to content

Instantly share code, notes, and snippets.

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

Lauriano Elmiro Duarte iamlauriano

🏠
Working from home
View GitHub Profile
@iamlauriano
iamlauriano / vim instalation in debian 10
Created August 6, 2023 03:54
vim instalation in debian 10
libx11-dev libxtst-dev libxt-dev libsm-dev libxpm-dev
@iamlauriano
iamlauriano / remotely-connecting-to-digitalOcean-postgresql-server
Last active July 29, 2023 05:28
Remotely connecting to digitalOcean postgresql server
1) Login to your droplet with super admin privilage.
2) Navigate to /etc/postgresql/{version}/main.
3) open postgresql.conf sudo nano postgresql.conf
add line
listen_addresses = '*'
@iamlauriano
iamlauriano / facecheck2.0.php
Created June 1, 2019 01:29 — forked from googleinurl/facecheck2.0.php
Verificação de usuários Facebook 2.0
<?php
/*
E d i ç ã o - 2.0 / 29-09-2015
--------------------------------------------------------------------------------
[+] AUTOR: Cleiton Pinheiro / Nick: googleINURL
[+] Blog: http://blog.inurl.com.br
--------------------------------------------------------------------------------
*/
@iamlauriano
iamlauriano / comandos git
Last active August 6, 2023 04:08 — forked from leocomelli/git.md
Lista de comandos úteis do GIT
#GIT
## Estados
* Modificado (modified);
* Preparado (staged/index)
* Consolidado (comitted);
## Ajuda