Ubuntu 20.04

Cómo configurar claves de SSH en Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cómo configurar claves de SSH en Ubuntu 20.04

SSH, o shell seguro, es un protocolo cifrado que se usa para administrar servidores y comunicarse con ellos. Al trabajar con un servidor de Ubuntu, es probable que pase la mayor parte de su tiempo en una sesión de terminal conectada a su servidor a través de SSH. En esta…

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

How To Use the Ruby on Rails 1-Click Install on the cloud provider

This tutorial will guide you through spinning up a cloud servers with Ruby on Rails pre-installed using the the cloud provider Ruby on Rails 1-Click App. After creating your Droplet, you’ll learn about some use cases and common commands. Since this 1-Click Droplet is based on a standard Ubuntu 20.04 Droplet, you can read more of our Ruby tutorials after this guide.

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
CHAT