Docker Introduction
Introduction of Docker: basic steps to understand, configure and run Docker
This page explains the basic of Docker architecture and configuration. It aims to reinforce knowledge of this technology.
Introduction of Docker: basic steps to understand, configure and run Docker
This page explains the basic of Docker architecture and configuration. It aims to reinforce knowledge of this technology.
Passos para configurar o modem Vivo Fibra Askey para funcionar em modo bridge com o roteador ASUS RT-AX82U.
Em artigo anterior (1), o conceito de separação de Modem e Roteador foi apresentado, juntamente com a utilizacão de um modo “Bridge” para fazer a ponte entre os dois dispositivos. Neste artigo, apresento uma implementação prática deste conceito, utilizando o Modem Vivo Fibra Askey e o roteador ASUS RT-AX82U.
Description of steps to setup a brand new Arch Linux installation with minimalistic approach.
The new setup of an Arch Linux environment is a demanding task, and also a very personal experience. In this page, I’ll describe a step-by-step method to setup a brand new Arch Linux environment with my personal minimalistic approach.
Overview of AWS main elements.
AWS is a set of web services provided by Amazon. In this page, the overview of AWS will be covered.
How to enable remote access to MySQL.
MySQL is one of the most known relational databases in the market. In this page, its remote access perspective will be covered.
How to configure Java env to use IBM MQ Cloud and TLS.
IBM MQ Cloud is the IBM implementation of messaging queue mechanism, available as a service in the cloud. In this page, the configuration for its usage and integration with TLS, in the client perspective, will be covered.
Review of Kafka Schema Registry & REST Proxy concepts in Apache Kafka.
Kafka is a distributed, resilient, fault tolerant streaming platform that works with high data throughput. In this page, the main concepts of Kafka Schema Registry & REST Proxy technologies will be covered.
Review of ksqlDB concepts in Apache Kafka.
Kafka is a distributed, resilient, fault tolerant streaming platform that works with high data throughput. In this page, the main concepts of Kafka KSQL technology will be covered.
This post explains how to configure Hadoop from Zero to Hero in the simplest possible way, for development purposes.
This page presents a simple way to install Hadoop, Hive, HBase and HDFS in a CentOS box using Single Node Cluster without Security. This is particular useful to give developers a way to run, test and validate their code (that depends on Hadoop) locally, without the need for a fully-configured Hadoop cluster (which may be hard to get).
How to create a dist mechanism for Python WebApp (Flask) to a secure, offline destination box using RPM.
This page explores the creation of a distribution mechanism for Python WebApp (Flask) app to Linux RedHat environment that has no Internet access due to security constraints, using RPM packaging tool.