CentOS

How To Set Up a Production Elasticsearch Cluster on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Set Up a Production Elasticsearch Cluster on CentOS 7

Elasticsearch is a popular open source search server that is used for real-time distributed search and analysis of data. When used for anything other than development, Elasticsearch should be deployed across multiple servers as a cluster, for the best performance, stability, and scalability.

Read more
How To Set Up Cherokee on Ubuntu 12.10/Debian — step-by-step Linux tutorial on Progressive Robot

How To Set Up Cherokee on Ubuntu 12.10/Debian

Cherokee is a high performance, lightweight, full-featured web server. It is compatible with SSL, FastCGI, and all modern web application frameworks like NodeJS, Rails, and Python through uWSGI. The best thing about Cherokee is that unlike Apache or Nginx, Cherokee can be administered completely through it’s admin web interface.

Read more
How To Set Up SSH Keys on CentOS — step-by-step Linux tutorial on Progressive Robot

How To Set Up SSH Keys on CentOS

SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with a CentOS server, chances are you will spend most of your time in a terminal session connected to your server through SSH.

Read more
How To Use Ansible to Set Up a Production Elasticsearch Cluster — step-by-step Linux tutorial on Progressive Robot

How To Use Ansible to Set Up a Production Elasticsearch Cluster

In this tutorial, we’ll show you how to use Ansible, a configuration management tool, to install a production Elasticsearch cluster on Ubuntu 14.04 or CentOS 7 in a cloud server environment. We will build upon the Ansible and Tinc VPN tutorial to ensure that your Elasticsearch nodes will be secure from computers outside of your own network.

Read more
How to Use Nginx's map Module on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How to Use Nginx’s map Module on CentOS 7

When configuring a server for a website, there are some common conditional actions you may need to implement. For example, maybe some files should be cached by the user’s browser for longer than others, or some parts of the website should only be allowed via a secure…

Read more
Configuración inicial para servidores con CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Configuración inicial para servidores con CentOS 8

Cuando se cree por primera vez un nuevo servidor de CentOS 8, hay algunos pasos de configuración que se deben seguir desde el principio como parte de la configuración básica. Esto aumentará la seguridad y utilidad de su servidor, y le brindará una base sólida para las…

Read more
Cómo agregar y eliminar usuarios en CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Cómo agregar y eliminar usuarios en CentOS 8

Una de las primeras cosas que debe hacer cuando empiece a usar un servidor de Linux nuevo es agregar y eliminar a usuarios. Con esta guía, aprenderá a crear cuentas de usuarios, asignar privilegios sudo y eliminar usuarios en un servidor CentOS 8.

Read more
CHAT