Установка и обеспечение безопасности Grafana в Ubuntu 20.04
Автор выбрал COVID-19 Relief Fund для получения пожертвования в рамках программы Write for DOnations. Grafana — это инструмент визуализации и…
Автор выбрал COVID-19 Relief Fund для получения пожертвования в рамках программы Write for DOnations. Grafana — это инструмент визуализации и…
Uma versão anterior deste tutorial foi escrita por Justin Ellingwood. O Redis é um armazenamento de dados de chave-valor na memória, conhecido pela sua flexibilidade, desempenho e amplo suporte…
To containerize an application refers to the process of adapting an application and its components in order to be able to run it in lightweight environments known as containers. Such environments are isolated and disposable, and can be leveraged for developing, testing, and deploying applications to production. In this guide, we’ll use Docker Compose to containerize a Laravel application for development on Ubuntu 20.04.
Docker est une application qui simplifie le processus de gestion des processus d’application dans les conteneurs. Les conteneurs vous permettent d’exécuter vos applications dans des processus isolés des ressources. Ils sont similaires aux machines…
In this quickstart guide, we’ll install Composer on an Ubuntu 20.04 server.
In this tutorial, you’ll learn how to install Hadoop in stand-alone mode on an Ubuntu 20.04 server. You’ll also run an example MapReduce program to search for occurrences of a regular expression in text files.
Ein „LAMP“-Stack ist eine Gruppe von Open-Source-Software, die normalerweise zusammenhängend installiert wird, damit ein Server dynamische Websites und in PHP geschriebene Web-Apps hosten kann. Dieser Begriff ist ein Akronym, das für das Linux-Betriebssystem mit dem…
Tumpukan perangkat lunak LEMP adalah sekumpulan perangkat lunak yang dapat digunakan untuk menyajikan laman web dan aplikasi web dinamis yang ditulis dalam PHP. Ini adalah akronim yang mendeskripsikan suatu sistem operasi Linux, dengan server web Nginx (diucapkan seperti “Engine-X”). Data backend disimpan di dalam basis data MySQL, dan pemrosesan dinamis ditangani oleh PHP. Dalam panduan ini, kita akan menyiapkan tumpukan LEMP pada server Ubuntu 20.04.
MariaDBは、人気の高いLAMP(Linux、Apache、MySQL、PHP/Python/Perl)スタックのMySQL部分の代替として使用されているオープンソースデータベース管理システムです。MySQLの代わりになることが意図されています。このチュートリアルでは、Ubuntu 20.04サーバーにMariaDBをインストールして、それが作動し安全に初期設定されていることを確認する方法を説明します。
MongoDB is a free and open-source NoSQL document database used commonly in modern web applications. By following this tutorial you’ll install MongoDB on an Ubuntu 20.04 server using the default APT repositories. You’ll also learn how to manage its service and optionally enable remote access.