Blog

O que ando aprendendo nesta caminhada sobre a Terra

Servidor de Email –; Parte 3 ; Dovecot

Esta é a terceira parte do processo de criação do servidor de Email em um CentOS 8. Se chegou aqui por acaso, melhor ler primeiro as publicações anteriores Parte 1 ; Instalação dos Pacotes Parte 2 ; Configurar MariaDB O Dovecot é um MDA (Mail Delivery Agent) que é um agente que transporta as mensagens…
Leia mais

Servidor de Email –; Parte 2 ; MariaDB

Esta é a segunda parte do processo de criação do servidor de Email em um CentOS 8. Se chegou aqui por acaso, melhor ler primeiro a publicação anterior sobre a Instalação dos Pacotes Porque usar MariaDB/MySQL? Antes de tudo devo deixar claro que prefiro usar o PostgreSQL em detrimento do MariaDB/MySQL por muitas razões, porém,…
Leia mais

Datatables + HTML 5 Export Buttons + Laravel-Mix (Webpack)

In the last days, I have experienced a problem trying to use Datatables and Bootstrap 4 with support for exporting results to Excel and PDF using Laravel-Mix. After hours and hours trying to put all scripts to work together, I finally win. So, I decide to write this little how to for those with same…
Leia mais

Samgung J5

J5 Links

Here are some useful links to Samsung J5 cell Phone. Google Account verification Bypass

Odin 3 Screen

Download Odin 3

Odin allows you to update your Android firmware without fuss. Odin3 is a free PC (Windows) application which can flash (and root) some Android-based cell phones. With Odin3, you can flash roms in your Samsung cell phone. You can install any supported version of the Android OS on your smartphone before your phone manufacturer has…
Leia mais

Using jQueryMask Plugin to format dates in different patterns

jQuery Mask Plugin is a great Javascript library to format fields for presentation and/or to force a properly input by users. Here, I show how to deal with input or another HTML element to display dates when the source date has a different format from target element. Example: We have a datetime with Year-Month-Day Hour:Minute:Seconds…
Leia mais

Binding several values in PDO SQL Statement (PDOStatement)

How we can bind several placeholder with PDO when writing SQL instructions with multiple values to binding or single value to multiple columns