How to Install Sails.js MVC Framework with Nginx on Debian 11
Sails.js is a full-stack Node.js framework built on top of Express socket.io. It's a powerful MVC framework inspired by Ruby on Rails, but with supports of data-driven APIs and scalable, also...
View ArticleHow to Create a Kubernetes Cluster with AWS CLI
Elastic Kubernetes Service (EKS) is a managed Kubernetes service that is hosted on AWS. In this guide, we will leam how to create a Kubernetes cluster on AWS with EKS. You will learn how to create an...
View ArticleHow to Install Spigot Minecraft Server on Ubuntu 20.04
Spigot is a modified Minecraft server software based on CraftBukkit. It provides additional performance optimizations, configuration options and features while maintaining compatibility with all...
View ArticleHow to Install vsftpd FTP Server and Secure it with TLS on Debian 11
File 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...
View ArticleHow to Install Apache Tomcat 10 with Nginx on Rocky Linux 8
Tomcat 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...
View ArticleHow to Install Apache Cassandra on AlmaLinux / Rocky Linux 8
Apache 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.
View ArticleHow to Setup Varnish SSL Termination with Nginx Web server on Rocky Linux 8
Varnish 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...
View ArticleHow to use Wireshark for capturing and analyzing network packets
Wireshark (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”.
View ArticleHow to Install NEOS CMS with Nginx and Let's Encrypt SSL on Rocky Linux 8
Neos 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...
View ArticleHow to create an RDS instance on AWS using Terraform
In this article, we will see how to create an RDS MySql Instance on Amazon Web Services (AWS) using Terraform.
View ArticleHow to Install and Use Podman (Docker Alternative) on Ubuntu 20.04
Podman 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...
View ArticleOverview of the Wireshark User Interface (GUI)
Wireshark 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...
View ArticleHow to create an IAM Role in AWS using Terraform
In 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.
View ArticleHow to Install and use PHP Composer on AlmaLinux 8
Composer is a dependency manager for PHP that allows you to download and install all the required PHP packages needed for your project. It is a command-line tool that installs all libraries and...
View ArticleHow to Install LibreNMS on Debian 11
LibreNMS is an open-source network monitoring system based on PHP and with autodiscovery support. sing LibreNMS allows you to monitor operating systems like Linux, Windows, and BSD, also it supports a...
View ArticleHow to use Cloudformation to create SQS Queues on AWS
AWS Simple Queue Service (SQS) is a fully managed message queuing service that enables us to decouple and scale microservices, serverless applications, and distributed systems. In this article, we...
View ArticleISPConfig Perfect Multiserver setup on Ubuntu 20.04 and Debian 10
This tutorial will take you through installing your own ISPConfig 3 multiserver setup with dedicated servers for the panel, web, DNS, mail, and webmail using the new ISPConfig auto-installer. This...
View ArticleHow to Install Redmine Project Management Software on Rocky Linux 8
Redmine is a free and open-source project management software and issue tracking tool. It is written using the Ruby on Rails framework and can be integrated with various version control systems.
View ArticleHow to install Mattermost on Alma Linux 8
Mattermost is a free, open-source, and secure platform for communication, collaboration, and workflow orchestration across tools and teams. In this tutorial, we will show you how to install Mattermost...
View ArticleHow to create an Ubuntu Virtual Machine in Azure Cloud
Azure Virtual Machine (VM) is one of the types of on-demand, scalable computing resources. This guide will show you step by step with screenshots of how to create a virtual machine (VM) in the...
View Article