Install CentOS8 on KVM

Install CentOS8 on KVM

In today’s tutorial, we will install CentOS8 on KVM. The install process is fairly straightforward and we will cover it here step-by-step. We will follow a similar format to the “Install RHEL7 or CentOS7 on a PC” article. The difference is, our CentOS8 instance will run in our KVM virtual environment. Table of Contents Introduction […]

The Most Commonly Used RPM Commands in Linux With Examples

commonly used RPM commands

In this article, we will review the most commonly used RPM commands in Linux. These commands play a pivotal role in package management, allowing users to install, update, query, and manage software packages seamlessly on their Linux systems. Table of Contents Introduction In this article, we will review the most commonly used RPM commands in […]

Setting up AutoFS in Linux on RHEL7 or CentOS7

autofs in Linux

Configuring autofs in Linux is a straightforward task. This article will guide you through the process of setting up and enabling the autofs service. Table of Contents Introduction As part of this process, we will discuss the difference between static and dynamic mount points and use a previous article “Create and Export an NFS server […]

Build your own RPMs for Linux

build your own RPM packages

With our step-by-step guide, you can easily build your own RPM packages in Linux on RHEL and CentOS, and efficiently manage software updates and installations. Table of Contents Introduction In the world of Linux, RPM packages are a common way to distribute software packages. RPM stands for “Red Hat Package Manager,” and it was originally […]

Install RHEL7 or CentOS7 on a PC

Installing RHEL7 or CentOS7

Installing RHEL7 or CentOS7 on a PC is fairly easy to do. In this tutorial, we will review the installation process step-by-step. Today’s focus will be the Red Hat Enterprise Linux (RHEL) operating system. Table of Contents Introduction Although, the Community Enterprise Operating System or CentOS Linux install process is essentially the same–one major difference […]

Create and Export an NFS Server in Linux

Create and Export an NFS Server

NFS or Network File System is a commonly known method for network file sharing on Linux hosts. We will create and export an NFS server. Table of Contents Introduction In this article, we will create and export an NFS server in Linux using two CentOS7 virtual machines (VMs) to represent the client and the server. […]

Basic mkdir command examples in Linux

mkdir command examples

In this article, we’ll cover the mkdir command, which stands for make directories, and review basic mkdir command examples. Table of Contents Introduction David Mackenzie authored the mkdir command found in the GNU coreutils package, as documented in the Linux Manual pages. This command, originating in the 1970s, has become ubiquitous across various operating systems, […]

How To Resolve SSH Weak Key Exchange Algorithms on CentOS7 or RHEL7

SSH Weak Key Exchange

In this article, we will discuss SSH Weak Key Exchange Algorithms and how we can resolve them to enhance the security of SSH connections and protect against potential vulnerabilities and unauthorized access. Table of Contents Introduction On October 13, 2021, Tenable published the following SSH Vulnerability: SSH weak key exchange algorithms enabled  giving it a low severity […]

Install PHP7 on CentOS7 or RHEL7

Install PHP7 on CentOS7

In this article, we will review how to Install PHP7 on CentOS7 or RHEL7, empowering you to harness the speed, efficiency, and enhanced features of the latest PHP version for your web development projects. Table of Contents Introduction PHP7, the latest major release of the PHP programming language, brings significant improvements in performance, memory usage, […]

Install Visual Studio (VS) Code on CentOS7

Install VSCode on CentOS

In this article, we review how to install VSCode on CentOS 7, providing step-by-step instructions to ensure a seamless setup of the Visual Studio Code editor on your CentOS 7 Linux system. Table of Contents Introduction If you are a software developer, you have certainly heard of Visual Studio (VS) Code.  It is an open-source […]