Tag: centos

How to Install Minikube on CentOS

May 28, 2020

Install Minikube on your CentOS 7 and set up a single-node Kubernetes cluster on your local machine. This open-source software starts up a virtual machine and runs a cluster inside of it, allowing you to test in a Kubernetes environment on your local machine.

Read more

How to Configure CentOS Network Settings

March 25, 2020

Configure CentOS network settings using the command line or the Network Manager TUI. This guide shows you how to change network specifications and set up a static IP or configure the network interface for DHCP.

Read more

How to Install Hashicorp Vault on CentOS 7

December 17, 2019

If you need a management system that will store and protect your authentication and authorization data, you may want to install Vault. Apart from managing access to passwords, certificates, and APIs, Vault also provides on-demand secrets, encryption, and revocation. Follow this simple guide to install Vault on a CentOS 7 system.

Read more

How to Install CentOS 8 (with Screenshots)

December 14, 2019

Since there is no way to upgrade from CentOS 7 to CentOS 8, users need to go through the entire installation process to try out the latest version of the popular Linux distribution. This guide shows you all the required steps to install CentOS 8 on your system.

Read more

How to Install Docker Compose on CentOS 7

November 19, 2019

If you are a Docker user, you are most likely running and managing multiple containers at the same time. Docker Compose is a software tool designed to simplify dealing with multi-container applications by allowing control over all Docker containers through a single coordinated command. Go through the installation process for Docker Compose by following the steps in this article.

Read more

How to Install a Kubernetes Cluster on CentOS 7

November 8, 2019

Use Kubernetes to launch and orchestrate your applications efficiently. The steps outlined in this tutorial show you how to install and deploy Kubernetes on your CentOS machine.

Read more

How to Install and Use TensorFlow on CentOS 7

October 8, 2019

TensorFlow is Google’s open-source platform for machine learning. It was designed to simplify the process of implementing machine-learning models. This article shows how to install TensorFlow on CentOS no matter whether you need it for CPU or GPU support.

Read more

How to Upgrade Linux Kernel in CentOS 7


The Linux kernel is the underlying software architecture of each Linux distribution. It provides and defines all the major functionalities on a Linux system. Each newer version of the kernel introduces new functionalities, applies critical security patches, and improves performance. This article guides users on how to upgrade the kernel on CentOS 7 systems.

Read more

How to Uninstall or Remove Packages from CentOS

October 4, 2019

Once you have installed a package, it may be necessary to find and remove unneeded software and dependencies. Learn how to remove software packages by using the yum and rpm commands in CentOS.

Read more

How to Install VirtualBox on CentOS 7

September 27, 2019

This guide explains how to install VirtualBox 6.0 on CentOS 7 directly from official Oracle repositories. Get valuable insight into this open-source cross-platform virtualization software today.

Read more