How To Install Linux Dash On Linux Mint 20.2

To Install Linux-Dash On Linux Mint 20.2

Introduction :

Linux dash is an open-source server monitoring dashboard that prides itself on being simple and intuitive. When managing a server instance, a high-level dashboard can prove very handy. It also serves as a great visual debugging tool because of its wide array of server statistics modules.

Installation Procedure:

Step 1 : Check the OS version by using the below command

root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID:	Linuxmint
Description:	Linux Mint 20.2
Release:	20.2
Codename:	uma

Step 2 : Check the apache2 dependency package by using the below command

root@linuxhelp:~# apt list --installed | grep apache2

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

apache2-bin/focal-updates,now 2.4.41-4ubuntu3.8 amd64 [installed,automatic]
apache2-data/focal-updates,focal-updates,now 2.4.41-4ubuntu3.8 all [installed,automatic]
apache2-utils/focal-updates,now 2.4.41-4ubuntu3.8 amd64 [installed,automatic]
apache2/focal-updates,now 2.4.41-4ubuntu3.8 amd64 [installed]
libapache2-mod-php7.4/focal-updates,now 7.4.3-4ubuntu2.8 amd64 [installed,automatic]
li
bapache2-mod-php/focal,focal,now 2:7.4+75 all [installed]

Step 3 : Check the PHP dependency package by using the following command

root@linuxhelp:~# apt list --installed | grep php

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

libapache2-mod-php7.4/focal-updates,now 7.4.3-4ubuntu2.8 amd64 [installed,automatic]
libapache2-mod-php/focal,focal,now 2:7.4+75 all [installed]
php-common/focal,focal,now 2:75 all [installed,automatic]
php-mysql/focal,focal,now 2:7.4+75 all [installed]
php7.4-cli/focal-updates,now 7.4.3-4ubuntu2.8 amd64 [installed,automatic]
php7.4-common/focal-updates,now 7.4.3-4ubuntu2.8 amd64 [installed,automatic]
php7.4-json/focal-updates,now 7.4.3-4ubuntu2.8 amd64 [installed,automatic]
php7.4-mysql/focal-updates,now 7.4.3-4ubuntu2.8 amd64 [installed,automatic]
php7.4-opcache/focal-updates,now 7.4.3-4ubuntu2.8 amd64 [installed,automatic]
php7.4-readline/focal-updates,now 7.4.3-4ubuntu2.8 amd64 [installed,automatic]
php7.4/focal-updates,focal-updates,now 7.4.3-4ubuntu2.8 all [installed,automatic]
php/focal,focal,now 2:7.4+75 all [installed]

Step 4 : Check the GIT dependency package by using the below command

root@linuxhelp:~# apt list --installed | grep git

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

ifuse/focal,now 1.1.4~git20181007.3b00243-1 amd64 [installed]
kerneloops/focal,now 0.12+git20140509-6ubuntu2 amd64 [installed]
libimobiledevice-utils/focal,now 1.2.1~git20191129.9f79242-1build1 amd64 [installed]
libimobiledevice6/focal,now 1.2.1~git20191129.9f79242-1build1 amd64 [installed]
libmusicbrainz5-2/focal,now 5.1.0+git20150707-9build1 amd64 [installed]
libmusicbrainz5cc2v5/focal,now 5.1.0+git20150707-9build1 amd64 [installed]
librtmp1/focal,now 2.4+20151223.gitfa8646d.1-2build1 amd64 [installed]
libtiff5/focal-updates,focal-security,now 4.1.0+git191117-2ubuntu0.20.04.2 amd64 [installed]
libx264-155/focal,now 2:0.155.2917+git0a84d98-2 amd64 [installed]
net-tools/focal,now 1.60+git20180626.aebd88e-1ubuntu1 amd64 [installed]
qt5-gtk2-platformtheme/focal,now 5.0.0+git23.g335dbec-3ubuntu4 amd64 [installed]
qt5-data-style-plugin-cleanlooks/focal,now 5.0.0+git23.g335dbec-3ubuntu4 amd64 [installed]
qt5-data-style-plugin-motif/focal,now 5.0.0+git23.g335dbec-3ubuntu4 amd64 [installed]
qt5-data-style-plugin-plastique/focal,now 5.0.0+git23.g335dbec-3ubuntu4 amd64 [installed]
qt5-data-style-plugins/focal,now 5.0.0+git23.g335dbec-3ubuntu4 amd64 [installed]
syslinux-common/focal,focal,now 3:6.04~git20190206.bf6db5b4+dfsg1-2 all [installed]
syslinux-utils/focal,now 3:6.04~git20190206.bf6db5b4+dfsg1-2 amd64 [installed]
syslinux/focal,now 3:6.04~git20190206.bf6db5b4+dfsg1-2 amd64 [installed]
usbmuxd/focal,now 1.1.1~git20191130.9af2b12-1 amd64 [installed]
xserver-xorg-video-intel/focal,now 2:2.99.917+git20200226-1 amd64 [installed]
xserver-xorg-video-qxl/focal,now 0.1.5+git20200331-1 amd64 [installed]

Step 5 : To Get in to the Apache2 home directory use the below command

root@linuxhelp:~# cd /var/www/html/

Step 6 : To Clone the Linux dash by using the GIT clone.

root@linuxhelp:/var/www/html# git clone https://github.com/afaqurk/linux-dash.git
Cloning into 'linux-dash'...
remote: Enumerating objects: 4520, done.
remote: Total 4520 (delta 0), reused 0 (delta 0), pack-reused 4520
Receiving objects: 100% (4520/4520), 4.58 MiB | 4.11 MiB/s, done.
Resolving deltas: 100% (2671/2671), done.

Step 7 : Enter the IP in web browser as shown in the below picture

Step 8 : This is the dashboard of Linux dash as shown in the below picture

With this method, the process Of Installing the Linux dash on Linux Mint 20.2 has come to an end..!!

FAQ
Q
What was the error occurring if the clone was not running when you issued the command?
A
we need to install apt install git to clone without error.
Q
What is the use of Linux-dash?
A
The Linux dash is used to monitor the Linux server and system load, memory, etc
Q
What is the command to clone into Linux-dash?
A
The commands to clone into Linux-dash is git clone https://github.com/afaqurk/linux-dash.git
Q
What is the path of the apache 2 home directory?
A
/var/www/html/ is the apache2 home directory path here we can clone linux-dash
Q
What are all the dependency packages we need to install Linux dash?
A
The dependency packages we need to install Linux dash are apache2, PHP, git.