Apache

¿Cómo instalar WordPress con LAMP en Ubuntu 16.04? — step-by-step Linux tutorial on Progressive Robot

¿Cómo instalar WordPress con LAMP en Ubuntu 16.04?

WordPress es el CMS (Sistema de Gestión de Contenido) más popular en Internet. Te permite configurar sitios y blogs fácilmente sobre MySQL y PHP manejando el backend. Wordpress ha tenido amplia aceptación y es una buena opción para tener un sitio en linea rápidamente. Después…

Read more
How To Create a SSL Certificate on Apache for CentOS 6 — step-by-step Linux tutorial on Progressive Robot

How To Create a SSL Certificate on Apache for CentOS 6

This tutorial explains how to create a self-signed SSL certificate, how to add it to your server, and how to configure the SSL file to display the certificate to the world. A SSL certificate is a way to encrypt a site’s information and create a more secure connection. Certificate Authorities can issue SSL certificates that verify the server’s details while a self-signed certificate has no 3rd party corroboration. This tutorial is written for Apache on a Centos server.

Read more
How To Deploy Kafka on Docker and Kubernetes — step-by-step Docker tutorial on Progressive Robot

How To Deploy Kafka on Docker and Kubernetes

In this tutorial, you’ll learn how to deploy Kafka using Docker Compose and deploy it on Kubernetes using Strimzi which integrates into Kubernetes and allows you to configure and maintain Kafka clusters using regular Kubernetes manifests without manual overhead.

Read more
How To Install And Configure mod_deflate On Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install And Configure mod_deflate On Ubuntu 14.04

Mod\_deflate is an Apache module which allows output from your web server to be compressed before being sent to the client. Once the size of your site content is compressed, its size is smaller, and clients are able to download it faster. This is valuable not only for clients with lower bandwidth, but it is also taken into consideration by search engines when evaluating your site performance and its page rank.

Read more
CHAT