2020 - Page 80 of 735

Common Problems 117631

Ubuntu 20.04 LTS Recurring ext4 Journal Errors on Reboot

🟠 High   ⏱ 5–30 min  Last verified: 21 November 2020 Affected versions: 20.04 LTS 📖 ~1 min read Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance Criteria Rollback Plan Prevention & Hardening Related Errors & […]

Read more
How to Set Up iSCSI Initiator on Oracle Linux 8 — step-by-step Oracle Linux 8 tutorial on Progressive Robot

How to Set Up iSCSI Initiator on Oracle Linux 8

Introduction Setting up set up iscsi initiator on oracle linux 8 on a Oracle Linux 8 server is a common task for system administrators, DevOps engineers, and site reliability engineers. This guide explains how to Set Up iSCSI Initiator on Oracle Linux 8, with all the commands you need, the SELinux and firewalld considerations to […]

Read more
How to Configure RACF Integration on IBM AIX 7.2 — step-by-step IBM AIX 7.2 tutorial on Progressive Robot

How to Configure RACF Integration on IBM AIX 7.2

Introduction IBM AIX 7.2 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.2 introduces enhanced virtualization, security hardening, and cloud integration features. This guide covers how to configure racf integration on ibm aix 7.2 on IBM […]

Read more
How to Configure LDAP on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure LDAP on Windows Server 2012 R2

How to Configure LDAP on Windows Server 2012 R2 Lightweight Directory Access Protocol (LDAP) is the standard protocol used to access and manage directory services, including Active Directory Domain Services. Applications, scripts, and third-party systems use LDAP to search for users, authenticate accounts, and read or modify directory objects. Windows Server 2012 R2 supports LDAP […]

Read more
Java Lock Example - ReentrantLock — step-by-step Programming tutorial on Progressive Robot

Java Lock Example – ReentrantLock

URL: https://www.progressiverobot.com/java-lock-example-reentrantlock/ Welcome to Java Lock example tutorial. Usually when working with multi-threaded environment, we use [synchronized for thread safety](/community/tutorials/thread-safety-in-java). Java Lock ![java lock, java lock example, ReentrantLock in Java, java locks](images/java-lock-example-reentrantlock-section-1.png) Most of the times, synchronized keyword is the way to go but it has some shortcomings that lead the way to inclusion of […]

Read more
How To Sync Transformed Data from MongoDB to Elasticsearch with Transporter on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Sync Transformed Data from MongoDB to Elasticsearch with Transporter on Ubuntu 14.04

Many times, you might need to migrate data from MongoDB to Elasticsearch in bulk. Writing your own program for this task can be tedious. There is a wonderful open source utility called Transporter, developed by [Compose](https://www.compose.io/) (a cloud platform for databases), that takes care of this task very efficiently. This tutorial shows you how to use the open-source utility Transporter to copy data from MongoDB to Elasticsearch with custom transformations.

Read more
Установка Ruby on Rails с помощью rbenv в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка Ruby on Rails с помощью rbenv в Ubuntu 18.04

Ruby on Rails — один из самых популярных среди разработчиков наборов приложений для создания сайтов и веб-приложений. Язык программирования Ruby в сочетании с системой разработки Rails делает разработку приложений очень простой. Вы можете легко…

Read more
CHAT