Ubuntu 20.04

How To Install Linux, Nginx, MySQL, PHP (LEMP stack) on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, Nginx, MySQL, PHP (LEMP stack) on Ubuntu 20.04

The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications written in PHP. This is an acronym that describes a Linux operating system, with an Nginx (pronounced like “Engine-X”) web server. The backend data is stored in a MySQL database, and dynamic processing is handled by PHP.

Read more
How To Install Matomo Web Analytics on Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

How To Install Matomo Web Analytics on Ubuntu 20.04

Matomo is an open-source, self-hosted web analytics application written in PHP. In this tutorial you will install Matomo and a MariaDB database using Docker Compose, then install Nginx to act as a reverse proxy for the Matomo app. Finally, you will enable secure HTTPS connections by using Certbot to download and configure SSL certificates from the Let’s Encrypt Certificate Authority.

Read more
Comment installer MySQL sur Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Comment installer MySQL sur Ubuntu 20.04

Une version précédente de ce tutoriel a été rédigée par Hazel Virdó. MySQL est un système de gestion de base de données open source, généralement installé dans le cadre de la populaire pile…

Read more
Como Instalar o Nginx no Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar o Nginx no Ubuntu 20.04

O Nginx é um dos servidores Web mais populares no mundo e é responsável por hospedar alguns dos sites de maior tráfego na Internet. Ele é uma escolha leve que pode ser usado como servidor web ou proxy reverso. Neste guia, vamos discutir como instalar…

Read more
How To Install Plausible Analytics on Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

How To Install Plausible Analytics on Ubuntu 20.04

Plausible Analytics is an open-source, self-hosted web analytics application written in Elixir. It focuses on being simple, and privacy-focused. In this tutorial you will install the Plausible app and a few helper services using Docker Compose, then install Nginx and Certbot to set up a secure HTTPS reverse proxy.

Read more
Установка R в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка R в Ubuntu 20.04

Язык программирования с открытым исходным кодом R широко используется для выполнения анализа данных и статистических вычислений. Он поддерживается фондом R Foundation for Statistical Computing и становится все более популярным и расширяемым языком с активным сообществом…

Read more
How To Install the Anaconda Python Distribution on Ubuntu 20.04 — step-by-step AI And Machine Learning tutorial on Progressive Robot

How To Install the Anaconda Python Distribution on Ubuntu 20.04

This tutorial will guide you through installing the Python 3 version of Anaconda on an Ubuntu 20.04 server. Anaconda is an open-source package manager, environment manager, and distribution of the Python and R programming languages. It is commonly used for data science, machine learning, large-scale data processing, scientific computing, and predictive analytics.

Read more
Ubuntu 20.04にLAMPスタックでWordPressをインストールする方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04にLAMPスタックでWordPressをインストールする方法

WordPressは非常に人気のあるオープンソース技術で。WordPress  で構築されたサイトは現在オンラインになっている全Wサイトの36%を占めています。このチュートリアルは、システム管理に慣れたユーザーや、サーバー側でWordPressインスタンスの管理方法を学びたいユーザーを対象としています。このガイドでは、Linux Ubuntu 20.04サーバーにLAMPを介してWordPressをインストール・セットアップします。

Read more
CHAT