HowtoForge provides user-friendly Linux tutorials.
-
How To Install and Configure Nagios on CentOS 8
Author: Navjot Singh • Tags: • Comments: 0Nagios is a popular and one of the most powerful open-source computer monitoring systems. It keeps track of your IT infrastructure and ensures that your networks, servers, applications, and processes are running smoothly. In this tutorial, you will learn how to install and configure Nagios on a CentOS 8 based server.
-
How to Install and Use Ansible on Debian 11
Author: Hitesh Jethva • Tags: debian, linux • Comments: 1Ansible is a free, open-source, and one of the most popular configuration management tools. In this article, I will show you how to install and use Ansible on Debian 11.
-
Getting started with acme.sh Let's Encrypt SSL client
Author: Blago Eres • Tags: linux, security • Comments: 4Acme.sh is a simple, powerful and easy to use ACME protocol client written purely in Shell (Unix shell) language, compatible with bash, dash, and sh shells. It helps manage installation, renewal, revocation of SSL certificates.
-
-
How to Setup Nginx as a Reverse Proxy for Apache on Debian 11
Author: Hitesh Jethva • Tags: apache, debian, linux, nginx, server, web server • Comments: 0Nginx and Apache both are free, open-source, and most popular web servers around the world. Apache is known for its power while Nginx is known for its speed. In this tutorial, I will configure Apache as a backend server and use Nginx as a reverse proxy for Apache on Debian 11.
-
How to Install Django Framework on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 0Django is a free and open-source web development framework written in Python. It is used for developing complex and database-driven Python applications. In this tutorial, I will explain how to set up Django in Python virtual environment using the PostgreSQL database on Debian 11.
-
How to List Unsuccessful SSH Logins on Linux
Author: t.michael • Tags: linux, security • Comments: 1This tutorial shows you how to identify and list unsuccessful SSH logins on the Linux shell.
-
How to Install Redis Server on Rocky Linux
Author: Arvid L • Tags: linux, server • Comments: 1Redis is a popular and open-source in-memory key-value data store. It supports various data structures such as Hash, Lists, Sets, Strings, and many more. In this guide, you will learn how to install Redis on Rocky Linux.
-
How to Install MERN Stack for JS based applications on Debian 11
Author: Hitesh Jethva • Tags: debian, server, web server • Comments: 0MERN stack consists of four key technologies MongoDB, Express, React, and Node. It is specially designed for easier and faster deployment of full-stack web applications. In this tutorial, we will show you how to install the MERN stack on Debian 11.
-
How to Install phpMyAdmin on Rocky Linux
Author: Arvid L • Tags: linux, mysql, web server • Comments: 0phpMyAdmin is a free and open-source tool that enables you to manage MySQL and MariaDB databases from the web browser. In this guide, you will learn how to install phpMyAdmin with the LAMP Stack on Rocky Linux. This guide can be applied on the server with an existing LAMP Stack installation or the fresh server without any LAMP Stack packages.
-
How to Install PHP 8 on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, php, web server • Comments: 4PHP is a free, Open-source, and most popular server-side programming language used for creating dynamic websites. In this tutorial, I will show you how to install PHP 8.0 on Debian 11.