2021 - Page 443 of 759

How to Set Up Log Rotation on SLES 12 — step-by-step SUSE Linux Enterprise 12 tutorial on Progressive Robot

How to Set Up Log Rotation on SLES 12

Introduction This tutorial covers How to Set Up Log Rotation 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 […]

Read more
Common Problems 112600

Windows Server 2019 NVMe Driver Mismatch Throttles Throughput After Patching – Fix & Prevention

🟠 High   ⏱ 5–30 min  Last verified: 4 June 2021 Affected versions: Windows Server 2019 📖 ~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
What's New in Ubuntu 18.04 Bionic Beaver — step-by-step Linux tutorial on Progressive Robot

What’s New in Ubuntu 18.04 Bionic Beaver

The Ubuntu operating system’s most recent Long Term Support (LTS) release, version 18.04 (Bionic Beaver), was released on April 26, 2018. This guide is intended as a brief overview of new features and significant changes to Ubuntu Server since the previous LTS release, 16.04.

Read more
String to byte array, byte array to String in Java — step-by-step Programming tutorial on Progressive Robot

String to byte array, byte array to String in Java

URL: https://www.progressiverobot.com/string-byte-array-java/ Today we will learn how to convert String to byte array in java. We will also learn how to convert byte array to String in Java. String to byte array We can use String class getBytes() method to encode the string into a sequence of bytes using the platform's default charset. This method […]

Read more
iOS Progress Bar (Progress View) — step-by-step DevOps tutorial on Progressive Robot

iOS Progress Bar (Progress View)

URL: https://www.progressiverobot.com/ios-progress-bar-progress-view/ In this tutorial, we'll be discussing the UIProgressView component and create a progress bar in our iOS Application. iOS Progress Bar – UIProgressView ProgressView is used to display the progress of any long running activity such as downloading/uploading/waiting for a response from web service to the user. This is a vital UI element […]

Read more
How To Use LVM To Manage Storage Devices on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Use LVM To Manage Storage Devices on Ubuntu 18.04

LVM, or Logical Volume Management, is a storage device management technology that gives users the power to pool and abstract the physical layout of component storage devices for easier and flexible administration. In this guide, we will cover how to manage your storage devices with LVM. We will show you how to display information about volumes and potential targets, how to create and destroy volumes of various types, and how to modify existing volumes through resizing or transformation.

Read more
How to Configure Jail Networking on FreeBSD 13 — step-by-step FreeBSD 13 tutorial on Progressive Robot

How to Configure Jail Networking on FreeBSD 13

Introduction How to Configure Jail Networking on FreeBSD 13 is a core administration task for any FreeBSD 13 server operator. FreeBSD 13 ships with the 15.0-RELEASE kernel, ZFS as the default root filesystem, Capsicum capability sandboxing improvements, and an updated ports tree. Unlike Linux distributions, FreeBSD uses rc(8) for service management, pf for packet filtering, […]

Read more
FreeBSD 13 — mod_dosevasive — security advisory — patch and remediation guide — diagnosis and fix on FreeBSD 13

FreeBSD 13 — mod_dosevasive — security advisory — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 4 June 2021 Affected versions: FreeBSD 13 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: mod_dosevasive — insecure temporary file creation Upstream summary: An LSS Security Advisory reports: When a denial of service attack is detected, mod_dosevasive will, among other things, create a temporary file […]

Read more
CHAT