CentOS

How To Install and Use PostgreSQL on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use PostgreSQL on CentOS 7

PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language. It is a popular choice for many small and large projects and has the advantage of being standards-compliant and having many advanced features like reliable transactions and concurrency without read locks.

Read more
How To Install cPanel on a Virtual Server Running Centos 6 — step-by-step Linux tutorial on Progressive Robot

How To Install cPanel on a Virtual Server Running Centos 6

cPanel is a convenient application that allows users to administer servers through a GUI interface instead of the traditional command line. Although the installation for cPanel is relatively simple, the script does take several hours to run. Here’s how to install cPanel on a virtual server running Centos 6

Read more
Установка Git в CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Установка Git в CentOS 8

Системы контроля версий являются незаменимой частью современных процессов разработки программного обеспечения. Контроль версий помогает отслеживать изменения программного обеспечения на уровне исходного кода. Вы можете отслеживать изменения, возвращаться к предыдущим версиям и…

Read more
Установка комплекта Linux, Apache, MariaDB, PHP (LAMP) в CentOS 8 [Краткое руководство] — step-by-step Linux tutorial on Progressive Robot

Установка комплекта Linux, Apache, MariaDB, PHP (LAMP) в CentOS 8 [Краткое руководство]

Это руководство рассказывает об установке комплекса LAMP на сервер с CentOS 8. Хотя MySQL доступен в используемых по умолчанию репозиториях в CentOS 8, в этом руководстве мы рассмотрим процесс настройки комплекта LAMP с MariaDB в качестве системы управления…

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
Comment installer Node.js sur CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Comment installer Node.js sur CentOS 8

Node.js est un runtime JavaScript pour la programmation côté serveur. Il permet aux développeurs de créer des fonctionnalités d’arrière-plan évolutives en utilisant JavaScript, un langage que beaucoup connaissent déjà grâce au développement web par navigateur. Dans ce…

Read more
How To Install and Secure Redis on CentOS — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure Redis on CentOS

This tutorial provides instructions for installing Redis on a CentOS 7 server and using its built-in security features, in coordination with some other security configurations, to keep it from being accessed by unauthorized users.

Read more
CHAT