Linux Tutorials on the topic “Linux”
-
How to Install Sysdig on Debian 11
Author: t.michael • Tags: debian, linux • Comments: 0Sysdig is an open-source, cross-platform system monitoring and troubleshooting tool. For this article, we will install Sysdig on a Debian 11 server.
-
How to Install SuiteCRM with Apache and free Let's Encrypt SSL on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 1SuiteCTM is an open-source Customer Relationship Management solution written in PHP. It is a fully-featured and highly-extensible CRM application that runs on any operating system. In this post, we will show you how to install SuiteCRM with Apache and Let's Encrypt SSL on Debian 11.
-
How to create a VPC Peering between 2 VPCs on AWS
Author: Rahul Shivalkar • Tags: cloud, linux, virtualization • Comments: 0A VPC peering connection is a connection between two VPCs that enables you to route traffic between them. We can create a VPC peering connection between our VPCs, or with a VPC in another AWS account. The VPCs can also be in different regions.
-
-
How to Set up Pritunl VPN Server on Rocky Linux 8
Author: Navjot Singh • Tags: linux • Comments: 0Pritunl is an open-source VPN and IPsec server with user management and horizontal scaling for small and large organizations. It gives the user a choice to use OpenVPN and Wireguard protocols. This tutorial will teach you about how to install the Pritunl VPN server on Rocky Linux 8.
-
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.