2020 - Page 220 of 735

Common Problems 117444

Ubuntu 20.04 LTS NO_PUBKEY Repository Signature Error

🟡 Medium   ⏱ 5–30 min  Last verified: 11 September 2020 📖 ~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 & Cross-Refs References & Further […]

Read more
How to Configure NTP on IBM AIX 7.1 — step-by-step IBM AIX 7.1 tutorial on Progressive Robot

How to Configure NTP 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 ntp on ibm aix 7.1 on IBM AIX […]

Read more
How to Install Apache2 on Debian 10 — step-by-step Debian 10 tutorial on Progressive Robot

How to Install Apache2 on Debian 10

Introduction How to Install Apache2 on Debian 10 is a fundamental operation for any administrator maintaining a Debian 10 Buster server. Debian 10 Buster ships with the Linux 6.12 kernel, updated toolchains, and a fully refreshed package archive — meaning version numbers, configuration file paths, and some dependency chains differ from Debian 10. This tutorial […]

Read more
Python Set — step-by-step Python tutorial on Progressive Robot

Python Set

URL: https://www.progressiverobot.com/python-set/ In this tutorial we are going to learn Python Set. In our previous article we learnt about Python String. You can learn it from [here](/community/tutorials/python-string). !Python Set, python set example Python Set Python Set is an unordered collection of unique elements. Suppose you have a list and you need only the unique items […]

Read more
Introduction to Containers — step-by-step Docker tutorial on Progressive Robot

Introduction to Containers

A container is a unit of software that packages code with its required dependencies in order to run in an isolated, controlled environment. This allows you to run an application in a way that is predictable, repeatable, and without the uncertainty of inconsistent code execution across diverse development and production environments. Containers enable new design paradigms by strengthening the separation of application code and infrastructure code.

Read more
How To Use Apache as a Reverse Proxy with mod_proxy on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Use Apache as a Reverse Proxy with mod_proxy on Debian 8

In this tutorial, you will set up Apache as a reverse proxy using the `mod_proxy` extension to redirect incoming connections to underlying application server(s) running on the same network. There are instructions on setting up a simple web app using the Flask framework to show how Apache interacts with the real application hidden behind it, but you can also follow this tutorial using your existing application server, if you have one.

Read more
Oracle Linux 8 — redis:5 — vulnerability — patch and remediation guide — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — redis:5 — vulnerability — patch and remediation guide (ELSA-2019-2002)

🟠 High   ⏱ 15–60 min  Last verified: 11 September 2020 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2019-2002 Related CVEs: CVE-2019-10193 CVE-2019-10192 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & […]

Read more
How To Set Up a JupyterLab Environment on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up a JupyterLab Environment on Ubuntu 18.04

JupyterLab is the update over Jupyter Notebook environments, offering a highly feature-rich UI that makes it easier for users, particularly in the fields of Data Science and AI, to perform their tasks. In this tutorial, you’ll install and set up JupyterLab on your Ubuntu 18.04 server. You’ll also be configuring your server to be able to connect to the JupyterLab instance remotely from any web browser, securely, using a domain name

Read more
How To Secure Apache with Let's Encrypt on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Secure Apache with Let’s Encrypt on Ubuntu 16.04

This tutorial will show you how to set up a free TLS/SSL certificate from Let’s Encrypt on a Ubuntu 16.04 server running Apache as web server. TLS certificates are used within web servers to encrypt the traffic between server and client, providing extra security for users accessing your application.

Read more
How To Maintain Open-Source Software Projects — step-by-step DevOps tutorial on Progressive Robot

How To Maintain Open-Source Software Projects

This tutorial will take you through some tips for maintaining public repositories of open-source software. Being a leader of an open-source project comes with both technical and non-technical responsibilities to help foster a user-base and community around your project. Taking on the role of a maintainer is an opportunity to learn from others, get experience with project management, and watch your project grow and change as your users become invested contributors.

Read more
CHAT