Rocky Linux 9

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

How To Install and Use Docker Compose on Rocky Linux 9

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 9 server and how to get started using this tool.

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

How To Install and Use Docker on Rocky Linux 9

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 9. You’ll install Docker itself, work with containers and images, and push an image to a Docker Repository.

Read more
How to Set Up Squid Proxy for Private Connections on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

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

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. Squid is a stable, popular, open-source HTTP proxy. In this tutorial, you will be installing and configuring Squid to provide an HTTP proxy on Rocky.

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

How To Install and Use PostgreSQL on Rocky Linux 9

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 Set Up SSH Keys on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How to Set Up SSH Keys on Rocky Linux 9

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 getting a reliable SSH configuration set up.

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

How To Install MariaDB on Rocky Linux 9

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. This tutorial will explain how to install MariaDB on a Rocky Linux 9 server, and verify that it is running and has a safe initial configuration.

Read more
How to Use Ansible to Automate Initial Server Setup on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How to Use Ansible to Automate Initial Server Setup on Rocky Linux 9

Server automation now plays an essential role in systems administration, due to the disposable nature of modern application environments. Ansible offers an architecture that doesn’t require special software to be installed on nodes. It also provides a robust set of features and built-in modules which facilitate writing automation scripts.

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

How To Install MySQL on Rocky Linux 9

MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It implements the relational model and uses SQL (Structured Query Language) to manage its data. This tutorial will explain how to install MySQL on a Rocky Linux 9 server.

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

Initial Server Setup with Rocky Linux 9

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

Read more
CHAT