CentOS

How To Install and Manage RabbitMQ — step-by-step Linux tutorial on Progressive Robot

How To Install and Manage RabbitMQ

In this the cloud provider article, we aim to introduce you to the RabbitMQ project: an open-source message-broker application stack which implements the Advanced Message Queuing Protocol (AMQP).

Read more
How to Use Prometheus to Monitor Your CentOS 7 Server — step-by-step Linux tutorial on Progressive Robot

How to Use Prometheus to Monitor Your CentOS 7 Server

Prometheus is an open source monitoring system which stores all its data in a time series database and offers a multi-dimensional data-model and a powerful query language. The Prometheus project also includes PromDash (a browser-based tool that can be used to develop custom dashboards) and an experimental AlertManager capable of sending alerts via e-mail.

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

How To Install And Configure mod_deflate On CentOS 7

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
Cómo instalar el servidor web de Apache en CentOS 7 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar el servidor web de Apache en CentOS 7

El servidor HTTP Apache es el más usado del mundo. Ofrece muchas características potentes, entre las que se incluyen módulos que se cargan de forma dinámica, una sólida compatibilidad con medios y amplia integración con otras herramientas de…

Read more
How To Set Up nginx Virtual Hosts (Server Blocks) on CentOS 6 — step-by-step Linux tutorial on Progressive Robot

How To Set Up nginx Virtual Hosts (Server Blocks) on CentOS 6

This tutorial shows you how to set up virtual hosts. Virtual Hosts are used to run more than one website or domain off of a single server and IP address. When used with nginx, virtual hosts are called Server Blocks. This tutorial covers setting up server blocks on a Centos server.

Read more
How To Install and Secure phpMyAdmin on a CentOS 6.4 VPS — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure phpMyAdmin on a CentOS 6.4 VPS

Database management is important for any site or application that must keep a large amount of information organized. This article will cover how to install phpMyAdmin, a web-based front end to MySQL and MariaDB database management systems, on a CentOS 6.4 VPS.

Read more
How To Automate Your Node.js Production Deployments with Shipit on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Automate Your Node.js Production Deployments with Shipit on CentOS 7

Shipit is a universal automation and deployment tool for Node.js developers. It features a task flow based on the popular Orchestrator package, login and interactive SSH commands through OpenSSH, and an extensible API. Developers can use Shipit to automate build and deployment workflows for a wide range of Node.js applications. In this tutorial you will install and configure Shipit to deploy a basic Node.js application from your local development environment to your product environment.

Read more
CHAT