Rocky Linux

How To Install Nginx on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How To Install Nginx on Rocky Linux 9

Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is a lightweight choice that can be used as either a web server or reverse proxy.

Read more
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
CHAT