CentOS

How To Configure BIND as a Private Network DNS Server on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Configure BIND as a Private Network DNS Server on CentOS 7

In this tutorial, we will go over how to set up an internal DNS server, using the BIND name server software (BIND9) on CentOS 7, that can be used by your Virtual Private Servers (VPS) to resolve private host names and private IP addresses. This provides a central way to manage your internal hostnames and private IP addresses, which is indispensable when your environment expands to more than a few hosts.

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

Como Instalar e Usar o Docker Compose no CentOS 7

O Docker é uma ótima ferramenta para automatizar o deployment de aplicações Linux dentro de containers de software, mas para aproveitar realmente ao máximo seu potencial, é melhor se cada componente de sua aplicação for executado em seu próprio…

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

How To Install MediaWiki on CentOS 7

MediaWiki is a free and open-source wiki application written in PHP. It was originally created for WikiPedia, but it now allows everyone to create their own wiki sites. This tutorial goes through how to set up MediaWiki on a CentOS 7 Droplet.

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

How To Create Temporary and Permanent Redirects with Nginx

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 add a redirect with `rewrite ^/$ http://www.domain2.com redirect;` or `rewrite ^/$ http://www.domain2.com permanent;` in your server configuration. This guide will cover a more in depth explanation of how to implement each kind of redirect in Nginx.

Read more
CHAT