Linux Tutorials on the topic “Linux”
-
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 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.
-
How to create a VPC using Python Boto3 on Ubuntu
Author: Rahul Shivalkar • Tags: linux, server, ubuntu, virtualization • Comments: 0Boto3 is the Amazon Web Services (AWS) SDK for Python. It is the Python library that allows users or developers to create, configure, and manage AWS services and resources.
-
-
How to Create a Website Using Hugo on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 0Hugo is a free and open-source website framework written in developed in Go. Hugo provides a reliable and modern static site generator that allows you to create a simple and fast website easily. In this post, we will show you how to install and use the Hugo site generator on Debian 11.
-
How to install and use Terminator Terminal Emulator on Ubuntu 20.04
Author: Ali Imran Nagori • Tags: debian, linux, server • Comments: 0Terminator is a terminal emulator program that helps users easily manage multiple terminals. It provides flexibility for arranging multiple terminals side by side. In this guide, we will explain to you how to install and use Terminator on Ubuntu 20.04.
-
What is Terraform and how to install and use it on AWS EC2
Author: Rahul Shivalkar • Tags: linux, server • 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 we will see the steps to install Terraform on Ubuntu and use it to create a VPC on AWS cloud.
-
Install TaskBoard with Apache and let's Encrypt SSL on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 0TaskBoard is a free and open-source Kanban application used to keep track of things that need to get done. In this tutorial, I will show you how to install Taskboard on Debian 11.
-
How to Install HAProxy on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 1HAProxy is a free, open-source, and reliable solution for high availability and load balancing. It distributes the load across the multiple application servers and to simplify the request processing tasks.
-
How to Install Apache Maven on Debian 11
Author: t.michael • Tags: debian, linux • Comments: 0Apache Maven is a build tool used to manage project builds. Maven understands the structure of a project and can automate many processes, reducing your time to release.
-
Delete unused EBS (Elastic Block Storage) Volumes on AWS using a Lambda Function
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0Amazon Elastic Block Store (EBS) is an easy-to-use, high-performance block storage service. It is like an external disk that can be attached to an EC2 Instance and used to store our data on it. This tutorial shows how to write a Lambda Function to delete Unused EBS Volumes.