Linux

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

How To Install MariaDB on Ubuntu 18.04

MariaDB is an open-source database management system, commonly used as an alternative for the MySQL portion of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It is intended to be a drop-in replacement for MySQL. This tutorial will explain how to install MariaDB on an Ubuntu 18.04 server, and verify that it is running and has a safe initial configuration.

Read more
How To Install Mastodon on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Mastodon on Ubuntu 20.04

Mastodon is a microblogging social networking application that uses a decentralized model, also termed as a federation by its creators. Mastodon is open-source and can be deployed by anyone on any server, with each server being its own instance that can have its own policies and moderation. Within the federation, each Mastodon instance can be made aware of other instances. This allows interaction with other users both within an instance and with other instances.

Read more
How To Install MongoDB on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Install MongoDB on CentOS 8

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 a CentOS 8 server, test it, and learn how to manage it as a systemd service.

Read more
How To Install MySQL on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How To Install MySQL on Rocky Linux 9

MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It implements the relational model and uses SQL (Structured Query Language) to manage its data. This tutorial will explain how to install MySQL on a Rocky Linux 9 server.

Read more
Установка MySQL в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка MySQL в Ubuntu 20.04

Предыдущая версия настоящего обучающего модуля составлена Хейзел Вирдо MySQL — это система управления базами данных с открытым исходным кодом, которая, как правило, устанавливается в составе…

Read more
Como instalar o Nginx no CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Como instalar o Nginx no CentOS 8

O Nginx é um dos servidores Web mais populares no mundo e é responsável por hospedar alguns dos maiores e mais populares sites na Internet. Ele é mais amigável do que o Apache em termos de recursos na maioria dos casos e pode ser usado…

Read more
CHAT