Linux Tutorials on the topic “Linux”
-
How to Install HTTP Git Server with Nginx on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, nginx, programming • Comments: 0Git is an open-source version control system used by thousands of developers around the world. It is used to keep track of your software changes at the source level. In this tutorial, I will explain how to set up an HTTP Git repository server with Nginx on Debian 11.
-
The Perfect Server CentOS 8 with Apache, PHP, Postfix, Dovecot, Pure-FTPD, BIND and ISPConfig 3.2
Author: Till Brehm • Tags: antivirus, apache, bind, centos, control panels, dns, email, ftp, ispconfig, linux, mysql, php, postfix, web server • Comments: 43This tutorial shows how to install ISPConfig 3.2 on a CentOS 8 (64Bit) server. ISPConfig 3 is a web hosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more.
-
How to Install OpenProject on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 0OpenProject is a free, open-source, and leading project management system. In this tutorial, I will show you how to install OpenProject on Debian 11.
-
-
How to Install Wireshark Network Packet Analyzer on Ubuntu 20.04
Author: Ali Imran Nagori • Tags: linux, networking, security, ubuntu • Comments: 0Wireshark (formerly Ethereal) is an Open-Source software that is used for capturing and investigating network traffic. In this guide, I will show you how to install Wireshark on Ubuntu 20.04.
-
How to create a DynamoDB Table in AWS
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0Amazon DynamoDB is a key-value and document database. In this article, we will create a simple DynamoDB Table with On-Demand mode and create a few items and perform a search on it.
-
How to Install and Configure WildFly (JBoss) on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 0Wildfly (formerly JBoss) is a JAVA application server developed by RedHat. It is a simple, lightweight, and powerful server with a CLI and an admin console. In this tutorial, I will show you how to install Wildfly with Nginx as a reverse proxy on Debian 11.
-
How to Install LibreNMS Monitoring Tool on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, monitoring, server • Comments: 0LibreNMS is a free, open-source, web-based, and auto-discovering network monitoring tool written in PHP. In this tutorial, I will explain how to install LibreNMS with Nginx on Debian 11.
-
How to create an RDS Instance using Python Boto3 on AWS
Author: Rahul Shivalkar • Tags: linux, programming • Comments: 0Boto3 is a Python programming library to manage services in AWS cloud. In this article, we will see how to create an RDS MySql Instance using the Boto3 Library.
-
How to Install and Configure Nessus Vulnerability Scanner on Kali Linux
Author: Ali Imran Nagori • Tags: linux, security • Comments: 1Nessus is one of the most popular vulnerability scanner tools that was once ranked first in the security tools. In this guide, we will see how to install Nessus on Kali Linux. Let us get started with Nessus installation and configuration.
-
Create an EC2 instance on AWS using Terraform
Author: Rahul Shivalkar • Tags: cloud, linux, virtualization • Comments: 0In this article, we will see how to create an EC2 Instance using Terraform.