×


Blog


Reset Root Password on Debian 11 - How to get it done ?

This article covers how you can quickly reset your root password on Debian 11. In fact, When you are at your workplace, you might face the situation where you are an administrator of Debian servers but forgot the root password to log in to the server you own.


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

This article covers the best way of installing the SMPlayer on a Linux Mint 20 machine. In fact, After installing SMPlayer on your system, you can conveniently use it to play your media files. 


How to Install SMPlayer on Linux Mint via snap ?

1. To install snap from the Software Manager application, search for snapd and click Install.

Alternatively, snapd can be installed from the command line:

$ sudo apt update
$ sudo apt install snapd

2. To install SMPlayer, simply use the following command:

$ sudo snap install smplayer


Install MongoDB Compass in Ubuntu 20.04 - Step by step guide ?

This article covers the installation of the MongoDB compass on your Ubuntu 20.04 system. In fact, MongoDB Compass is a graphical tool for MongoDB that helps you to create, delete, read and update the database graphically. It is very similar to phpMyAdmin which allows you to explore your data, run the queries, and interact with the database.


Best 3 Tools to Find and Delete Duplicate Files in Linux

This article covers the different tools to find and delete duplicate files in the linux system. In fact, having duplicate files in the system might create a really big issue. 


Reset a Forgotten Root Password in Debian 10 / Debian 11

This article covers how to reset your root password in Debian 11 Linux system. In fact, you can now use the newly created password to log in or switch to your root user account.


Procinfo Command in Linux Explained with examples

This article covers how to install procinfo software package on your Ubuntu Linux system. In fact, the file /proc/cpuinfo displays what type of processor your system is running including the number of CPUs present. 


How to install the procinfo command ?

You can install it using following command:

$ sudo apt install procinfo		#Debian/Ubuntu
$ sudo yum install procinfo #CentOS/RHEL
$ sudo dnf install procinfo #Fedora 22+


The simplest example is to run procinfo without any arguments:

$ procinfo