Installation von Java mit Apt unter Ubuntu 20.04
Java und die JVM (Java Virtual Machine) werden für viele Arten von Software benötigt, einschließlich Tomcat, Jetty, Glassfish, Cassandra und…
Java und die JVM (Java Virtual Machine) werden für viele Arten von Software benötigt, einschließlich Tomcat, Jetty, Glassfish, Cassandra und…
Al enfrentar tareas técnicas repetitivas, encontrar soluciones de automatización que funcionen puede volverse una tarea en sí. Con Jenkins, un servidor de automatización de código abierto, puede administrar de manera eficiente las tareas, desde la…
Автор выбрал фонд Open Internet/Free Speech для получения пожертвования в рамках программы Write for DOnations. Jitsi Meet — приложение с открытым…
LEMP stack is a group of open source software to get web servers up and running. The acronym stands for Linux, nginx (pronounced Engine x), MySQL, and PHP. This tutorial explains how to install the required repos to download nginx and php-fpm, how to install MySQL, how to install nginx, how to install php-fpm, how to configure php and nginx, and how to create a php info page. This tutorial is written for Arch Linux.
In this tutorial, you’ll install a LEMP stack on a CentOS 8 server. Although MySQL is available from the default repositories in CentOS 8, this guide will walk through the process of setting up a LEMP stack with MariaDB as the database management system.
「LAMP」スタックとは、サーバーが動的ウェブサイトとWebアプリをホストできるようにするために通常一緒にインストールされているオープンソースソフトウェアのグループです。この用語は、実際にはApache Webサーバーが搭載されたLinuxオペレーティングシステムを表す頭字語です。このサイトデータはMySQLデータベースに保存されており、動的コンテンツはPHPが処理を行います。このガイドでは、Ubuntu 20.04サーバーにLAMPスタックをインストールします。
Der LEMP Software Stack ist eine Gruppe von Software, die zur Bedienung von dynamischen Webseiten und Webanwendungen verwendet werden kann, die in PHP geschrieben sind. Der Name “LEMP” ist ein Akronym, das ein Linux-Betriebssystem mit einem Nginx Webserver (betont wie…
A LEMP stack (Linux, Nginx, MySQL, and PHP) is a powerful set of software that can be configured to serve dynamic sites and web apps from your server. In this guide, we will discuss how to install a LEMP stack on an Ubuntu 14.04 server.
A pilha de software LEMP é um grupo de software que pode ser usado para atender páginas e aplicativos Web dinâmicos. Este é um acrônimo que descreve um sistema operacional Linux, com um servidor Web Nginx (se pronuncia “Engine-X). Os dados backend são armazenados no…
MariaDB is an open-source database management system, commonly used for the MySQL portion of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack.