HowtoForge provides user-friendly Linux tutorials.
-
How to Install Joomla with Apache and Let's Encrypt SSL on Debian 10
Author: Hitesh Jethva • Tags: apache, debian, linux, web server • Comments: 0Joomla is a free and open-source content management system used to create, modify and manage the content of a website. In this tutorial, I will show you how to install Joomla CMS with Apache and Let's Encrypt on Debian 10.
-
How to create Cloudwatch alarms for an SQS Queue on AWS
Author: Rahul Shivalkar • Tags: cloud • Comments: 0CloudWatch metrics for SQS queues are collected and pushed to CloudWatch at one-minute intervals automatically. These metrics are provided at no charge in CloudWatch for both standard and FIFO queues. In this article, we will create an alarm for the "NumberOfMessagesSent" metric.
-
How to Install Erlang Programming Language on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, programming • Comments: 0Erlang is a general-purpose programming language and runtime environment. In this tutorial, I will show you how to install Erlang on Debian 10.
-
-
How to create an SQS queue on AWS using Terraform
Author: Rahul Shivalkar • Tags: cloud • Comments: 0In this article, we will create an SQS queue using Terraform on AWS. We will also add a policy that will allow all to send messages to the queue.
-
How to Install Passbolt Self-Hosted Password Manager on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, nginx, security • Comments: 0Passbolt is an open-source password manager that allows you to store and share your password securely. In this tutorial, we will show you how to install Passbolt password manager with Nginx and Let's Encrypt SSL on CentOS 8.
-
Install Varnish Cache 6 for Apache/Nginx on CentOS 8
Author: Hitesh Jethva • Tags: apache, centos, linux, nginx, web server • Comments: 0Varnish Cache is a powerful reverse HTTP proxy used to speed up web applications that is available as Open-Source software. In this post, we will show you how to install Varnish cache with Apache and Nginx on CentOS 8.
-
How to Install SpiderFoot Security Scanner on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, security, ubuntu • Comments: 2Spiderfoot is a free and open-source vulnerability testing tool that helps you to reduce attacks by hackers. In this tutorial, we will show you how to install Spiderfoot on Ubuntu 20.04 server.
-
How to Install Ansible AWX on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 5Ansible is an open-source automation tool used for software provisioning, configuration management, and application deployment. It allows you to install, configure and deploy applications across multiple systems automatically.
-
How to Compile A Kernel - The Debian Way
Author: Falko Timme • Tags: debian, kernel • Comments: 4How to Compile A Kernel on Debian Linux. Each distribution has some specific tools to build a custom kernel from the sources. This article is about compiling a kernel on a Debian Linux system. It describes how to build a custom kernel using the latest unmodified kernel sources from www.kernel.org (vanilla kernel).
-
FreeBSD Quota Tutorial
Author: Falko Timme • Tags: freebsd • Comments: 3This tutorial shows you how to enable hard disk quota on a FreeBSD system.