ubuntu

How To Set Up Nginx with HTTP/2 Support on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Nginx with HTTP/2 Support on Ubuntu 16.04

NGINX is a fast and reliable open-source web server. It gained its popularity due to its low memory footprint, high scalability, ease of configuration, and support for the vast majority of different protocols. The main advantage of HTTP/2 is its high transfer speed for content-rich websites.

Read more
How To Store Gitea Repositories on a Separate Volume — step-by-step Docker tutorial on Progressive Robot

How To Store Gitea Repositories on a Separate Volume

Gitea is a popular source code management service that hosts your Git repositories. While those repositories can safely be stored on the same disk running Gitea itself, external storage solutions such as block storage or networked file storage can help keep costs down when it comes to hardware requirements and allow for easier back-up and restore. This tutorial walks you through the steps of storing your Gitea repositories on a separate block storage volume.

Read more
Обновление до версии Ubuntu 20.04 Focal Fossa — step-by-step Linux tutorial on Progressive Robot

Обновление до версии Ubuntu 20.04 Focal Fossa

23 апреля 2020 года была выпущена новейшая версия операционной системы Ubuntu с долгосрочной поддержкой (LTS) — Ubuntu 20.04 (Focal Fossa). В этом руководстве мы расскажем, как провести обновление системы Ubuntu версии 18.04 или выше до версии Ubuntu…

Read more
How to Use Ansible to Install and Set Up LEMP on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Use Ansible to Install and Set Up LEMP on Ubuntu 18.04

This guide explains how to use Ansible to automate the steps contained in our guide on How To Install Linux, Nginx, MySQL and PHP (LEMP) on Ubuntu 18.04. The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. 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 the MySQL database and the dynamic processing is handled by PHP.

Read more
How To Use Celery with RabbitMQ to Queue Tasks on an Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How To Use Celery with RabbitMQ to Queue Tasks on an Ubuntu VPS

Celery is an asynchronous messaging system that can be used to execute tasks in the background. Written in Python, this flexible system can be used to make your applications more responsive by offloading long-running tasks to the background, while your main program continues to run normally. In this guide, we will cover how to install and use celery with RabbitMQ, a messaging system.

Read more
How To Use Git Hooks To Automate Development and Deployment Tasks — step-by-step Linux tutorial on Progressive Robot

How To Use Git Hooks To Automate Development and Deployment Tasks

Git is a very robust and mature version control system that has seen great adoption in recent years. One of git’s great features is its ability to use “hooks” to call arbitrary scripts when certain git events occur. In this guide, we’ll discuss the general idea behind git hooks, talk about how to work around some of its inconsistencies, and demonstrate some implementations that you can use in your development process.

Read more
CHAT