How to Install Hadoop on Ubuntu 13.10
This article will illustrate the steps to be followed to install Hadoop on Ubuntu 13.10 on a the cloud provider VPS.
This article will illustrate the steps to be followed to install Hadoop on Ubuntu 13.10 on a the cloud provider VPS.
Java and the JVM (Java’s virtual machine) are required for many kinds of software, including Tomcat, Jetty, Glassfish, Cassandra and…
Jenkins es un servidor de automatización de código abierto que automatiza las tareas técnicas repetitivas que se requieren en la integración continua y la entrega de software. Jenkins está basado en Java y puede instalarse desde paquetes de Ubuntu o…
Jitsi Meet is an open-source video-conferencing application based on WebRTC. In this tutorial, you will install and configure a Jitsi Meet server on Debian 10. The default configuration allows anyone to create a new conference room. This is not ideal for a server that is publicly available on the internet so you will also configure Jitsi Meet so that only registered users can create new conference rooms.
The LAMP stack (Linux, Apache, MySQL, PHP) is a group of open source software that is typically installed together to enable a server to host dynamic PHP websites and web apps. This guide includes the steps to set up a LAMP stack on Ubuntu 14.04, on a single server, so you can quickly get your PHP application up and running.
In diesem Tutorial installieren Sie einen LAMP-Stack auf einem CentOS 8-Server. Zwar ist MySQL über die Standard-Repositorys in CentOS 8 verfügbar, doch beschreibt dieser Leitfaden den Prozess der Einrichtung eines LAMP-Stacks mit MariaDB als…
A “LAMP” stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the Apache web server. The site data is…
Here’s how to install Linux, Lighttpd, and PHP5 on CentOS 6.
The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications written in PHP. The name “LEMP” is an acronym that describes a Linux operating system, with an (E)Nginx web server. The backend data is stored in a MariaDB database and the dynamic processing is handled by PHP. In this guide, you’ll install a LEMP stack on a CentOS 8 server using MariaDB as the database management system.
В этом кратком руководстве мы расскажем об установке комплекта LEMP на сервере под управлением Ubuntu 20.04. Более подробную информацию с разъяснениями каждого шага можно найти в [обучающем модуле «Установка комплекта Linux, Nginx, MySQL, PHP (LEMP) на сервере Ubuntu…