Apr 14, 2024
Bash For Loop
In this article, we will cover the basics of for loops in Bash and show you how to use the break and continue statements to alter the flow of a loop.
Read more
Apr 3, 2024
How to Install Docker on Ubuntu
This tutorial explains how to install Docker on Ubuntu. We'll install the latest Docker package from the official Docker’s repositories.
Apr 2, 2024
Bash if...else Statement
This article will walk you through the basics of the bash if, if...else, if...elif...else and nested if statements and explain you how to use them in your shell scripts.
Mar 26, 2024
Python Syntax
This guide provides a comprehensive introduction to Python syntax, including its definition and key elements that help make your code more efficient.
Mar 18, 2024
Bash Concatenate String Variables
Mar 18, 2024
How to Check Python Version
Mar 18, 2024
Bash Case Statement
Mar 18, 2024
Writing Comments in Bash Scripts
Mar 1, 2024
How To Set Up Nginx Server Blocks on Ubuntu 22.04
Feb 22, 2024