Rocky Linux

How To Install Node.js on Rocky Linux 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Node.js on Rocky Linux 8

In this guide, we will show you three different ways of getting Node.js installed on a Rocky Linux 8 server: using `dnf` to install the `nodejs` package from Rocky’s default AppStream repository; installing via the NodeSource repository; installing `nvm`, the Node Version Manager, and using it to install and manage multiple versions of `node`

Read more
How To Install and Secure Redis on Rocky Linux 8 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure Redis on Rocky Linux 8

Redis was designed for use by trusted clients in a trusted environment, and has no robust security features of its own. Redis does, however, have a few security features like password authentication and the ability to rename or disable some commands. This tutorial provides instructions on how to install Redis and configure these security features. It also covers a few other settings that can boost the security of a standalone Redis installation on Rocky Linux 8.

Read more
How To Install Node.js on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How To Install Node.js on Rocky Linux 9

Node.js is a JavaScript runtime for server-side programming. It allows developers to create scalable backend functionality using JavaScript, a language many are already familiar with from browser-based web development.

Read more
How To Install and Secure Redis on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure Redis on Rocky Linux 9

Redis is an open-source, in-memory key-value data store which excels at caching. Redis is a *non-relational* database known for its flexibility, performance, scalability, and wide language support. This tutorial covers a few settings that can boost the security of a standalone Redis installation on Rocky Linux 9.

Read more
How To Install and Use Docker Compose on Rocky Linux 8 — step-by-step Docker tutorial on Progressive Robot

How To Install and Use Docker Compose on Rocky Linux 8

Docker Compose is a tool that allows you to run multi-container application environments based on definitions set in a YAML file. It uses service definitions to build fully customizable environments with multiple containers that can share networks and data volumes. In this guide, we’ll demonstrate how to install Docker Compose on a Rocky Linux 8 server and how to get started using this tool.

Read more
CHAT