Linux Tutorials on the topic “Linux”
-
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 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 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.