ubuntu

How To Rewrite URLs with mod_rewrite for Apache on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Rewrite URLs with mod_rewrite for Apache on Ubuntu 16.04

The mod_rewrite module allows us to rewrite URLs in a cleaner fashion, translating human-readable paths into code-friendly query strings or redirecting URLs based on additional conditions. This guide is split into two parts. The first sets up an example website and covers a simple rewrite example. The second part contains two more in-depth examples of commonly-used rewrite rules.

Read more
How To Secure Consul with TLS Encryption on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Secure Consul with TLS Encryption on Ubuntu 14.04

Consul is a flexible service discovery system that can be used to keep track of the existence and health of services available in your infrastructure. In previous guides, we discussed how to set up the base Consul system. In this guide, we will demonstrate how to secure the communications between different components using TLS to encrypt traffic.

Read more
Cara Mengamankan Nginx dengan Let's Encrypt pada Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cara Mengamankan Nginx dengan Let’s Encrypt pada Ubuntu 20.04

Let’s Encrypt adalah Otoritas Sertifikat (CA) yang menyediakan cara mudah untuk memperoleh dan menginstal sertifikat TLS/SSL gratis, yang dengan demikian mengaktifkan HTTPS terenkripsi pada server web. Ini menyederhanakan proses dengan menyediakan klien perangkat lunak, Certbot, yang berusaha mengotomatiskan sebagian besar (jika bukan semua) langkah yang diperlukan. Dalam tutorial ini, Anda akan menggunakan Certbot untuk memperoleh sertifikat SSL gratis untuk Nginx pada Ubuntu 20.04

Read more
Cómo configurar un firewall con UFW en Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cómo configurar un firewall con UFW en Ubuntu 20.04

UFW, o Uncomplicated Firewall, es una interfaz de gestión de firewall simplificada que oculta la complejidad de las tecnologías de filtrado de paquetes de nivel inferior, como iptables y nftables. Si desea comenzar a proteger su red y no está seguro respecto de la…

Read more
How To Set Up a Node.js Application for Production on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up a Node.js Application for Production on Ubuntu 22.04

Node.js is an open-source JavaScript runtime environment for building server-side and networking applications. The platform runs on Linux, macOS, FreeBSD, and Windows. Though you can run Node.js applications at the command line, this tutorial will help you harden and deploy them in the background for a production configuration.

Read more
CHAT