The author selected the Society of Women Engineers to receive a donation as part of the Write for DOnations program. Continue reading “HTTP/1.1 vs HTTP/2: What’s the Difference?”
How to Install MariaDB 10 on RHEL 8
MariaDB is a popular alternative to the MySQL database management system. It is developed by the original MySQL developers and is meant to remain open source. MariaDB is fast and reliable, supports different storage…
How To Use Traefik as a Reverse Proxy for Docker Containers on CentOS 7
The author selected Girls Who Code to receive a donation as part of the Write for DOnations program. Continue reading “How To Use Traefik as a Reverse Proxy for Docker Containers on CentOS 7”
How to Check Integrity With AIDE in Fedora
AIDE (Advanced Intrusion Detection Environment) is a program for checking the integrity of a file and directory on any modern Unix-like system. It creates a database of files on the system, and then uses…
How to Install Apache Tomcat in Ubuntu
If you want to run web pages that include Java server page coding or Java servlets, you can use Apache Tomcat. It is an open source web server and servlet container, released by Apache…
cfiles – A Fast Terminal File Manager with Vim Keybindings
cfiles is a lightweight, fast and minimal VIM-inspired terminal file manager written in C using the ncurses library. It comes with vim like keybindings and depends on a number of other Unix/Linux tools/utilities. Dependencies…
Como Configurar o Jupyter Notebook com Python 3 no Ubuntu 18.04
Introdução
O Jupyter Notebook é uma aplicação web open-source que lhe permite criar e compartilhar código interativo, visualizações e muito mais. Esta ferramenta pode ser usada com várias linguagens de programação, incluindo Python, Julia, R, Haskell e Ruby. Ele é frequentemente usado para trabalhar com dados, modelagem estatística e aprendizado de máquina. Continue reading “Como Configurar o Jupyter Notebook com Python 3 no Ubuntu 18.04”
Como Configurar Manualmente um Servidor Prisma no Ubuntu 18.04
A autora selecionou a Electronic Frontier Foundation para receber uma doação como parte do programa Write for DOnations. Continue reading “Como Configurar Manualmente um Servidor Prisma no Ubuntu 18.04”
An Introduction to Service Meshes
Introduction
A service mesh is an infrastructure layer that allows you to manage communication between your application's microservices. As more developers work with microservices, service meshes have evolved to make that work easier and more effective by consolidating common management and administrative tasks in a distributed setup. Continue reading “An Introduction to Service Meshes”
Como Configurar um Registro Privado do Docker no Ubuntu 18.04
O autor selecionou a Apache Software Foundation para receber uma doação como parte do programa Write for DOnations Continue reading “Como Configurar um Registro Privado do Docker no Ubuntu 18.04”