Revision 2022 TARGET Learn Sequelize constructing a project using Node.js, Express, Sequelize for persistence using PostgreSQL, MariaDB (MySQL) or another database. Source code to download using Node.js v.16: GitHub, node_sequelize_ultering_ml40643_1st_step Project developed using Node.js version 16. Node: 16.13.1 Package Manager: npm 8.5.4 OS: win32 x64 (Windows 10) SUPER FAST START USING THE CODE FROM … Read More “NODE.JS: USING SEQUELIZE – EXPRESS PROJECT 1: SUPER SIMPLE PROJECT FOR BEGINNERS – 1ST STEP” »
PROBLEM After installing ExpressVPN, an attempt to download or update an app fails because the download is initiated but it hangs eternally, never finishing. ADDITIONAL NOTE This procedure is also useful if TeamViewer remote connection fails. SOLUTION This solution enables you to turn on and off the protection when required during the maintenance … Read More “VPN: SOLVED EXPRESSVPN APPS’ DOWNLOAD/UPDATE BLOCKING ON ANDROID PLATFORMS” »
I describe a scenario when this kind of attack happens, supplying a few technical details and a solution that will help you to be protected avoiding that an attack like this comes to be successful. Attacks always happen. This is a rule of thumb. The golden key is to avoid them or make them ineffective, … Read More “SECURITY: DO YOU USE WI-FI? STICK WITH THIS TIP TO AVOIT INTRUSION ATTACK” »
PROBLEM Suddenly, appears on chrome’s menu the following message: “Managed by your organization” Searching, I found this page (portuguese) where the user had the same issue, telling us that he had tried many things without success, including reinstallation. The support answered that was due a code change made at Google Chrome 73 but without … Read More “CHROME’S MESSAGE: “MANAGED BY YOUR ORGANIZATION” ISSUE” »
PROBLEMA Apareceu inesperadamente no menu do chrome a seguinte mensagem: “Gerenciado por sua organização” Pesquisando, encontrei esta página onde o usuário tinha o mesmo problema, resumido a seguir: Percebi que nos últimos dias, a mensagem descrita que “Seu navegador é gerenciado pela sua organização” , sendo que estou usando meu pc e conta … Read More “CHROME: MENSAGEM DO CHROME: “GERENCIADO POR SUA ORGANIZAÇÃO” – SOLUÇÃO” »
Eu vou descrever para você o cenário de como isso acontece, fornecer alguns detalhes técnicos e as soluções que vão lhe ajudar a se proteger evitando que o ataque tenha sucesso. Ataques sempre existirão. O importante é torná-los inefetivo, e se possível ainda dar um pouquinho de trabalho para aqueles que buscam invadir a sua … Read More “WI-FI: VOCÊ USA CONEXÃO WI-FI? AQUI VAI UMA DICA SOBRE UM NOVO TIPO DE ATAQUE!” »
#NAVIGATION @SEE:8 Essential Vim Editor Navigation Fundamentals k – navigate upwards j – navigate downwards l – navigate right side h – navigate left side 0 – go to the starting of the current line. ^ – go to the first non blank character of the line. $ – go to the end of the … Read More “VIM: COMMANDS’ SUMMARY – CHEAT SHEET” »
Windows 10 language setup is ease. Follow by the pictures. Add a language. Keyboard setup for the language Speech setup. Region setup Date and time setup
Entendendo a Política de Seguraça de Certificados O que são os certificados exigidos pelos browsers? Eles garantem a identidade e procedência de um site, sendo utilizados na segurança de dados, de modo que os mesmos não fiquem expostos enquanto navegam na Internet. Por isso a importância de que sejam certificados e validados por alguma entidade … Read More “SEGURANÇA: ACESSANDO SITES COM CERTIFICADOS NÃO VÁLIDOS” »
DEPLOY REQUIREMENTS AND ISSUES Be sure of something: if you have different environments, the same code that runs successfully were was born in, may fail on a new environment due many causes, like version differences and other system’s idiosyncrasies . So, rule of thumb: always assume that a deploy on a new environment requires full … Read More “DEPLOY: NOTES” »