Installing and using Gitlab CE on Ubuntu 20.04

Installing and using Gitlab CE on Ubuntu

In this article, we will examine installing and using Gitlab on Ubuntu server version 20.04. Gitlab community edition or Gitlab CE can be installed by simply using apt install. Table of Contents Introduction GitLab is a web-based Git repository manager that provides features such as issue tracking, continuous integration, and continuous deployment. It is available […]

Installing Ubuntu Desktop 20.04 on KVM

Install Ubuntu desktop on KVM

In this tutorial, we will review how to install Ubuntu desktop on KVM. For this particular demonstration, we will examine version 20.04 of the operating system or Focal Fossa as it’s commonly known by codename. Table of Contents Introduction Installing an Ubuntu Desktop instance on KVM is a straightforward process that we will review in […]

Install brackets on Ubuntu 20.04

Install brackets on Ubuntu

In today’s article, we will review how to install brackets on Ubuntu 20.04. Brackets is a modern text editor that makes designing easy from a web browser. Table of Contents Introduction Brackets Code Editor was developed by Adobe and first released in 2014. It is one of many text editors used by developers for coding […]

Install Komodo Editor on CentOS8

Install Komodo Editor on CentOS8

In this tutorial, we will install Komodo Editor on CentOS8. Granted, it can be installed on any Linux distribution (rpm-based or Debian distro). However, we will demonstrate the installation process using a CentOS8 virtual machine. Table of Contents Introduction Komodo Editor is a free and open-source text editor used for programming and web development. It […]

Build Your Own Docker Registry

Building a docker registry

In this tutorial, you will learn the process involved with building a docker registry. As part of this process, we will set up a web GUI for our registry. The featured image suggests a focus on CentOS8. However, this tutorial will work for RHEL, Fedora, Ubuntu, and most Linux-based distributions. Table of Contents Introduction Docker […]

Install Gedit on CentOS7

Install gedit on CentOS7

In this tutorial, we will install gedit on CentOS7. We are going to use yum for the installation so it’s a straightforward process. The same procedure works for installing gedit on a Red Hat Enterprise Linux 7 (RHEL) machine. Table of Contents Introduction Gedit is a general-purpose text editor designed for the GNOME desktop environment. […]

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 […]

Creating and Managing a GPG Key Pair

GPG key Pair

This article will guide you through the essential steps of creating, editing, backing up, and restoring a GPG key pair, empowering you with the knowledge to enhance the security of your digital communications and data. Table of Contents Introduction In today’s world, where cybersecurity is becoming more of the focus, learning how to create and […]

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 […]