Author: Marcos Regis

O que ando aprendendo nesta caminhada sobre a Terra

Servidor de Email –; Part 3 ; Dovecot

This is the third part of the process of creating the mail server on a CentOS 8. If you came here by accident, better read first the previous publications Part 1 ; Installation of Part Packages 2 ; Set up MariaDB Dovecot is an MDA (Mail Delivery Agent) que é um agente que transporta as mensagens…
Read more

Servidor de Email –; Part 2 ; MariaDB

This is the second part of the process of creating the mail server on a CentOS 8. If you came here by accident, better to read first the previous publication on Installing Packages Because using MariaDB/MySQL? First of all I must clarify that I prefer to use PostgreSQL instead of MariaDB/MySQL for many reasons, However,…
Read more

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…
Read more

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…
Read more

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…
Read more

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