How to Install and Configure Suricata IDS along with Elastic Stack on Rocky...
Suricata is a Network Monitoring tool that examines and processes every packet of internet traffic that flows through your server. It can generate log events, trigger alerts and drop traffic upon...
View ArticleHow to Automate Your AWS Resources with CloudFormation Templates
AWS CloudFormation is a service that enables system administrators to set up and manage an entire collection of AWS resources - including their configurations, dependencies, and inter-relationships...
View ArticleHow to Install Prometheus and Node Exporter on Rocky Linux
In this article, you will learn how to install the Prometheus monitoring tool and Node Exporter on a Rocky Linux 8 system. Prometheus collects data and metrics through HTTP endpoints from target...
View ArticleHow to Install Webmin on Debian 11
Managing and administering Linux servers from the command line is very difficult for any beginner Linux user. In this case, you can use Webmin to manage your Linux server from the web-based interface....
View ArticleHow to Store Docker Container Data In Docker Volumes
In this guide, you will learn how Docker volumes interact with containers. You will do this by creating new containers and using volumes to store and share data between them. Then, you'll discover how...
View ArticleHow to monitor Windows systems with Checkmk in a Docker container
This tutorial will show you step-by-stop on how to run Checkmk in a Docker container.
View ArticleHow to Install Puppet Server and Agent on Debian 11
Puppet is a centralized configuration management and automation tool. In this guide, you will install and configure the Puppet server and agent on the Debian 11 Bullseye.
View ArticleGetting Started with Podman (Docker Alternative) on Rocky Linux
Podman is a Linux-native tool for deploying applications using Open Container Initiative (OCI) containers and container images. It supports multiple container image formats, including Docker images and...
View ArticleHow To Install Terraform On AlmaLinux 8, CentOS 8 and Rocky Linux 8
Terraform is a tool for building and maintaining a virtual server infrastructure; it supports multiple cloud providers in one project. Terraform achieves state management through a configured graph of...
View ArticleHow to Install Bagisto eCommerce on Debian 11
Bagisto is a free and open-source eCommerce software written in Laravel PHP framework. In this tutorial, we will show you how to install Bagisto eCommerce on the Debian 11 Bullseye. We will be using...
View ArticleHow to Install MinIO Object Storage Server on Debian 11
Minio is a popular open-source, self-hosted, Amazon S3 compatible object storage server written in Go. It is a very useful alternative to AWS S3 if you need more control over your object storage...
View ArticleGetting Started with Pre-built Docker Images
Images are the fundamental component of docker. In this guide, we will discuss what docker images are, how to build them, how to manage them, and how to use them.
View ArticleExploring the Lynis Audit Report
Lynis is a free and open-source security auditing tool and released as a GPL licensed project and is available for Linux and Unix-based Operating systems. In this tutorial, we will try to explore the...
View ArticleThree Tools to Scan a Linux Server for Viruses, Malware and Rootkits
Servers connected to the internet are seeing a constant level of attacks and scans all day. While a firewall and regular system updates are a good first defense to keep the system safe, you should also...
View ArticleHow to Install UVdesk Helpdesk System on Rocky Linux 8
UVdesk is an open-source Saas-based helpdesk system for companies to interact with their customers and offer round-the-clock support. In this tutorial, you will learn how to install Uvdesk on a Rocky...
View ArticleHow to Install Matomo Web Analytics on Debian 11
Matomo, formerly known as Piwik is a free and open-source web analytics application developed by a community of developers. In this tutorial, I will show you how to install Matomo on Debian 11 with an...
View ArticleHow to Install Passbolt Password Manager on Rocky Linux
Passbolt is a free and open-source password manager based on PHP, MySQL, and OpenPGP. In this article, you will learn how to install Passbolt self-hosted password manager on the Rocky Linux server.
View ArticleHow to Install and Use Apache Guacamole Remote Desktop on Rocky Linux 8
Apache Guacamole is a free, open-source, clientless, remote desktop gateway. It supports standard protocols like SSH, RDP, and VNC. In this tutorial, you will learn how to install and use Apache...
View Article4 CLI based Linux Performance Monitoring Tools: top, htop, ps and vmstat
In this guide, we will present some of the commonly used command-line-based tools for monitoring system performance. We are using Ubuntu 20.04 OS for this guide, although the tools we are going to...
View ArticleHow to Install and Use Snap Package Manager on Alma Linux 8
The Snap package manager is a modern package manager in Linux that allows you to install Snap packages across a wide range of Linux distributions and versions. In this tutorial, I will show you how to...
View Article