Linux Tutorials on the topic “server”
-
How to Install Bugzilla Bug Tracker on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, programming, server • Comments: 0Bugzilla is a free and open-source bug tracking system that allows us to track the bugs and collaborate with developers and other teams in our organization. In this article, I will explain how to install Bugzilla on Debian 11.
-
How to Install Apache Maven on AlmaLinux 8
Author: t.michael • Tags: linux, programming, server • Comments: 0Apache Maven is a powerful project management and comprehension tool used by software developers working with the Java programming language. It is a build automation tool that favors convention over configuration, and is based on the concept of a project object model (POM).
-
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 Install and Configure Redis 6.0 on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 0Redis is a free, and open-source in-memory data structure store used as a message broker and database cache. In this post, we will show you how to install and configure Redis 6 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 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 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 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 install and use Terminator Terminal Emulator on Ubuntu 20.04
Author: Ali Imran Nagori • Tags: debian, linux, server • Comments: 0Terminator is a terminal emulator program that helps users easily manage multiple terminals. It provides flexibility for arranging multiple terminals side by side. In this guide, we will explain to you how to install and use Terminator on Ubuntu 20.04.
-
What is Terraform and how to install and use it on AWS EC2
Author: Rahul Shivalkar • Tags: linux, server • 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 we will see the steps to install Terraform on Ubuntu and use it to create a VPC on AWS cloud.