Installing and Configuring MediaWiki on RHEL9 or CentOS9

Installing and configuring MediaWiki on RHEL9

In this guide, we’ll walk you through the process of installing and configuring MediaWiki on RHEL 9 or CentOS 9, enabling you to create your own wiki for internal or public use. Table of Contents Introduction MediaWiki, the powerful wiki platform that powers Wikipedia, is a popular choice for collaborative documentation and knowledge sharing within […]

Install minikube-v1.32.0 on RHEL9 or CentOS9

install-minikube-v1-32-0-on-rhel9-or-centos9

In this article, we will review how to install minikube-v1.32.0 on RHEL9. This is the most recent stable release as of the date of this publication. Please be aware that older versions of Minikube may encounter common issues such as expired certificates and outdated versions of Docker and other Kubernetes components, which can lead to […]

Migrating from Ubuntu 20.04 to 22.04

Migrating from Ubuntu 20.04 to 22.04

In this guide, we’ll walk you through the seamless process of migrating from Ubuntu 20.04 to 22.04, ensuring a smooth transition without losing any data or functionality. Table of Contents Introduction Are you ready to take the leap to Ubuntu 22.04? With the latest LTS release promising enhanced features, security updates, and performance tweaks, it’s […]

Install Remmina on RHEL9 or CentOS9

Install Remmina on RHEL9

In this guide, we’ll walk you through the step-by-step process of installing Remmina on RHEL9 or CentOS9. Remmina is a feature-rich remote desktop client that allows you to connect to various remote desktop protocols such as RDP, VNC, SSH, and more, all from a single application. Table of Contents Introduction Remmina, an open-source remote desktop client, […]

Setting Up a CI/CD Pipeline with Jenkins on RHEL9: A Step-by-Step Guide

CI/CD with Jenkins on RHEL9

In this article, we explore the seamless integration of CI/CD with Jenkins on RHEL9, providing a detailed step-by-step guide for setting up an efficient and automated development pipeline. Table of Contents Introduction In the fast-paced world of software development, Continuous Integration (CI) and Continuous Delivery (CD) have become essential practices for ensuring the reliability and […]

Install RHEL9 on KVM

RHEL9 on KVM

In this tutorial, we’ll guide you through the step-by-step installation of RHEL9 on KVM. The process is uncomplicated, and we’ll present it in a format similar to the one used in the “Install CentOS8 on KVM” article. Table of Contents Introduction Please be aware that we will be installing RHEL9 on a qcow2 formatted disk, providing […]

Seeing is Believing: A Look at the Evolution of Computer Vision

Evolution of Computer Vision

In this article, we will examine the evolution of Computer Vision. It is a subfield of Artificial Intelligence that aims to enable computers to interpret and understand visual data from the world, including images and video. Table of Contents Introduction Computer vision, the field of study that focuses on enabling machines to interpret and understand […]

What is the blockchain?

What is the blockchain

So, what is the blockchain you ask? I’m glad you asked the question. Blockchain technology is a distributed ledger system that allows multiple participants to verify and update transactions on a network in a secure and transparent manner. Table of Contents Introduction It was originally developed for use with Bitcoin, the world’s first decentralized cryptocurrency, […]

Kubernetes Certification Path: What Are Your Choices?

Kubernetes certification path

As the demand for skilled Kubernetes professionals continues to surge, obtaining a Kubernetes certification has become a pivotal step in advancing your career in the realm of container orchestration. Table of Contents Introduction With various certification paths available, it can be challenging to determine which one aligns best with your goals and expertise. In this guide, […]

How to calculate pi using a bash script

Calculate pi using a bash script

To calculate pi using a Bash script, you can use the bc command, which is a tool that can perform arithmetic operations in the terminal. Table of Contents Introduction By following our step-by-step guide, you’ll learn how to calculate pi using a Bash script while gaining a thorough understanding of the underlying code. We’ll review […]