Ubuntu 20.04

How To Share Data between Docker Containers — step-by-step Docker tutorial on Progressive Robot

How To Share Data between Docker Containers

In general, Docker containers are ephemeral, running just as long as it takes for the command issued in the container to complete. Sometimes, however, applications need to share access to data or persist data after a container is deleted. In this article, we’ll look at four different ways to share data between containers.

Read more
How To Use the LEMP 1-Click Install on the cloud provider — step-by-step Linux tutorial on Progressive Robot

How To Use the LEMP 1-Click Install on the cloud provider

LEMP stack is a solution stack that employs a specific group of software to host web applications on a server. This term is an acronym which represents the Linux operating system with the Nginx web server. The site data is stored in a MySQL database, and dynamic content is processed by PHP. This tutorial will guide you through spinning up a cloud servers with LEMP stack pre-installed, using the the cloud provider LEMP 1-Click App.

Read more
How To Create Django Models — step-by-step Linux tutorial on Progressive Robot

How To Create Django Models

In this tutorial, we will create the Django models that define the fields and behaviors of the Blog application data that we will be storing. These models map the data from your Django application to the database. It’s what Django uses to generate the database tables via their object relational mapping (ORM) API called “models.”

Read more
Процедура установки и настройки Laravel с помощьтю Nginx на сервере Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Процедура установки и настройки Laravel с помощьтю Nginx на сервере Ubuntu 20.04

Laravel — это инфраструктура PHP с открытым исходным кодом, включающая инструменты и ресурсы для создания современных приложений PHP. Благодаря полной экосистеме с встроенными функциями популярность Laravel за последние годы…

Read more
Como Instalar e Configurar o VNC no Ubuntu 20.04 [Quickstart] — step-by-step Linux tutorial on Progressive Robot

Como Instalar e Configurar o VNC no Ubuntu 20.04 [Quickstart]

O Virtual Network Computing, ou VNC, é um sistema de conexão que permite que você use seu teclado e mouse para interagir com um ambiente gráfico da área de trabalho em um servidor remoto. Isso facilita o gerenciamento de arquivos, software e configurações em um servidor remoto…

Read more
CHAT