Browsing category

Centos/Redhat

OpenStack Pike – Single Node OpenStack Installation on CentOS 7 / RHEL 7

OpenStack is a set of free and open-source tools for building and managing cloud computing platforms for public and private clouds. OpenStack is mostly deployed as IaaS (infrastructure-as-a-service), where you can make resources like compute (VM), Networking, Storage, and others available to the end customer. Though OpenStack’s core function is to provide IaaS platform, it […]

How To Install Apache Maven CentOS 7 / RHEL 7

Apache Maven is a free and powerful software project management and comprehension tool. It is based on the Project Object Model. With maven, you can efficiently manage a project’s build, reporting, and documentation from a central piece of information. In this post, we will see how to install Apache Maven on CentOS 7 / RHEL […]

Linux Basics: 30 YUM Command Examples for Linux Package Management

Yellowdog Updater, Modified (yum) is an open source package-management utility in Redhat based operating system. Yum takes care of automatic installation of dependent packages during package installation, removal, and updates. Yum uses Redhat Package Manager (RPM) and can install software packages from yum repositories (collections of RPM packages), which can be accessed locally or over […]

How to Install MySQL 8.0/5.7 on CentOS 7 / RHEL 7

MySQL is a free and open-source database management system, commonly used in web applications to store and retrieve records and information. MySQL was initially developed by MYSQL AB, now owned by Oracle Corporation. It was the primary database application for Linux operating system until MariaDB, a fork of MySQL, came into the picture. In this […]