CentOS

Como Instalar o Servidor Web Apache no CentOS 7 — step-by-step Linux tutorial on Progressive Robot

Como Instalar o Servidor Web Apache no CentOS 7

O servidor HTTP Apache é o servidor web mais utilizado no mundo. Ele fornece muitos recursos poderosos incluindo módulos dinamicamente carregáveis, suporte robusto a mídia, e integração extensiva com outros softwares populares. Neste guia, você…

Read more
How To Add Swap on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Add Swap on CentOS 7

One of the easiest ways to make your server more responsive, and guard against out-of-memory errors in your application, is to add some swap space. This gives you the ability to increase the amount of information that your server can keep in its working memory. In this guide, we will cover how to create and enable a swap file on a CentOS 7 server.

Read more
How To Configure Remote Access for MongoDB on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Configure Remote Access for MongoDB on CentOS 8

This tutorial walks you through configuring a MongoDB installation to securely allow access from a trusted remote computer. This will involve updating your firewall rules to provide the remote server access to MongoDB’s default port and changing Mongo’s configuration file to update its IP binding setting.

Read more
How To Create An Off-Site Backup Of Your Site With Rsync On Centos 6 — step-by-step Linux tutorial on Progressive Robot

How To Create An Off-Site Backup Of Your Site With Rsync On Centos 6

This article provides a quick way to backup the most common things in a typical web hosting scenario: website files and database data. We will setup a full daily backup of a website folder and a copying of this data to a remote server (this can also work for another VPS). We will also set up a rsync example to just copy the incremental changes. Finally, we’ll set up backup of a MySQL database.

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

How To Install and Use ClickHouse on CentOS 7

ClickHouse is an open-source, column-oriented analytics database created by Yandex for OLAP and big data use cases. In this tutorial, you’ll install the ClickHouse database server and client on your machine. You’ll use the DBMS for typical tasks and optionally enable remote access from another server so that you’ll be able to connect to the database from another machine.

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

How To Install Bacula Server on CentOS 7

Bacula is an open-source network backup solution that allows you create backups and perform data recovery of your computer systems. In this tutorial, we will show you how to install and configure the server components of Bacula on a CentOS 7 server.

Read more
CHAT