×


Category: Linux Tutorial


Install and Configure Git on Linux Mint 20 - Step by step guide ?

This article covers the complete installation process for Git on Linux Mint 20.

To verify Git installation, run the below command:

$ git --version


Install John the Ripper on Linux Mint 20 - Step by step guide ?

This article covers how you can conveniently install and learn to use John the Ripper on a Linux Mint 20 system. In fact, this tool will not only help you in checking the strength of your passwords but will also help you in recovering them if needed.


Check Error Logs in Linux Mint 20 - How to Read it ?

This article covers the different ways of checking the error logs of your Linux Mint 20 system.


Install FreeMind on Linux Mint 20 - Step by step guide ?

This article covers how you will be able to get the FreeMind mind mapper application installed on your Linux Mint 20 system. 


Install Sky Checkers on Linux Mint 20 - Step by step guide ?

This article covers how to install Sky Checkers on a Linux Mint 20 system. 


Detect the Current Desktop Environment and its Version on Linux Mint 20

This article covers the way to detect the current desktop environment of a Linux Mint 20 system as well as the method of finding the version of the current desktop environment. In fact, there are multiple options available to identify the running desktop environment on a Linux desktop.


How to Detect the Desktop Environment in Linux Command Line ?

1. First, execute the following command to check the name of the Desktop Environment:

$ echo $XDG_CURRENT_DESKTOP

2. The following command will show you the processes running for XFCE or KDE or GNOME desktops:

$ ps -e | grep -E -i "xfce|kde|gnome"