ubuntu

Cara Menyiapkan dan Mengonfigurasi Otoritas Sertifikat (CA) Pada Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cara Menyiapkan dan Mengonfigurasi Otoritas Sertifikat (CA) Pada Ubuntu 20.04

Otoritas Sertifikat privat yang berjalan pada Ubuntu 20.04 akan memungkinkan Anda untuk mengonfigurasi, menguji, dan menjalankan program yang membutuhkan koneksi terenkripsi antara klien dan server. Menggunakan CA privat, Anda dapat menerbitkan sertifikat untuk pengguna, server, atau masing-masing program serta layanan di dalam infrastruktur Anda. CA privat dapat membantu memastikan bahwa semua lingkungan pengembangan, penahapan, dan produksi Anda menggunakan arsitektur dan konfigurasi yang seru

Read more
How to Set Up and Install Strapi for Production on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How to Set Up and Install Strapi for Production on Ubuntu 22.04

Strapi is an open source headless CMS built with the JavaScript programming language. Like many other headless CMS’, Strapi doesn’t come with a frontend out of the box. Instead, it relies on an API that allows you to architect your content structure. In this tutorial, learn how to install Strapi and set up a production environment.

Read more
How To Set Up Master Slave Replication on PostgreSQL on an Ubuntu 12.04 VPS — step-by-step Linux tutorial on Progressive Robot

How To Set Up Master Slave Replication on PostgreSQL on an Ubuntu 12.04 VPS

PostgreSQL, or postgres, is a popular database management system often used to manage the information from websites and applications. In this guide, we will configure a master server postgres replication set up, which will allow us to replicate the changes from the master server onto the slave. This can be used to distribute reads to multiple machines.

Read more
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
CHAT