ubuntu

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 Metabase on Ubuntu 20.04 with Docker — step-by-step Docker tutorial on Progressive Robot

How To Install Metabase on Ubuntu 20.04 with Docker

Introduction Metabase is a Java-based open-source Business Intelligence (BI) tool. It can connect to a number of different databases and has a question builder tool that can hide the complexity of large SQL queries. In this tutorial you will install Metabase using Docker Compose, then install Nginx to act as a reverse proxy for your […]

Read more
Cara Menginstal MongoDB pada Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cara Menginstal MongoDB pada Ubuntu 20.04

MongoDB adalah basis data dokumen sumber terbuka yang banyak digunakan dalam aplikasi web modern. MongoDB digolongkan sebagai basis data NoSQL karena tidak bergantung pada struktur basis data relasional berbasis tabel tradisional. Alih-alih, MongoDB menggunakan dokumen seperti JSON dengan skema dinamis. Dalam tutorial ini, Anda akan menginstal MongoDB pada server Ubuntu 20.04, mengujinya, dan mempelajari cara mengelolanya sebagai layanan systemd.

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

Como instalar o MySQL no Ubuntu 20.04

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…

Read more
Como instalar o Nginx no Ubuntu 18.04 [Início rápido] — step-by-step Linux tutorial on Progressive Robot

Como instalar o Nginx no Ubuntu 18.04 [Início rápido]

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 é mais amigável do que o Apache em termos de recursos na maioria dos casos e pode ser usado como um servidor Web ou como proxy…

Read more
CHAT