Linux Tutorials on the topic “Linux”
-
How to use Cloudformation to create a VPC on AWS
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0Using Cloudformation, we can create and manage AWS resources very easily. Cloudformation can be used to manage all AWS resources using a text file. In this article, we will see a Cloudformation to create a VPC with 2 Public and 2 Private Subnets.
-
How to Install Rust on AlmaLinux 8
Author: t.michael • Tags: linux, programming • Comments: 0Rust is a programming language with three key design tenets: safety, concurrency, and practicality. In this article, we will learn how to install Rust on an AlmaLinux 8 system. This tutorial includes detailed instructions along with screenshots of the steps in the process.
-
How to Create an Amazon Machine Image (AMI) and use it on AWS
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0An Amazon Machine Image (AMI) provides the information required to launch an instance. An EC2 instance can not be launched without an AMI. We can create as many instances as we want from a single AMI when we need multiple instances with the same configuration. To create an instance we can use readily available AMI or we can create our own AMI.
-
-
How to Install and Configure RabbitMQ on Debian 11
Author: Hitesh Jethva • Tags: debian, linux • Comments: 0RabbitMQ is a free, open-source and one of the most popular message broker software. It supports multiple messaging protocols and uses plugins to communicate with popular messaging solutions like MQTT.
-
How to Install Jenkins on AlmaLinux 8
Author: t.michael • Tags: control panels, linux, server • Comments: 1Jenkins is an open source automation software for continuous application integration and deployment. In this guide, we will show you how to install Jenkins on an AlmaLinux 8 system and walk through some basic configuration ideas.
-
How to install ONLYOFFICE Desktop Editors on Linux Mint
Author: Daria • Tags: desktop, linux • Comments: 0ONLYOFFICE desktop app is an open-source office suite pack that comprises editors for text documents, spreadsheets, and presentations. In this tutorial, we’ll learn how to install ONLYOFFICE Desktop Editors on your Linux Mint.
-
Install Sails.js Framework with Nginx on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, web server • Comments: 0Sails.js is a Javascript framework for Node.js. It is used for developing real-time applications very quickly. It allows you to resemble the MVC architecture from frameworks like Ruby on Rails. In this post, we will show you how to install Sails.js with Nginx on CentOS 8
-
How to create a Security Group (SG) and Network Access Control List (NACL) in AWS
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0Security Groups (SGs) and Network Access Control Lists(NACLs) are the features that come with Virtual Private Cloud (VPC) in Amazon Web Services(AWS). In this article, we will see the steps to create an SG and NACL.
-
How to Install Apache Cassandra on Debian 11
Author: Hitesh Jethva • Tags: apache, debian, linux • Comments: 0Apache Cassandra is a free, open-source and distributed database management system. It is capable to handle large amounts of data across many servers and provides high availability with no single point of failure.
-
How to Install Deno JavaScript Runtime on Ubuntu 20.04
Author: t.michael • Tags: linux, programming, ubuntu • Comments: 2Deno is a lightweight JavaScript runtime that is both straightforward and safe. We'll show you how to install Deno on Ubuntu 20.04 and run a hello world script to test your installation in this article.