Linux Tutorials on the topic “Linux”
-
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.
-
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 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.
-
How to Install DokuWiki with Let's Encrypt SSL on Debian 11
Author: Hitesh Jethva • Tags: apache, debian, linux, web server • Comments: 1DokuWiki is a free, open-source and powerful Wiki software application written in PHP. It uses a file to store its data instead of using a database. In this tutorial, I will show you how to install DokuWiki with Apache and Let's Encrypt SSL on Debian 11.