DevOps and Development

What is Podman? - Everything You Need to Know

March 24, 2022

The need to diversify the offer in the containerization tools market prompted the creation of container management tools that can compete with Docker. This article will introduce you to Podman, a daemonless container engine developed by RedHat.

Read more

How to Install Podman on macOS

March 17, 2022

Docker is a platform synonymous with app containerization. However, there are other projects that aim to diversify the offer in the container management market. Podman is one of the open-source projects that has recently become popular. This article will show you how to install Podman on macOS using Homebrew.

Read more

How to Read Files Line by Line in Bash


This tutorial shows how to read a file line by line using the Bash shell. See five different methods and process a file's contents effectively.

Read more

Docker vs containerd vs CRI-O: An In-Depth Comparison

March 10, 2022

Container management and orchestration platforms are designed to be intuitive and simple for the end user. However, the platforms themselves are complex and consist of multiple coordinated projects. This article will explain the differences between three important parts of the container management ecosystem - Docker, containerd, and CRI-O.

Read more

Bash HereDoc Tutorial With Examples

March 3, 2022

A HereDoc helps pass multiple commands to another command, making redirection and Bash scripts easier to understand. Learn how to write a HereDoc through various examples in this guide.

Read more

Git Revert Commit: How to Undo Last Commit


Git has a lot of features that help you manage your project and easily access previous commits. This article uses simple commands to show you how to revert to an earlier commit quickly.

Read more

How to Show or Hide Line Numbers in Vim

February 28, 2022

You can activate line numbering in Vim by showing absolute, relative or hybrid lines. Displaying or hiding line numbers can be done in a couple of simple steps.

Read more

File Handling in Python: Create, Open, Append, Read, Write

February 24, 2022

Working with files is part of everyday tasks in programming. This tutorial teaches you elementary file handling in Python.

Read more

Bash printf - How to Print a Variable in Bash


The printf command produces formatted text outputs in the terminal. This tutorial shows how to use the printf command to print and format a variable output in Linux.

Read more

How to Run MongoDB on Kubernetes


MongoDB is a general purpose, document-based NoSQL. This tutorial will teach you how to deploy MongoDB on Kubernetes as a standalone, local development instance, and as a replica set.

Read more
1 22 23 24 25 26 46