HowtoForge provides user-friendly Linux tutorials.
-
How to Install TIG Stack (Telegraf, InfluxDB, and Grafana) on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, server, ubuntu • Comments: 2The TIG (Telegraf, InfluxDB, and Grafana) Stack is an acronym for a platform of open-source tools to make the collection, storage, graphing, and alerting of system metrics easier. You can monitor and visualize metrics such as memory, disk space, logged-in users, system load, swap usage, uptime, running processes, etc. from one place.
-
How to Install Graylog Centralized Log Management System on Rocky Linux
Author: Arvid L • Tags: linux, server • Comments: 0Graylog is a free and open-source log-management platform for capturing, storing, and enabling real-time analysis of your data and logs. It's written in Java and built on top of other open-source software like MongoDB and Elasticsearch.
-
How to Install Neos CMS on Ubuntu 22.04
Author: Hitesh Jethva • Tags: apache, linux, php, ubuntu, web server • Comments: 0Neos CMS is a free, open-source, and innovative content management system that helps you to manage websites and blogs without any coding knowledge. In this tutorial, we will show you how to install Neos CMS with Apache and Let's Encrypt SSL on Ubuntu 22.04 server.
-
-
How to Install JasperReports with Nginx Proxy on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, nginx, server, ubuntu • Comments: 0JasperReports is a free and open-source java reporting engine and class library that helps developers to add reporting capabilities to their applications. It is a stand-alone and embeddable reporting server that provides reporting and analytics functionality.
-
How to Install and Monitor Servers with Checkmk on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, monitoring, server, ubuntu • Comments: 0Checkmk is a server and application monitoring software written in Python and C++. It supports the monitoring of servers, applications, networks, containers, and clouds. In this tutorial, you will learn how to install and monitor servers using Checkmk on a Ubuntu 22.04 machine.
-
How to Add an Email Account in ISPConfig 3.2
Author: Till Brehm • Tags: control panels, email, ispconfig, linux, server • Comments: 3This tutorial shows you step-by-step how to create an email account in ISPConfig and which data to use in your email client to access this mailbox. The tutorial also includes instructions as a video at the end of the guide.
-
How to Install Statping on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, monitoring, server, ubuntu • Comments: 0Statping is an open-source uptime monitor that keeps track of websites and applications hosted across multiple servers. It can generate a beautiful status page by fetching real-time data from various sources.
-
How to Install Drupal CMS with Apache2 on Ubuntu 22.04
Author: Arvid L • Tags: apache, linux, ubuntu, web server • Comments: 0Drupal is a free and open-source web content management system written in PHP. In this guide, I will show you how to install the latest version of Drupal on an Ubuntu 22.04 system.
-
How to Install FileBeat on Ubuntu
Author: Hitesh Jethva • Tags: linux, monitoring, server • Comments: 0The Elastic Stack is a combination of four main components Elasticsearch, Logstash, Kibana, and Beats. In this tutorial, we will show you how to install and configure Filebeat to forward event logs, SSH authentication events to Logstash on Ubuntu.
-
Retrieving Emails From Remote Servers With fetchmail on Debian
Author: Falko Timme • Tags: debian, email, linux • Comments: 9Retrieving Emails From Remote Servers With fetchmail on Debian Linux. Fetchmail is a program for retrieving emails from remote servers. Imagine you have five email accounts on five different servers. Of course, you don't want to connect to each of them to get your emails. This is where fetchmail comes into play. If you have a user account on a Linux server, you can make fetchmail download emails from remote servers and put them into just one mailbox (the one of your Linux user), from where you can retrieve them with your email client (e.g. Thunderbird or Outlook).