How to Install MongoDB on Ubuntu 20.04 and CentOS 8

how to install mongodb on ubuntu 20.04 and centos 8
installing mongodb on ubuntu 20.04 and centos 8

MongoDB is an open-source and cross-platform NoSQL database system developed by MongoDB Inc. It is 100 times faster than a traditional database system like RDMS. It uses JSON-like documents to store its data. It is used in many modern web applications because it can be easily integrated with several programming languages. It is used by many big companies including, Uber, Stack, Lyft, Accenture, and many more.

Read More

How to Set Up Private DNS Servers with BIND on CentOS 8

How to Set Up Private DNS Servers with BIND on CentOS 8
how to configure private dns servers with bind on centos 8

BIND also know as the “Berkeley Internet Name Domain” is one of the most popular Domain Name System (DNS) today. It an open-source and provides DNS services on Linux operating systems. Generally, it helps you to resolve a fully qualified domain name into an IP address or IP address to a domain name. It can be used as an authoritative name server and provides several features like load balancing, dynamic update, split DNS, etc.

In this tutorial, we will show you how to set up a private DNS server with BIND on CentOS 8. On a related note, take a look at our tutorial on installing and configuring a simple DNS (BIND) server on Debian 9.

Read More

How to Install Apache Cassandra on CentOS 8

installing apache cassandra on centos 8

Apache Cassandra is an open-source NoSQL database system designed to handle a large amount of data. It supports clusters spanning multiple data centers and high availability with no single point of failure. It offers a lot of features including, Highly Scalable, Distributed, Replication Support, Fault-tolerant, MapReduce support, Query language, and many more. If you are looking for scalability and high availability without compromising performance then Apache Cassandra is the best choice for you.

In this tutorial, we will show you how to install Apache Cassandra on CentOS 8.

Read More

How to install Taiga Project Management on CentOS 8

how-to-install-taiga-project-management-on-centos-8
top-10-collaboration-software-taiga-project-management

Taiga is an open-source project management system that helps you to manage both simple and complex projects for startups. It is a simple, powerful, and customizable application specially designed for Agile developers and designers to manage the development of the project. Taiga’s backend is written in Python and Django while the frontend is written in JavaScript using CoffeeScript and AngularJS frameworks. It offers several features including, project collaboration, Kanban board, bug tracking, reporting, time tracking, backlogs, wiki, and more.

In this tutorial, we will show you how to install the Taiga project management system on CentOS 8.

Read More

How to Install PrestaShop on CentOS 8

install prestashop centos 8

In this tutorial, we will show you how to install PrestaShop on a CentOS 8 VPS.

installing prestashop

PrestaShop is one of the most well-known eCommerce platforms in the world. It’s free, open-source, and is built on top of PHP, while using a MySQL database to store the data. It helps small to large businesses to create and run a successful online store.

PrestaShop is simple, easy-to-use, easy to install, and is versatile – it provides a great platform for people around the world to create their online stores. Let’s begin with the installation.

Read More

How to Install Odoo 14 on CentOS 8 with Nginx as a Reverse Proxy

install Odoo 14 for CentOS 8

In this tutorial, we will show you how to install Odoo 14 on a CentOS 8 VPS. Odoo is one of the most popular Open Source ERP business management platforms ever made. Thanks to its modular design with over ten thousand modules (or apps) available, Odoo can adapt to your business’s needs and enhance your team’s productivity. It is built using Python and is utilizing PostgreSQL for its database.

installation Odoo 14 CentOS 8 OpenERP

The latest Odoo 14 update comes with plenty of new exciting features, including a brand new Website Builder, a new Business Intelligence Tool, new and improved menus for Inventory and MRP, and much more. Let’s get started.

Read More

How to Install Drupal on CentOS 8

install Drupal CMS CentOS 8

In this guide, we will show you how to install Drupal on a CentOS 8 VPS.

Drupal is a free and open-source web content management framework that is written in PHP. It allows us to create a website for a specific idea or business and gives us great tools that let us customize and make our business exactly the way we want to. In this tutorial, we will install Drupal on top of a LAMP stack. LAMP (Linux, Apache, MySQL, and PHP) is a very common web service stack that is widely used these days.

drupal centos 8 install with apache

Apache is the web server, MySQL is the database server, PHP provides an excellent environment for scripts, and it all runs on top of Linux. This provides us with an excellent foundation on which we plan to install Drupal. We will use the latest CentOS 8 Linux distribution in this tutorial, but this tutorial may also work for other versions and distributions of Linux. Let’s get started.

Read More

How to Install Let’s Encrypt on CentOS 8 With Nginx

How to Install Let's Encrypt on CentOS 8 With Nginx

In this tutorial, we will explain how to install a free Let’s Encrypt SSL certificate on a CentOS 8 VPS with Nginx as a web server.

Configure Let's Encrypt SSL Certificate on CentOS 8 VPS

Let’s Encrypt is a free, open-source and non-profit certificate authority that provides free SSL certificates for websites to enable TLS encryption. It was developed by the Internet Security Research Group (ISRG) and trusted by all major browsers. It is used to automate the process of certificate creation, validation, signing, implementation, and renewal of certificates for secure websites.

The main aim of Let’s Encrypt is to promote the use of SSL across the web and make encrypted connections throughout the Internet, keeping everyone safer in the process. The certificate is valid for only 90 days, so you will need to renew it manually or or set up the auto renewal system, which should be enabled by default.

Currently, Let’s encrypt supports automated certification issuance for Apache, Nginx, Plex, and HAproxy, which should cover almost everyone’s use case. Let’s start with our install guide.

Read More