Comment installer MariaDB sur Ubuntu 20.04 [Démarrage rapide]
Une version précédente de ce tutoriel a été rédigée par Brian Boucheron. MariaDB est un système de gestion de base de données open-source, couramment utilisé comme alternative à MySQL en…
Une version précédente de ce tutoriel a été rédigée par Brian Boucheron. MariaDB est un système de gestion de base de données open-source, couramment utilisé comme alternative à MySQL en…
MongoDB ist eine kostenlose und Open-Source-NoSQL-Dokumentendatenbank, die häufig in modernen Webanwendungen verwendet wird. Wenn Sie diesem Tutorial folgen, installieren Sie MongoDB auf einem Ubuntu 20.04-Server unter Verwendung der Standard-APT-Repositorys. Außerdem erfahren Sie, wie Sie den Dienst verwalten und optional den Fernzugriff aktivieren.
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 an Ubuntu 18.04 server, test it, and learn how to manage it as a systemd service.
MySQL ist ein Open-Source-Datenbankmanagementsystem, das üblicherweise als Teil des beliebten LEMP-Stacks (Linux, Nginx, MySQL/MariaDB,…
Uma versão anterior deste tutorial foi escrita por Hazel Virdó O MySQL é um sistema de gerenciamento de banco de dados de código aberto, que é geralmente instalado como parte da pilha popular…
This tutorial runs through how to install NeoJ4 on an Ubuntu VPS.
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 reverse proxy. In this guide, we’ll discuss how to install Nginx on a Rocky Linux 8 server.
Nginx es uno de los servidores web más populares del mundo y aloja algunos de los sitios más grandes y con mayor tráfico en Internet. Es más fácil de utilizar que Apache en la mayoría de los casos y puede emplearse como servidor web o proxy inverso. En esta guía, le…
Node.js is a JavaScript platform for general-purpose programming that allows users to build asynchronous network applications quickly. By leveraging JavaScript on both the front and backend, Node.js can make web application development more consistent…
O Node.js é um ambiente de execução do JavaScript criado para a programação do lado do servidor. Ele permite que os desenvolvedores criem funcionalidades de back-ends escaláveis usando o JavaScript, uma linguagem que muitos já estão familiarizados em…