Linux Tutorials on the topic “Linux”
-
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.
-
How to Install Terraform on Ubuntu 20.04
Author: Blago Eres • Tags: linux, server, ubuntu • Comments: 0
Terraform is an open-source infrastructure automation tool created by HashiCorp. This guide will show how to install Terraform software on Ubuntu 20.04 LTS.
-
How to Install the Etherpad Collaborative Web Editor on Rocky Linux 8
Author: Navjot Singh • Tags: linux, nginx • Comments: 0Etherpad is an open-source online editor providing collaborative editing in real-time in the browser. In this tutorial, we will install Etherpad on a Rocky Linux 8 server, using the MariaDB database to store our data. We will also use Nginx as a reverse proxy for the application and install an SSL certificate using Let's Encrypt to enable HTTPS connections to our Etherpad instance.
-
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.