Linux Tutorials on the topic “Linux”
-
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).
-
How to Install Containerd Container Runtime on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu, virtualization • Comments: 1Containerd is a high-level container runtime that supports OCI Image Spec and OCI Runtime Spec (Open Container Initiative). This tutorial will go over how to install the Containerd Container Runtime on an Ubuntu 22.04 server. This tutorial will go over two different methods for installing Containerd, manually by downloading the binary package or and installing Containerd via the APT repository.
-
Linux pstree Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2Since every process (except the very first one) in a Linux system has a parent, it sometimes makes things easier to understand if all processes are displayed in a tree structure. You'll be glad to know there exists a command line utility - dubbed pstree - that displays a tree of processes.
-
Create a Image Hosting Website with Chevereto-Free on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu, web server • Comments: 0Chevereto is a free and open-source image hosting and sharing software that allows you to host your own image hosting server on the web. It is a self-hosted, multipurpose, multi-user, and full-featured image hosting solution that allows you to create responsive image hosting websites.
-
How to Install Apache Kafka on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 0Apache Kafka is a distributed data store for processing streaming data in real-time. Apache Kafka is used to building real-time streaming data pipelines and applications that adapt to the data stream, especially for enterprise-grade applications and mission-critical applications.