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 Lumina Desktop on Ubuntu 20.04

Ubuntu Lumina Desktop

The Lumina Desktop Environment is a simple and compact interface that works with any Linux-based operating system. Lumina is built on the usage of plugins that also allow every user to personalize their interface. A system-wide standard style is also supplied, that the system administrator can alter. This enables each system to be tailored to … Read more

How to Install and Configure ELK Stack on Ubuntu and Debian

The ELK Stack

ELK stack consists of a set of applications for retrieving and managing log files. In the software development industry, log files play a vital role to identify the problem and troubleshoot the issue. ELK stack is a collection of different open-source application tools such as Elasticsearch, Kibana, and Logstash. ELK can be used to collect, … 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

How to install OpenOffice on Debian 10

Debian OpenOffice

Apache OpenOffice is an open-source and freely available office software package that is generally known as OpenOffice. As an alternative to Microsoft Office, users can use OpenOffice. Although OpenOffice uses a different file format than Microsoft Office, it can still open MS Office files. Installing the OpenOffice suite gives you access to a variety of … 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