HowtoForge provides user-friendly Linux tutorials.
-
How to Install CSF Firewall on Debian 11
Author: t.michael • Tags: debian, security • Comments: 2ConfigServer Firewall (CSF) is one of the most widely used open-source firewalls on Linux servers. This tutorial shows how to install and configure CSF on Debian 11.
-
Use Cloudformation to create an RDS MySql Instance on AWS
Author: Rahul Shivalkar • Tags: linux, mysql • Comments: 0The AWS Relational Database Service (RDS AWS) is a web service that makes it easier to set up & operate a relational database in the cloud. In this article, we will see the steps to create an RDS MySql Instance using Cloudformation Stack.
-
How to Install GitLab on Rocky Linux 8
Author: t.michael • Tags: linux, programming, server • Comments: 0GitLab is a free git repository management tool that allows you to create and manage git repositories. in this guide, I will show you how to install Gitlab on a Rocky Linux 8 server.
-
-
How to create and attach an EBS (Elastic Block Storage) Volume to an EC2 Instance on AWS
Author: Rahul Shivalkar • Tags: cloud • Comments: 0Elastic Block Storage (EBS) is a high-performance block storage service. It is designed for use with Elastic Cloud Compute i.e. EC2 for transactions and intensive workload.
-
How to Install and Configure Memcached on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 1Memcached is an open-source and distributed memory object caching system that holds the most frequently queried data in memory. In this tutorial, I will show you how to install Memcached on Debian 11.
-
How to Install MariaDB on Debian 11
Author: t.michael • Tags: debian, linux, mysql • Comments: 1MariaDB is a robust, scalable, and reliable SQL server. It is an enhanced, drop-in replacement for the MySQL relational database management system. In this guide, I will show you how to install and secure MariaDB on Debian 11.
-
Setup simple CI/CD pipeline using Github and Jenkins on an AWS EC2 Linux instance
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 1In this article we will see the steps to implement a simple CI/CD pipeline using Jenkins. We will be using a sample Java Code and we will be deploying that code onto Apache Tomcat Web-Server as a .war file.
-
How to Install FreeRADIUS and Daloradius on Ubuntu 20.04
Author: Alan • Tags: server, ubuntu • Comments: 4In this tutorial, we'll install FreeRADIUS on a server running Ubuntu 20.04, configure it to work with MySQL/MariaDB, and then install daloRADIUS, a RADIUS web management panel that is basically a GUI for FreeRADIUS.
-
How to Setup Teampass Password Manager on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, security • Comments: 0Team pass is an open-source password manager that helps you to store and manage all your passwords from the central location. In this tutorial, I will show you how to install the Teampass password manager with Apache and Let's Encrypt SSL on Debian 11.
-
How to Create a Static Website on an AWS S3 Bucket
Author: Rahul Shivalkar • Tags: cloud, linux, web server • Comments: 0S3 Bucket is the Object Storage Service of AWS but an AWS S3 Bucket can also be used to host a static website. This guide will show you step-by-step how to use Amazon Web Services S3 to host static website files.