HowtoForge provides user-friendly Linux tutorials.
-
How to Store Docker Container Data In Docker Volumes
Author: t.michael • Tags: linux, virtualization • Comments: 0In 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 to clear up space that is left behind by anonymous volumes that are automatically generated by the containers. Finally, you'll learn how to back up your Docker volumes data.
-
How to Install FileRun on Ubuntu 20.04
Author: Hitesh Jethva • Tags: • Comments: 0
FileRun is a free, open-source, self-hosted, and full-featured web-based file manager for Linux. It is very similar to Google Drive and allows you to manage your photo, movie, audio collection, or sharing files with your family and friends.
-
How to Install Prometheus and Node Exporter on Rocky Linux
Author: Arvid L • Tags: linux, monitoring • Comments: 0In 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 servers. Node exporter exposes hardware and kernel-related matrics from Linux machines.
-
-
How to Automate Your AWS Resources with CloudFormation Templates
Author: t.michael • Tags: linux • Comments: 0AWS 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 between them - in a single statement.
-
How to Install and Configure Suricata IDS along with Elastic Stack on Rocky Linux 8
Author: Navjot Singh • Tags: linux, security • Comments: 1Suricata 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 detecting any suspicious activity.
-
How to Install ((OTRS)) Community Edition Ticketing System on Alma Linux 8
Author: Hitesh Jethva • Tags: linux, programming, web server • Comments: 1OTRS ((Community Edition)) stands for "Open Source Trouble Ticket System" is a free and open-source service management suite. It is one of the most popular ticketing tools used by help desks, call centers, and IT service management teams. In this post, we will show you how to install OTRS ((Community Edition)) on Alma Linux 8.
-
Linux Security Auditing with Lynis
Author: Ali Imran Nagori • Tags: linux • Comments: 0Lynis is a free and open-source security checker released under the GPL license and available for Linux and Unix-based operating systems such as MacOS, FreeBSD, NetBSD, OpenBSD, etc. In this article, we will explore how to install Lynis and conduct an audit of a Kali Linux system.
-
How to Install Etherpad with Nginx and SSL on Debian 11
Author: Arvid L • Tags: debian, linux • Comments: 2Etherpad is a collaborative and real-time text editor for your team. In this tutorial, you will install and configure the Etherpad Real-time Collaborative Editor on the Debian 11 Bullseye.
-
How to Install Gradle on Ubuntu 20.04
Author: Aqsa Yasin • Tags: linux, programming, ubuntu • Comments: 0
Gradle is a tool that is used to automate software, and its users utilize this tool to build different kinds of software as well.
-
How to Install Saltstack Master and Minion on Debian 11
Author: Hitesh Jethva • Tags: debian, linux • Comments: 0SaltStack is a free, open-source, and Python-based automation and configuration management software. In this article, I will show you how to install SaltStack Master and Minion on Debian 11.