HowtoForge provides user-friendly Linux tutorials.
-
How to Install Jellyfin Media Server on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu • Comments: 0 • Published: Jan 22, 2024Jellyfin is a free, open-source media server software, enabling users to host and manage personal media libraries, stream content across devices, and provide access to others. It's an alternative to proprietary media servers, offering extensive customization and privacy control.
-
How to build a Self-hosted environment on Linux with Proxmox
Author: Bouke Jasper Henstra • Tags: linux, server • Comments: 0 • Published: Jan 20, 2024In this article, we delve into the practicalities of establishing an affordable self-hosted environment tailored for home labs, home offices, and small to medium-sized enterprises. Prioritizing a lean approach that minimizes both effort and cost, our goal is to navigate complexities within a reasonable timeframe.
-
How to Install Apache Tomcat with Nginx Reverse Proxy on AlmaLinux 9
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Jan 19, 2024Apache Tomcat or "Tomcat" is a free and open-source Java Servlet container for Java. In the following guide, we'll show you the installation of Apache Tomcat with Nginx as a reverse proxy on the AlmaLinux 9 server.
-
-
How to Install CSF (Config Server Firewall) on Debian 12
Author: Arvid L • Tags: debian, linux, security, server • Comments: 1 • Published: Jan 19, 2024CSF or Config Server Firewall is a Stateful Packet Inspection (SPI) firewall based on IPtables and Perl. it provides a daemon process that will monitor your services for failure authentication.
-
The Linux read Command
Author: howtoforge • Tags: linux, shell • Comments: 0 • Published: Jan 19, 2024The read command in Bash reads a line from the standard input and splits it into fields.
-
How to Setup APT Proxy on Ubuntu 24.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 2 • Updated: Jan 18, 2024A proxy server is an intermediate server that sits between the client computer and the internet. In this tutorial, we will show you how to set up proxy settings and apt-proxy in Ubuntu 24.04 Server and Desktop system.
-
How to Install Zammad Customer Support System on Debian 12
Author: Arvid L • Tags: debian, linux, server, web server • Comments: 5 • Published: Jan 18, 2024Zammad is an open-source customer support/ticketing solution that helps manage communications across various channels such as email, chat, and social media. In this guide, you will learn how to install the Zammad Customer Support System with PostgreSQL and Nginx on the Debian 12 server.
-
How to Install Icinga 2 Monitoring Software on Debian 12
Author: Navjot Singh • Tags: debian, linux, monitoring • Comments: 0 • Published: Jan 18, 2024Icinga 2 is an open-source monitoring system that checks the availability of network resources, notifies users of outages, and generates performance data for reporting.
-
How to create a Service in Kubernetes
Author: Rahul Shivalkar • Tags: • Comments: 1 • Updated: Jan 18, 2024A service in Kubernetes is an abstraction layer over Pods. It defines a logical set of Pods. It provides a single IP address and DNS name by which pods can be accessed.
-
How to Install Latest MariaDB Database on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, mysql, ubuntu • Comments: 0 • Updated: Jan 18, 2024MariaDB is a free, open-source, and fork of the popular MySQL database system. It is a widely used relational database management system and used as a MySQL replacement by many Linux distributions. In this tutorial, we will show you how to install MariaDB 10.8 on Ubuntu 22.04 server.