Ubuntu 18.04

How To Install Nginx on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Nginx on Ubuntu 18.04

Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is more resource-friendly than Apache in most cases and can be used as a web server or reverse proxy.

Read more
Como Instalar o Servidor Web Apache no Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar o Servidor Web Apache no Ubuntu 18.04

O servidor HTTP Apache é o servidor Web mais amplamente usado no mundo. Ele fornece muitas características poderosas, incluindo módulos carregáveis dinamicamente, suporte robusto de mídia e uma integração extensa com outros softwares populares. Neste guia, vamos explicar como…

Read more
Como Gerenciar Réplicas e Clientes no Redis — step-by-step Linux tutorial on Progressive Robot

Como Gerenciar Réplicas e Clientes no Redis

O Redis é um armazenamento de dados open-source de chave-valor na memória. Um dos seus recursos mais procurados é o suporte à replicação: qualquer servidor Redis pode replicar seus dados para qualquer número de réplicas, permitindo alta escalabilidade de…

Read more
How To Migrate Redis Data with Replication on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Migrate Redis Data with Replication on Ubuntu 18.04

Replication is the practice of regularly copying data from one database to another so as to have a replica that always remains an exact duplicate of the primary instance. This tutorial outlines the process of using Redis’s built-in replication features to migrate data from one Ubuntu 18.04 server to another.

Read more
CHAT