Ubuntu 18.04

Установка и использование PostgreSQL на Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка и использование PostgreSQL на Ubuntu 18.04

Системы управления реляционными базами данных являются ключевым компонентом многих веб-сайтов и приложений. Они предоставляют структурированный способ хранения, организации и доступа к информации. PostgreSQL, или Postgres, — это система управления…

Read more
How To Install Drupal with Docker Compose — step-by-step Docker tutorial on Progressive Robot

How To Install Drupal with Docker Compose

Drupal is a content management system (CMS) written in PHP and distributed under the open-source GNU General Public License. Drupal requires the LAMP (Linux, Apache, MySQL, and PHP) or LEMP (Linux, Nginx, MySQL, and PHP) stack, but installing individual components is a time-consuming task. In this tutorial, we will solve this problem by installing Drupal using Docker Compose so that we can take advantage of containerization and deploy our Drupal website on a web server quickly.

Read more
Установка Java с `apt` в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка Java с `apt` в Ubuntu 18.04

Автор выбрал фонд Open Internet/Free Speech Fund для получения пожертвования $100 в рамках программы Write for DOnations. Java и JVM (виртуальная машина Java) требуются для многих видов…

Read more
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
CHAT