ubuntu

Installing mod_wsgi on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

Installing mod_wsgi on Ubuntu 12.04

mod_wsgi is a simple and easy to setup tool that serves python web apps from Apache server. It is also one of the recommended ways of getting Django into production. This article covers the steps required to installing an setup mod_wsgi with Apache.

Read more
Microservices Deployment Using Nomad on Ubuntu — step-by-step Linux tutorial on Progressive Robot

Microservices Deployment Using Nomad on Ubuntu

Looking for an efficient tool to deploy microservices? Check out HashiCorp Nomad – a versatile, lightweight scheduler that streamlines application deployment and scaling. With Nomad’s simplicity, scalability, and integration, you can deploy and manage microservices with ease. Learn more about Nomad’s features and capabilities in their official documentation and comparison guide.

Read more
TLS vs SSL: Understanding Key Differences and Why It Matters — step-by-step Linux tutorial on Progressive Robot

TLS vs SSL: Understanding Key Differences and Why It Matters

Learn the key differences between TLS and SSL protocols, why TLS has replaced SSL for modern web security, and how these encryption standards impact your website’s security and performance. Understand their evolution, security implications, and best practices for implementation.

Read more
A Straightforward Guide On Installing Web-Facing Applications on a VPS — step-by-step Linux tutorial on Progressive Robot

A Straightforward Guide On Installing Web-Facing Applications on a VPS

Installing web-facing programs often involves following the same basic set of steps. This involves installing and configuring a web stack (often LAMP), uploading the application’s files to the web root, and configuring the appropriate values. In this guide, we will introduce you to this basic practice by installing a forum software called MyBB.

Read more
Cómo instalar MySQL en Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar MySQL en Ubuntu 18.04

Hazel Virdó escribió una versión anterior de este tutorial. MySQL es un sistema de gestión de bases de datos de código abierto, que generalmente está instalado como parte de la popular…

Read more
CHAT