HowtoForge provides user-friendly Linux tutorials.
-
How to Create a New Branch in GIT
Author: Till Brehm • Tags: linux, programming • Comments: 0 • Published: Jan 24, 2024Git is a distributed version control system used for tracking changes in source code during software development. It supports collaboration, allowing multiple developers to work on different parts of a project simultaneously. Git is known for its speed, data integrity, and support for non-linear workflows.
-
How to Install Joomla on Debian 12
Author: Arvid L • Tags: • Comments: 1 • Published: Jan 23, 2024Joomla CMS is an open-source content management system for building websites and online applications. It offers user-friendly features, extensibility, and is freely available to everyone.
-
How to Install DokuWiki on Debian 12
Author: Arvid L • Tags: apache, debian, linux, server, web server • Comments: 0 • Published: Jan 22, 2024DokuWiki is a simple, versatile open-source wiki software that doesn't require a database. It's known for its ease of maintenance, readability, and user management, making it ideal for creating and managing documentation in corporate or collaborative environments.
-
-
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.