
Tue Aug 10 2021
How to Check your Ubuntu Version
In this tutorial, we’ll show you how to find your Ubuntu version using the command line or from within the graphical interface.
Read more

Tue Aug 10 2021
What is Localhost
Localhost is a hostname that refers to the computer system on which the calling program is running.

Tue Aug 10 2021
How to Get and Change the Current Working Directory in Python
To find the current working directory in Python, use os.getcwd(), and to change the current working directory, use os.chdir(path).

Tue Aug 10 2021
How To Rename a Local and Remote Git Branch
You created a new branch, pushed the changes to the remote repository and realized that your branch name was incorrect. This guide explains how to rename local and remote Git branches.
Sun Aug 01 2021
How to Reverse a String in Python

Mon Jun 28 2021
Linux ifconfig Command

Sun Jun 27 2021
Cd Command in Linux (Change Directory)

Thu Jun 17 2021
How to Install Plex Media Server on Ubuntu 20.04

Thu Jun 03 2021
How to Set and List Environment Variables in Linux

Tue May 18 2021
How to Exclude in Grep
