Linux

How To Install MongoDB on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install MongoDB on CentOS 7

MongoDB is a document-oriented database that is free and open-source. 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.

Read more
Ubuntu 20.04にMongoDBをインストールする方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04にMongoDBをインストールする方法

MongoDBは、最新のWebアプリケーションで一般的に使用されるオープンソースのドキュメントデータベースです。従来のテーブルベースのリレーショナルデータベース構造に依存しないため、NoSQLデータベースとして分類されます。代わりに、動的スキーマを持つJSONのようなドキュメントを使用します。このチュートリアルでは、Ubuntu 20.04サーバーにMongoDBをインストールしてテストし、systemdサービスとして管理する方法を学びます。

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

How To Install MySQL on Rocky Linux 8

Introduction MySQL is an open-source database management system, commonly installed as part of the popular LEMP (Linux, Nginx, MySQL/MariaDB, PHP/Python/Perl) stack. It implements the relational model and Structured Query Language (SQL) to manage and query data. This tutorial explains how to install MySQL version 8 on a Rocky Linux 8 server. Prerequisites To complete this […]

Read more
How To Install MySQL on Ubuntu 20.04 [Quickstart] — step-by-step Linux tutorial on Progressive Robot

How To Install MySQL on Ubuntu 20.04 [Quickstart]

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 an Ubuntu 20.04 server.

Read more
Comment installer Nginx sur CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Comment installer Nginx sur CentOS 8

Nginx est l’un des serveurs web les plus populaires au monde ; il est en charge de l’hébergement de certains des sites les plus importants et les plus fréquentés sur Internet. Il est plus respectueux des ressources qu’Apache dans la…

Read more
[Краткое руководство] по установке Nginx в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

[Краткое руководство] по установке Nginx в Ubuntu 18.04

Nginx — один из самых популярных в мире веб-серверов, на базе которого размещены некоторые из самых крупных сайтов интернета с огромным трафиком. Обычно он использует ресурсы эффективнее, чем Apache, и может использоваться как веб-сервер или обратный прокси-сервер. В этом…

Read more
How To Install Pligg CMS 2.0.x on an Ubuntu 12.04 VPS — step-by-step Linux tutorial on Progressive Robot

How To Install Pligg CMS 2.0.x on an Ubuntu 12.04 VPS

This tutorial will show how to install and configure Pligg CMS 2.0.x on Ubuntu Server 12.04.x. Pligg CMS is an open source content management system that allows you to create on online community where users can submit articles, vote on them, and leave comments.

Read more
CHAT