Latest Articles
Renew SSL/TLS certificate OpenSSL [Step-by-Step]
Step by Step instructions to renew SSL or TLS certificate (server/client) using OpenSSL command. Retain all SAN fields with X.509 extensions during renewal of …
git change branch name PROPERLY [3 Examples]
Step by step instructions to git change branch name with examples. Understand the workflow and different scenarios to rename branch name
Install LEMP Stack on Rocky Linux 8 [Step-by-Step]
Step by Step instructions to install LEMP stands on Rocky Linux 8. LEMP stands for Linux, Nginx (Pronounced as Engine-X), MySQL/MariaDB, and PHP. This is a …
cat Command in Linux: Syntax, Examples & Cheat Sheet (Beginner Friendly)
Learn the cat command in Linux with simple, practical examples. This beginner- friendly cheat sheet covers syntax, file creation, appending, line numbers, …
Different ways to call a function in Python [Examples]
We can access the features and functionality of a function by just calling it. In this tutorial, we will learn about how the python call function works
