Linux

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

How To Install MongoDB on Ubuntu 18.04

MongoDB is an open-source document database used commonly in modern web applications. It is classified as a NoSQL database because it does not rely on a traditional table-based relational database structure. Instead, it uses JSON-like documents with dynamic schemas. In this tutorial you’ll install MongoDB on an Ubuntu 18.04 server, test it, and learn how to manage it as a systemd service.

Read more
Como instalar o MySQL no Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Como instalar o MySQL no Ubuntu 20.04

Uma versão anterior deste tutorial foi escrita por Hazel Virdó O MySQL é um sistema de gerenciamento de banco de dados de código aberto, que é geralmente instalado como parte da pilha popular…

Read more
How To Install Nginx on Rocky Linux 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Nginx on Rocky Linux 8

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. In this guide, we’ll discuss how to install Nginx on a Rocky Linux 8 server.

Read more
How To Install Node.js on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Install Node.js on Debian 10

Node.js is a JavaScript platform for general-purpose programming that allows users to build asynchronous network applications quickly. By leveraging JavaScript on both the front and backend, Node.js can make web application development more consistent…

Read more
Como instalar o Node.js no Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Como instalar o Node.js no Ubuntu 20.04

O Node.js é um ambiente de execução do JavaScript criado para a programação do lado do servidor. Ele permite que os desenvolvedores criem funcionalidades de back-ends escaláveis usando o JavaScript, uma linguagem que muitos já estão familiarizados em…

Read more
CHAT