System Tools

How To Use Terraform with the cloud provider — step-by-step Web Servers tutorial on Progressive Robot

How To Use Terraform with the cloud provider

Terraform is a tool for building and managing infrastructure in an organized way. In this tutorial, you’ll install and use Terraform to create an infrastructure on the cloud provider that consists of two Nginx servers that are load balanced by a load balancers.

Read more
Как обновить сервер до Ubuntu 16.04 LTS — step-by-step Linux tutorial on Progressive Robot

Как обновить сервер до Ubuntu 16.04 LTS

<$>[warning] Внимание: Более ранняя версия этой статьи включала упоминание Ubuntu 14.04. Хотя обновление с версии 14.04 может успешно завершиться, обновления с одной версии LTS до следующей версии LTS по умолчанию отключены до момента выхода первого обновления новой версии…

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

Cómo configurar claves de SSH en Ubuntu 16.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 Ensure Code Quality with SonarQube on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Ensure Code Quality with SonarQube on Ubuntu 18.04

Code quality is an approximation of how useful and maintainable a specific piece of code is. Quality code will make the task of maintaining and expanding your application easier. In this guide, you will deploy a SonarQube server and scanner to analyze your code and create code quality reports. Then you’ll perform a test on your machine by scanning it with the SonarQube tool.

Read more
How To Install and Manage Ports on FreeBSD 10.1 — step-by-step Linux tutorial on Progressive Robot

How To Install and Manage Ports on FreeBSD 10.1

FreeBSD is a powerful operating system capable functioning in a variety of roles. Part of what makes FreeBSD an ideal choice in many scenarios is its flexibility. A large contribution to this reputation comes from FreeBSD’s supported method for installing software from source, known as the ports system. In this guide, we will discuss some of the benefits of the ports system and demonstrate how to use it to acquire and manage additional software.

Read more
How to Set Up SSH Keys on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How to Set Up SSH Keys on Debian 10

SSH-key-based authentication provides a more secure alternative to password-based authentication. In this tutorial we’ll learn how to set up SSH key-based authentication on a Debian 10 installation.

Read more
CHAT