Ubuntu 18.04

Installation von Node.js auf Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Installation von Node.js auf Ubuntu 18.04

Node.js ist eine JavaScript-Plattform für die allgemeine Programmierung, die es Benutzern ermöglicht, schnell Netzwerkanwendungen zu erstellen. Durch die Nutzung von JavaScript am Front- und Backend ermöglicht Node.js eine gleichbleibende, integrierte…

Read more
How To Install Redis from Source on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Redis from Source on Ubuntu 18.04

Redis is an in-memory key-value store known for its flexibility, performance, and broad language support. It is commonly used as a database, cache, and message broker, and supports a wide range of data structures. This tutorial demonstrates how to install and configure Redis from source on an Ubuntu 18.04 server.

Read more
Como Gerenciar Conjuntos no Redis — step-by-step Linux tutorial on Progressive Robot

Como Gerenciar Conjuntos no Redis

O Redis é um datastore ou armazenamento de dados open-source de chave-valor na memória. Conjuntos ou Sets no Redis são coleções de strings armazenadas em uma determinada chave. Quando mantido em um conjunto, um…

Read more
How To Move an Nginx Web Root to a New Location on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Move an Nginx Web Root to a New Location on Ubuntu 18.04

On Ubuntu, by default, the Nginx web server stores its documents in `/var/www/html`, which is typically located on the root filesystem with the rest of the operating system. Sometimes, though, it’s helpful to move the document root to another location, such as a separate mounted filesystem.

Read more
How To Record and Share Terminal Sessions Using Terminalizer on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Record and Share Terminal Sessions Using Terminalizer on Ubuntu 18.04

Terminalizer is a terminal recorder application that allows you to record your terminal session in real-time, and then play it back at a later date. It works in the same way as a desktop screen recorder, but instead runs in your terminal. In this tutorial, you will install Terminalizer, use it to record and play back terminal sessions, customize your recordings, and then export them to share online.

Read more
How To Secure MongoDB on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Secure MongoDB on Ubuntu 18.04

MongoDB doesn’t have authentication enabled by default, meaning that any user with access to the server where the database is installed can add and delete data without restriction. In order to secure this vulnerability, this tutorial will walk you through creating an administrative user and enabling authentication. You’ll then test to confirm that only this administrative user has access to the database.

Read more
CHAT