Ubuntu 18.04

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
How To Set Up a Help Desk System with OTRS on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up a Help Desk System with OTRS on Ubuntu 18.04

OTRS, also known as the Open source Ticket Request System, is a help desk and IT service management system. In this tutorial, you will install OTRS Community Edition on an Ubuntu 18.04 server and set up a simple help desk system, which will allow you to receive and process requests from your customers using both the web interface and email.

Read more
CHAT