chris

How to Automate Backups with rsync and cron on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Automate Backups with rsync and cron on RHEL 7

How to Automate Backups with rsync and cron on RHEL 7 Reliable backups are the foundation of any serious system administration strategy. On RHEL 7, rsync combined with cron provides a powerful, scriptable, and highly efficient backup solution that requires no commercial software or complex infrastructure. rsync transfers only changed file blocks over the network, […]

Read more
Initial Server Setup with RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

Initial Server Setup with RHEL 7

Initial Server Setup with RHEL 7 Setting up a fresh Red Hat Enterprise Linux 7 server correctly from the start is one of the most important steps you can take to ensure long-term security and stability. Whether you have just provisioned a bare-metal machine or a cloud instance, this guide walks you through every essential […]

Read more
How To Install Git on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Git on Ubuntu 12.04

This tutorial covers how to install git on ubuntu 12.04 via apt-get and from the source. Git is a distributed version control system released to the public in 2005. The program allows for non-linear development of projects, and can handle large amounts of data effectively by storing it on the local server.

Read more
openSUSE Tumbleweed — ruby2.2-rubygem-jquery-rails — vulnerability — patch and remediation guide — diagnosis and fix on openSUSE Tumbleweed

openSUSE Tumbleweed — ruby2.2-rubygem-jquery-rails — vulnerability — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: openSUSE Tumbleweed 📖 ~4 min read  •  Source: SUSE advisory openSUSE-SU-2025:15117-1 (see also SUSE bugzilla) Related CVEs: CVE-2015-1840 Upstream summary: jquery_ujs.js in jquery-rails before 3.1.3 and 4.x before 4.0.4 and rails.js in jquery-ujs before 1.0.4, as used with Ruby on Rails 3.x […]

Read more
SLES 15 — libct4 — vulnerability — patch and remediation guide — diagnosis and fix on SLES 15

SLES 15 — libct4 — vulnerability — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 9 December 2019 Affected versions: SLES 15 📖 ~4 min read  •  Source: SUSE advisory SUSE-SU-2020:1417-1 (see also SUSE bugzilla) Related CVEs: CVE-2019-13508 Upstream summary: FreeTDS through 1.1.11 has a Buffer Overflow. Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step […]

Read more
Como construir uma paginação personalizada com o React — step-by-step Javascript tutorial on Progressive Robot

Como construir uma paginação personalizada com o React

Um método para lidar com grandes conjuntos de dados no modo de exibição é utilizando a técnica de rolagem infinita — onde mais dados vão sendo carregados à medida que o usuário continua rolando a página próximo ao fim dela. Essa é a técnica usada na exibição de resultados no Google Imagens. Neste tutorial, veremos como construir um componente de paginação personalizada com o React para paginar grandes conjuntos de dados. Construiremos uma visualização paginada sobre os países no mundo.

Read more
CHAT