Rocky Linux 8

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
How to Set Up Squid Proxy for Private Connections on Rocky Linux 8 — step-by-step Linux tutorial on Progressive Robot

How to Set Up Squid Proxy for Private Connections on Rocky Linux 8

Proxy servers are a useful way of caching or obfuscating web traffic. This means that web requests can be served from different inbound or outbound addresses than they appear to be, by offloading the connection to intermediaries. For regular end users, this usually means allowing you to make web requests from a different IP address than your own. In this tutorial, you will be installing and configuring Squid to support a number of popular proxy protocols on a Rocky Linux 8 server.

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

How To Install and Use Docker on Rocky Linux 8

Docker is an application that simplifies the process of managing application processes in containers. In this tutorial, you’ll install and use Docker Community Edition (CE) on Rocky Linux 8. You’ll install Docker itself, work with containers and images, and push an image to a Docker Repository.

Read more
How To Set Up SSH Keys on Rocky Linux 8 — step-by-step Linux tutorial on Progressive Robot

How To Set Up SSH Keys on Rocky Linux 8

SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with a Rocky Linux server, chances are you will spend most of your time in a terminal session connected to your server through SSH. In this guide, we’ll focus on…

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

How To Install and Use PostgreSQL on Rocky Linux 8

PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language. It is a popular choice for many small and large projects and has the advantage of being standards-compliant and having many advanced features like reliable transactions and concurrency without read locks.

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

How To Install MariaDB on Rocky Linux 8

Introduction MariaDB is an open-source database management system, commonly used as an alternative for the MySQL portion of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It is intended to be a drop-in replacement for MySQL. In this tutorial, we will explain how to install the latest version of MariaDB on a Rocky Linux 8 […]

Read more
Initial Server Setup with Rocky Linux 8 — step-by-step Linux tutorial on Progressive Robot

Initial Server Setup with Rocky Linux 8

When you first create a new Rocky Linux 8 server, there are a few configuration steps that you should take early on as part of the basic setup. This will increase the security and usability of your server and will give you a solid foundation for subsequent actions.

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

How To Install MySQL on Rocky Linux 8

Introduction MySQL is an open-source database management system, commonly installed as part of the popular LEMP (Linux, Nginx, MySQL/MariaDB, PHP/Python/Perl) stack. It implements the relational model and Structured Query Language (SQL) to manage and query data. This tutorial explains how to install MySQL version 8 on a Rocky Linux 8 server. Prerequisites To complete this […]

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

How To Install Nginx on Rocky Linux 8

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 more resource-friendly than Apache in most cases and can be used as a web server or reverse proxy. In this guide, we’ll discuss how to install Nginx on a Rocky Linux 8 server.

Read more
CHAT