DevOps and Development

How to Install vscode on Ubuntu

May 12, 2022

vscode is Microsoft's open-source code editor that boasts an abundance of features. This tutorial shows how to install and uninstall vscode on Ubuntu.

Read more

An Introduction to Apache Storm

May 10, 2022

Apache Storm is an open-source data streaming technology with low-latency and scalability. In this article, you will learn about the Apache Storm architecture, topology, and use cases.

Read more

Docker Container Logs: Commands & Best Practices

May 9, 2022

Learn about Docker container logs, where to find them and the best approaches for managing them.

Read more

How to Configure mod_rewrite

May 5, 2022

The mod_rewrite module is Apache's rule-based engine for rewriting URLs. Learn how to set up mod_rewrite and begin rewriting URLs.

Read more

How to Delete a Kubernetes Namespace


Namespaces are Kubernetes objects that partition a cluster into virtual clusters. This article will cover the standard procedure for namespace removal and provide an additional method for troubleshooting problems concerning namespaces stuck in the terminating status.

Read more

Linux exec Command With Examples

April 28, 2022

Learn how to use the exec command in Linux to replace the currently running process.

Read more

How to Configure Docker in Jenkins


Jenkins is designed to balance parallel jobs from multiple build agents. The agents connect either locally or via the cloud. This article will show you how to configure Docker containers to work as Jenkins build agents.

Read more

Bash Math Operations (Bash Arithmetic) Explained

April 14, 2022

You can perform math and arithmetic operations in Bash directly. Although the functionalities are basic, the examples from this tutorial show how to maximize the use of math in Bash scripts.

Read more

Install Podman on Ubuntu

April 12, 2022

Podman is a daemonless container management tool developed by RedHat. This tutorial shows how to install Podman on all versions of Ubuntu, and basic use case examples.

Read more

Grep Regex: A Complete Guide

April 7, 2022

The core of the grep command (Global Regular Expressions Print) is regular expressions. Master grep regex through the hands-on examples in this guide.

Read more
1 21 22 23 24 25 46