How to Install VLC on Ubuntu 22.04 LTS

Install VLC on Ubuntu 22.04
In this guide, we are going to learn about how to install VLC on Ubuntu 22.04 LTS.  The VLC media player is a open-source, portable, cross-platform media player software and streaming media server developed by the VideoLAN project. VLC is available for desktop operating systems and mobile platforms, such as Android, iOS, and iPadOS What ...
Read more

How to Install Nano Text Editor in Linux

Install Nano Text Editor in Linux
In this guide, we will learn about how to install the nano text editor on Linux.  We will use Ubuntu in this tutorial. Nano is a small and friendly text editor. Besides basic text editing, nano offers many extra features like an interactive search and replace, go-to line and column number, auto-indentation, feature toggles, internationalization ...
Read more

Whoami command in Linux

In this article, we will learn about how to find your username using the whoami command in Linux. As its name suggests, the whoami command prints the user name of the effective user ID. In other words, it displays the name of the currently logged-in user. whoami Command in Linux The syntax for the whoamicommand ...
Read more

How to Install ZSH on Ubuntu 22.04 LTS

Install ZSH on Ubuntu 22.04
In this article, We will show how to install ZSH on Ubuntu 22.04 LTS. My implementations of ZSH (Z shell), which is a better shell alternative to BASH, and here I will show themes and plugins which are suitable for everyone and how to install ZSH in Ubuntu to make the terminal colorful. What you’ll ...
Read more

How to Reset Lost Administrative Password on Ubuntu

Reset Lost Password on Ubuntu
In this article, we will learn how to reset lost administrative password on Ubuntu. Yes if you are forging the root or admin password in Ubuntu. Because we can change the password only when we login into Ubuntu. but if we cannot log in, we can not change the password. so let’s start. What you’ll ...
Read more

How to Install Terminator on Ubuntu 22.04 LTS

In this article, we are going to learn how to Install Terminator on Ubuntu 22.04. Terminator is available for most Linux distributions from the distribution’s repository of binary packages.  It is also available on FreeBSD. Terminator is an alternative terminal for Linux with a few additional features and functionality you won’t find in the default ...
Read more

How to Install Google Chrome on Ubuntu 22.04

Install Google Chrome on Ubuntu 22.04
In this article, we are going to learn how to install Google Chrome on Ubuntu 22.04 step by step. Google Chrome is a cross-platform web browser developed by Google. it is a free web browser and it is used by regular users as well as professionals who use this browser. What you’ll learn How to ...
Read more

How to Get Root Access in Ubuntu 22.04

Get Root Access in Ubuntu 22.04
In this article, we are going to learn about how to get root access in Ubuntu 22.04. By default root user is disabled in Ubuntu. We can not log in as root. But we can log in into the terminal if we want. What you’ll learn How to set the root password How to enable ...
Read more

How to Install GIMP on Ubuntu 22.04 LTS

Install GIMP on Ubuntu 22.04 LTS
In this tutorial we’ll teach you how to install GIMP on Ubuntu 22.04 LTS. GIMP stands for GNU Image Manipulation Program, which is a cross-platform powerful image editor. It is a great if not the best image editor in the Linux world. GIMP is a free software, and it’s source code is available to make ...
Read more

PWD Command in Linux (Current Working Directory)

In this article, we will learn about how to determine your current working directory using the  pwd command. How to use pwd command in Linux. What is the Current Working Directory The current working directory is where the user currently working that directory is currently working directory. Each time you open the terminal, you are ...
Read more