find files on linux

How to Find Files on Linux

Sometimes we forget where we have put some files, or we are just simply looking for a configuration file. This guide will focus on how

How to Install Docker on Ubuntu 22.04

How to Install Docker on Ubuntu 22.04

Docker is a popular containerization that allows you to easily deploy applications as portable containers. This guide will show you how to install Docker on Ubuntu

how to split a string in python

How to Split a String in Python

In short, the split() methods allows you to easily split a string into a list. In this guide, we’ll see how to split a string