DevOps and Development

How to Install LAMP on Debian 11/10

August 9, 2023

This article provides detailed instructions on how to install and test LAMP components on Debian 11.

Read more

How to Repeat a String in Python?

August 8, 2023

Repeating a string in Python is a basic operation that applies to various programming use cases. This guide shows several different approaches to repeat a string in Python through hands-on examples.

Read more

How to Concatenate Strings in Bash

August 3, 2023

Bash provides flexible and versatile ways of concatenating strings. This tutorial shows how to use the += operator, for loop, and other ways to concatenate strings in Bash.

Read more

How to Install GCC Compiler on Ubuntu

August 2, 2023

This comprehensive article explains how to install GCC in Ubuntu using 3 distinct methods.

Read more

How to Use Bash until Loop


The until loop is a useful construct for automating repetitive tasks in scripting. This tutorial shows how to use the until loop and provides practical examples.

Read more

How to Change Working Directory in Python

August 1, 2023

Learn how to check the current working directory and change the location in this simple Python guide.

Read more

Kubernetes Operators: Everything You Need to Know

July 27, 2023

Although Kubernetes already offers many features to help working with containerized applications, the standard installation may not be enough for the users that depend on more use-case-specific features. This guide will introduce Kubernetes operators and the ways in which they can improve the essential Kubernetes experience.

Read more

How to Install OpenCV on Ubuntu


This article explains how to install OpenCV in Ubuntu 20.04 and 22.04 in 4 different ways. Use OpenCV to power your machine learning and computer vision projects.

Read more

How to Use sed Command to Delete a Line

July 20, 2023

This article explains how to use sed to delete a line in a text file. Also, find out how to use patterns and conditions to delete multiple lines of text with a single sed command.

Read more

How to Set up Kubernetes Ingress with MicroK8s

July 18, 2023

Kubernetes Ingress enables simpler load balancing, service discovery, and external connectivity management. This article teaches you to set up ingress in a MicroK8s Kubernetes cluster to test how it works and prepare for applying it to your production cluster.

Read more
1 8 9 10 11 12 46