HowtoForge provides user-friendly Linux tutorials.
-
Create an S3 Bucket on AWS using Terraform
Author: Rahul Shivalkar • Tags: cloud, linux, virtualization • Comments: 0Terraform is the "Infrastructure as Code (IaC)" tool. It is used to build, manage and change infrastructure in a safe and repeatable way. In this article, I will show you how to use Terraform to create an S3 bucket on AWS.
-
How to Install Magento on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 0Magento is a free and open-source eCommerce application that allows you to host your online store. In this tutorial, I will show you how to install Magento2 on Debian 11.
-
How to Install and Configure NFS Server on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 0NFS or Network File System is a network protocol that allows you to mount a remote filesystem through the network. For this tutorial, you will learn how to install and configure an NFS Server on the latest Debian 11 Bullseye.
-
-
How to create an Amazon AWS EC2 Instance using Python Boto3
Author: Rahul Shivalkar • Tags: cloud, linux, programming, virtualization • Comments: 0In this article we will see how we can create an EC2 instance using Python Boto3. We will use the "create_instances" method to create an instance.
-
How to Install UVdesk Helpdesk System on Debian 11
Author: Hitesh Jethva • Tags: • Comments: 0UVdesk is a free, open-source, and SaaS-based helpdesk solution for any business process to deliver the best customer service. In this tutorial, I will show you how to install UVdesk helpdesk solution with Apache on Debian 11.
-
How to deploy your first pod on a Kubernetes Cluster
Author: Rahul Shivalkar • Tags: linux, server, virtualization • Comments: 0In this article we will see how to create our first Pod on Kubernetes Cluster. We shall see the steps to create a pod for Nginx.
-
How to Install and Use pgAdmin 4 on Rocky Linux 8
Author: Arvid L • Tags: linux • Comments: 0pgAdmin is a free and open-source graphical administration tool for PostgreSQL. In this guide, you will learn how to install pgAdmin on a Rocky Linux 8 server.
-
How to Install GlassFish Java Server with Nginx as a Reverse Proxy on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 0GlassFish is an open-source application server used for deploying Java applications. It supports different Java-based technologies including, JPA, JavaServer Faces, JMS and RMI. In this tutorial, I will show you how to install the Glassfish server with Nginx as a reverse proxy on Debian 11.
-
How to integrate ONLYOFFICE Docs with Redmine on Ubuntu
Author: Daria • Tags: • Comments: 0ONLYOFFICE Docs can be integrated with various cloud services such as Nextcloud, ownCloud, Seafile, Alfresco, Plone, etc., as well as embedded into your own solution. In this tutorial, we’ll learn how to connect ONLYOFFICE Docs and Redmine instances using an integration app.
-
How to create an SQS Queue on AWS
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0Amazon Simple Queue Service (SQS) is a managed message queuing service of AWS which enables us to decouple and scale microservices, distributed systems, and serverless applications.