CentOS

Cómo configurar claves de SSH en CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Cómo configurar claves de SSH en CentOS 8

SSH, o shell seguro, es un protocolo cifrado que se usa para administrar servidores y comunicarse con ellos. Al trabajar con un servidor de CentOS, es probable que pase la mayor parte de su tiempo en una sesión de terminal conectada a su servidor a través de SSH. En esta…

Read more
How To Troubleshoot Common Apache Errors — step-by-step Linux tutorial on Progressive Robot

How To Troubleshoot Common Apache Errors

There are three main commands, and a set of common log locations that you can use to get started troubleshooting Apache errors. Generally when you are troubleshooting Apache, you will use these commands in the order indicated here, and then examine log files for specific…

Read more
How To Write Custom System Audit Rules on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Write Custom System Audit Rules on CentOS 7

The Linux Audit System creates an audit trail, a way to track all kinds of information on your system. It can record a lot of data like types of events, the date and time, user IDs, system calls, processes, files used, SELinux contexts, and sensitivity levels. It can track whether a file has been accessed, edited, or executed. It can even track if changes to file attributes.

Read more
How to Create a High Availability Setup with Pacemaker, Corosync and Reserved IPs on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How to Create a High Availability Setup with Pacemaker, Corosync and Reserved IPs on CentOS 7

Corosync is an open source cluster engine used to implement high availability within applications. This tutorial will demonstrate how to use Corosync and Pacemaker to create a high availability (HA) infrastructure on the cloud provider with CentOS 7 servers and Reserved IPs. To facilitate the process of setting up and managing the cluster nodes, we are going to use PCS, a command line interface that interacts with both Corosync and Pacemaker.

Read more
How To Create and Serve WebP Images to Speed Up Your Website — step-by-step Linux tutorial on Progressive Robot

How To Create and Serve WebP Images to Speed Up Your Website

WebP is an open image format developed by Google in 2010 based on the VP8 video format that supports both lossy and lossless image compression. In this tutorial, you will use the command-line tool `cwebp` to convert images to WebP format, creating scripts that will watch and convert images in a specific directory. Finally, you’ll explore two ways to serve WebP images to your visitors.

Read more
CHAT