Installing and Using VI or Vim

Installing and using Vi or Vim

In this article, we will review installing and using Vi or Vim, a versatile and powerful text editor commonly found in Unix-based operating systems like Linux and macOS, as well as being available for Windows. Table of Contents Introduction Vim, also known as Vi Improved, is a popular text editor that is widely used by […]

10 Essential Skills for Junior Linux Systems Administrators

Junior Linux sysadmin skills

Unlocking Success: Junior Linux Sysadmin Skills Unveiled – From command line to networking essentials, gain vital skills for effective Linux system administration in this comprehensive guide. Table of Contents Introduction In the ever-evolving landscape of information technology, Linux systems administrators play a crucial role in maintaining the stability and functionality of servers and systems. A […]

Top 10 Commonly Used Git Commands

Commonly used Git commands

In this article, we will review the top 10 most commonly used Git commands. You can’t call yourself a competent DevOps Engineer or IT professional for that matter, without a good working knowledge of Git and what it’s used for. It is a free and open-source version control system (VCS) used by collaborative projects in […]

Commonly used Tar and Gzip Commands in Linux With Examples

Commonly used tar and gzip commands

In this article, we will review commonly used tar and gzip commands in Linux with some examples. Linux users and IT professionals alike, ought to be familiar with most if not all these commands. Table of Contents Introduction In Linux, Tar and Gzip commands are used to compress and archive files and directories. These commands […]

Installing and Using Git on Linux Machines

Installing and using Git on Linux

In this article, we will review installing and using Git on Linux machines. Besides minor differences in syntax, the install commands and procedures are similar across any of the major Linux distributions. The “Git” in Git-SCM stands for “pig-headed”. It is a British slang term referring to someone who is argumentative and always thinks he […]

10 popular AWK command examples in Linux

popular AWK commands

Unlock the full potential of AWK with these popular commands that will streamline your text processing tasks and increase your productivity. Table of Contents Introduction AWK is a powerful text processing tool that is widely used in the Linux environment. The name AWK comes from the initials of its creators: Alfred Aho, Peter Weinberger, and […]

Installing and Using Nano Text Editor

GNU Nano Text Editor

In this tutorial, we will install Nano and review basic commands for navigating the text editor. Table of Contents Introduction For the newbie Linux user, text editors like Vim or Emacs can be intimidating and present a steep learning curve. GNU Nano text editor bridges that technical gap. It was initially released 22 years ago […]

Install Ubuntu 20.04 Server on KVM

Ubuntu Server on KVM

In this tutorial, we will review the installation procedure for standing up an Ubuntu 20.04 server on KVM. We will focus specifically, on version 20.04 of the OS. However, these instructions will work for installing older or newer versions of the Ubuntu OS provided you have access to the .iso file. Having said that, it […]

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