Linux Tutorials on the topic “linux”
-
How to Install Ruby on Rails with PostgreSQL on Rocky Linux 8.4
Author: Arvid L • Tags: linux, server, web server • Comments: 0Ruby on Rails or RoR or Rails is a free and open-source web application framework written in Ruby. In this tutorial, you will learn how to install Ruby on Rails with the PostgreSQL database on the Rocky Linux system.
-
How to Install Bitwarden Password Manager on Debian 11
Author: Hitesh Jethva • Tags: debian, linux • Comments: 3Bitwarden is a free and open-source password manager that stores website credentials in an encrypted vault. It allows you to store all of your login credentials and keep them synced between all of your devices. In this post, we will show you how to install the Bitwarden password manager on Debian 11.
-
How to Install Podman as Docker alternative on Debian 11
Author: Hitesh Jethva • Tags: debian, linux • Comments: 0Podman (the POD MANager) is an OCI-compliant container engine, developed by Red Hat as a drop-in replacement of Docker. In this tutorial, we will show you how to install and use Podman on Debian 11.
-
-
How to set up an NFS Mount on Rocky Linux 8
Author: Navjot Singh • Tags: desktop, linux, server, storage • Comments: 0Network File System or NFS is a distributed file system protocol that allows remote hosts to mount file systems over a network and perform file operations on them as though they are mounted locally. In this tutorial, you will learn how to install and configure the NFS Server and NFS Clients based on Rocky Linux 8.
-
How to create an event in AWS Cloudwatch to trigger a Lambda Function
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0Amazon CloudWatch Events describe changes in AWS resources. In this article, we will create an event rule which will check for event of EC2 State change and trigger a lambda function.
-
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 Centreon Monitoring Tool on Rocky Linux 8
Author: sohan patel • Tags: linux, monitoring • Comments: 0Centreon is an open-source tool that can monitor your entire infrastructure including network, system, and application. Using Centreon you can set notifications depending on thresholds, set email alerts, easily add any system for monitoring.
-
How to configure a Nessus Vulnerability Scan Policy
Author: Ali Imran Nagori • Tags: linux, security • Comments: 0In this guide we will explore how to configure a scan policy on Nessus, later we will also use this policy to create a scan. We will then select a target system for scanning.
-
How to create an SNS Topic and a Subscriber on AWS
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0Amazon Simple Notification Service (SNS) is a web service that coordinates and manages the delivery of messages. It is a highly available, durable, secure, fully managed pub/sub messaging service. In this article, we will create an SNS Topic and subscribe to an Email Endpoint.