CentOS

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
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
CHAT