Установка MariaDB в Ubuntu 20.04
MariaDB — это система управления реляционными базами данных с открытым исходным кодом, которая часто используется в качестве альтернативы MySQL в составе популярного набора…
MariaDB — это система управления реляционными базами данных с открытым исходным кодом, которая часто используется в качестве альтернативы MySQL в составе популярного набора…
MongoDB — бесплатная база данных документов NoSQL с открытым исходным кодом, часто используемая в современных веб-приложениях. Следуя указаниям в этом учебном модуле, вы установите MongoDB на сервере Ubuntu 20.04, используя репозитории APT по умолчанию. Также вы узнаете, как управлять его сервисами и, при необходимости, включать удаленный доступ.
Une version antérieure de ce tutoriel a été écrite par Brennan Bearnes. MongoDB, également connu sous le nom de Mongo, est une base de données de documents open-source utilisée…
MySQL — это система управления базами данных с открытым исходным кодом, которая, как правило, устанавливается в составе популярного стека LEMP…
O MySQL é um sistema de gerenciamento de banco de dados de código aberto, que é geralmente instalado como parte da pilha popular LAMP…
Nginx ist einer der beliebtesten Webserver der Welt und Host einiger der größten und beliebtesten Websites im Internet. Nginx ist in den meisten Fällen ressourcenschonender als Apache und kann als Webserver oder Reverse-Proxy verwendet…
Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is more resource-friendly than Apache in most cases and can be used as a web server or a reverse proxy. In this guide,…
Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. In this guide, we’ll explain how to install Nginx on your Ubuntu 20.04 server.
In this guide, we will show you three different ways of getting Node.js installed on a Rocky Linux 8 server: using `dnf` to install the `nodejs` package from Rocky’s default AppStream repository; installing via the NodeSource repository; installing `nvm`, the Node Version Manager, and using it to install and manage multiple versions of `node`
In this tutorial we are going to install OctoberCMS on a VPS running Ubuntu 14.04. There are two ways you can install OctoberCMS: via the wizard and via the command line. We’ll look at installing it using the second method.