chris

How to Configure logrotate on IBM AIX 7.1 — step-by-step IBM AIX 7.1 tutorial on Progressive Robot

How to Configure logrotate on IBM AIX 7.1

Introduction IBM AIX 7.1 is the latest release of IBM’s enterprise-grade UNIX operating system, running on IBM Power Systems hardware. Known for its reliability, security, and performance in mission-critical environments, AIX 7.1 introduces enhanced virtualization, security hardening, and cloud integration features. This guide covers how to configure logrotate on ibm aix 7.1 on IBM AIX […]

Read more
How to Use IBM Systems Director Agent on IBM AIX 7.1 — step-by-step IBM AIX 7.1 tutorial on Progressive Robot

How to Use IBM Systems Director Agent on IBM AIX 7.1

Introduction IBM AIX 7.1 is the latest release of IBM’s enterprise-grade UNIX operating system, running on IBM Power Systems hardware. Known for its reliability, security, and performance in mission-critical environments, AIX 7.1 introduces enhanced virtualization, security hardening, and cloud integration features. This guide covers how to use ibm systems director agent on ibm aix 7.1 […]

Read more
How to Install Netdata on SLES 12 — step-by-step SUSE Linux Enterprise 12 tutorial on Progressive Robot

How to Install Netdata on SLES 12

Introduction This tutorial covers How to Install Netdata on SLES 12 on SLES 12. SLES 12 (SUSE Linux Enterprise Server 16) is SUSE’s enterprise-grade Linux distribution. It uses the zypper package manager, AppArmor for mandatory access control, and systemctl for service management. Prerequisites Ensure your SLES 12 system is up to date: zypper refresh && […]

Read more
Spring @Configuration Annotation — step-by-step DevOps tutorial on Progressive Robot

Spring @Configuration Annotation

URL: https://www.progressiverobot.com/spring-configuration-annotation/ Spring @Configuration annotation is part of the spring core framework. Spring Configuration annotation indicates that the class has @Bean definition methods. So Spring container can process the class and generate Spring Beans to be used in the application. Spring @Configuration Spring @Configuration annotation allows us to use annotations for [dependency injection](/community/tutorials/spring-dependency-injection). Let's understand […]

Read more
Como usar o find e locate para localizar arquivos no Linux — step-by-step Linux tutorial on Progressive Robot

Como usar o find e locate para localizar arquivos no Linux

Localizar arquivos é uma tarefa muito comum em qualquer sistema operacional. Ambos os comandos “find” e “locate” do Linux podem ser usados para procurar arquivos no sistema de arquivos. Este guia irá abordar como usar essas duas ferramentas para criar consultas específicas para arquivos.

Read more
How to Use Ansible to Install and Set Up LEMP on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Use Ansible to Install and Set Up LEMP on Ubuntu 18.04

This guide explains how to use Ansible to automate the steps contained in our guide on How To Install Linux, Nginx, MySQL and PHP (LEMP) on Ubuntu 18.04. The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. This is an acronym that describes a Linux operating system, with an Nginx (pronounced like “Engine-X”) web server. The backend data is stored in the MySQL database and the dynamic processing is handled by PHP.

Read more
How To Store and Retrieve Data in MariaDB Using Python on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Store and Retrieve Data in MariaDB Using Python on Ubuntu 18.04

In this tutorial you will connect a Python application to a database server using the MySQL connector. This module allows you to make queries on the database server from within your application. You’ll set up MariaDB for a Python environment on Ubuntu 18.04 and write a Python script that connects to and executes queries on MariaDB.

Read more
CHAT