Linux Tutorials on the topic “Linux”
-
How to create an IAM Role in AWS using Terraform
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0In this article we will see how to create an IAM Role. Before proceeding, I assume that you are familiar with the basics of Terraform and AWS IAM Roles.
-
Overview of the Wireshark User Interface (GUI)
Author: Ali Imran Nagori • Tags: linux, security • Comments: 0Wireshark is a Free and Open Source Software (FOSS) and it is developed by a community of enthusiastic developers. Wireshark has many features like profound inspection of network traffic, real-time capture, offline analysis, and R/W support for different capture file types.
-
How to Install and Use Podman (Docker Alternative) on Ubuntu 20.04
Author: Arvid L • Tags: linux, ubuntu, virtualization • Comments: 0Podman is an open-source tool for managing containers, images, volumes, and pods (group of containers). It's used the libpod library APIs for managing container lifecycles and supports multiple container image formats, including OCI (Open Container Initiative) and Docker images.
-
-
How to create an RDS instance on AWS using Terraform
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0In this article, we will see how to create an RDS MySql Instance on Amazon Web Services (AWS) using Terraform.
-
How to Install NEOS CMS with Nginx and Let's Encrypt SSL on Rocky Linux 8
Author: Navjot Singh • Tags: linux, nginx, web server • Comments: 0Neos is a free and open-source content management system (CMS) that allows you to build complex websites easily without needing to code. In this tutorial, you will learn how to install Neos CMS on a server running Rocky Linux 8 OS.
-
How to use Wireshark for capturing and analyzing network packets
Author: Ali Imran Nagori • Tags: linux, security • Comments: 0Wireshark (formerly Ethereal) is a FOSS (free and open-source software) for network protocol analyzer. In this guide, we will learn “How to use Wireshark for capturing and analyzing packets”.
-
How to Setup Varnish SSL Termination with Nginx Web server on Rocky Linux 8
Author: Arvid L • Tags: linux, web server • Comments: 0Varnish cache software does not support SSL/TLS by default. You need additional software to enable SSL/TLS support on Varnish. In this article, you will learn how to set up Varnish SSL Termination with the Nginx web server.
-
How to Install Apache Cassandra on AlmaLinux / Rocky Linux 8
Author: Navjot Singh • Tags: linux, server • Comments: 0Apache Cassandra is an open-source NoSQL distributed database management system. In this tutorial, we will learn how to install Apache Cassandra on AlmaLinux and Rocky Linux 8 OS.
-
How to Install Apache Tomcat 10 with Nginx on Rocky Linux 8
Author: Navjot Singh • Tags: linux, nginx, server • Comments: 0Tomcat is an open-source web server for Java-based applications. It is used for deploying Java Servlet and JSP applications. We will install Tomcat 10 along with the Nginx server to act as a reverse proxy and protect it using SSL.
-
How to Install vsftpd FTP Server and Secure it with TLS on Debian 11
Author: sohan patel • Tags: debian, ftp, linux, server • Comments: 1File Transfer Protocol or FTP is a very old and one of the most well-known network protocols. It is not secure compared to SFTP or SCP these days but is still the first choice of many users for transferring files between a server and a client.