How to Install Grafana Monitoring System on CentOS 8

Grafana on CentOS

Grafana is a widely used open-source system monitoring solution for Linux servers. It is e.g. used by PayPal, eBay, and Red Hat. Grafana is a good choice for all engineers who want to use a scalable and robust dashboard monitoring tool. This monitoring tool monitors various data sources. Using Grafana, you can bind time-series databases … Read more

How to send Processes to the Background on Linux

Linux Background Process

While using any operating system, there can be multiple processes running on it. These processes are mainly categorized as the background processes and the foreground processes. As the name says, a background process is one that runs silently in the background without requiring any human intervention. On the other hand, a foreground process is the … Read more

How to Configure and Manage a Remote Git Repo on Linux

Linux Remote GIT repository

Today we are going to discuss how to configure and manage a Bitbucket repo on our Linux system. I am using Ubuntu 20.04 for this guide, and I’ll make sure that all commands are readily available for all related systems except Debian. The main reason is that you should not implement instructions on a Debian … Read more

How to scan a Debian server for rootkits with Rkhunter

Scan Debian for Rootkits

Rkhunter stands for “Rootkit Hunter” is a free and open-source vulnerability scanner for Linux operating systems. It scans for rootkits, and other possible vulnerabilities including, hidden files, wrong permissions set on binaries, suspicious strings in kernel etc. It compares the SHA-1 hashes of all files in your local system with the known good hashes in … Read more

How to install and use PhotoRec to recover deleted files in Ubuntu 20.04

Ubuntu Free File Recovery

PhotoRec is an open-source software utility to recover lost or deleted media files like photos, videos, documents, etc from CD-ROMs, Hard disks, and digital camera memory. PhotoRec is associated with TestDisk. The TestDisk is used to recover deleted partitions and make non-bootable disks bootable again and photoRec recovers deleted media files or document files. It … Read more

How to use Lynis Linux Security Audit Tool on Ubuntu

Lynis Linux security audit tool

Lynis is an open-source security auditing tool for extensive scanning of systems and its security defense to achieve compliance testing and system hardening. This software has been distributed under a GPL license since 2004. It assists in server hardening guidelines, software patch management, fully automatic auditing, Actually lynis doesn’t harden the server by itself but … Read more

Exa – A modern replacement for ls command

Linux Exa command

Listing the contents of a directory is a common task that Linux users carry out. The ls command is commonly used for this operation and it sure does a decent job in displaying all the files and sub-folders contained in a directory. With additional options, you can even display the file size, file permissions, and … Read more

OpenShift vs Kubernetes – Container deployment platform comparison

OpenShift vs. Kubernetes

People are rapidly moving towards new technology day by day. The containerized-based solutions for applications have now become so popular. OpenShift and Kubernetes are the two most common platforms for containerized deployment management. Most of the similar features are present between OpenShift and Kubernetes. However, some differences are also between them. We will explain some … Read more

How to Setup Network Bonding in Ubuntu 20.04

Network Bonding

The practice of merging different network interfaces into one is known as network bonding or pairing. The main goal of network binding is to enhance performance and capacity while also ensuring network redundancy. Furthermore, network bonding is advantageous where fault allowances are a crucial consideration, such as in load balancing connections. Packages for network bonding … Read more