CentOS

How To Create Temporary and Permanent Redirects with Apache — step-by-step Linux tutorial on Progressive Robot

How To Create Temporary and Permanent Redirects with Apache

HTTP redirection is a way to point one domain or address to another. There are a few different kinds of redirects (301 Moved Permanently and 302 Found), each of which mean something different to the client browser. You can create a redirect in Apache by adding `Redirect /oldlocation http://www.example.com/newlocation` to the virtual host entry in the server configuration file. This guide will cover a more in depth explanation of how to implement each kind of redirect in Apache.

Read more
Como Instalar e Usar o Docker no CentOS 7 — step-by-step Docker tutorial on Progressive Robot

Como Instalar e Usar o Docker no CentOS 7

O Docker é um aplicativo que torna simples e fácil executar processos de aplicações em um container, que são como máquinas virtuais, apenas mais portáveis, mais fáceis de usar e mais dependentes do sistema operacional do host. Para uma introdução detalhada aos diferentes…

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

How To Install Git on a CentOS 6.4 VPS

Git is a distributed version control system that can be used to manage project files and source code for any site or application. This guide will cover how to install git from the CentOS repositories, or from source.

Read more
How To Install and Secure phpMyAdmin with Nginx on a CentOS 7 Server — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure phpMyAdmin with Nginx on a CentOS 7 Server

Administering relational databases from the command line can be a daunting proposition for many people. A project called phpMyAdmin aims to alleviate this issue by providing an easy to use web interface for MySQL. In this guide, we’ll discuss how to install and secure phpMyAdmin on top of a LEMP (Linux, Nginx, MariaDB, and PHP) stack on a CentOS 7 server.

Read more
How To Monitor Nagios Alerts with Alerta on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Monitor Nagios Alerts with Alerta on CentOS 7

Alerta is a web application used to consolidate and de-duplicate alerts from multiple monitoring systems and visualize them on a single screen. Alerta can integrate with many well-known monitoring tools like Nagios, Zabbix, Sensu, InfluxData Kapacitor, and…

Read more
How To Share Files with FileRun on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Share Files with FileRun on CentOS 7

FileRun is a PHP file manager and file sharing application that helps you access, organize, view and edit files. You can use it with office documents, photos, music, and any other type of file that you might store on your web server. In this tutorial, we will install FileRun on a CentOS 7 server.

Read more
How To Install and Use PostgreSQL on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use PostgreSQL on CentOS 7

PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language. It is a popular choice for many small and large projects and has the advantage of being standards-compliant and having many advanced features like reliable transactions and concurrency without read locks.

Read more
CHAT