From b4f7bab9a8fef1d8907f9f8559bed09fac3dcaeb Mon Sep 17 00:00:00 2001 From: William Graef Date: Mon, 2 Sep 2024 11:05:40 -0400 Subject: [PATCH] update yum mirror post --- content/posts/ol/package/post-7/index.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/content/posts/ol/package/post-7/index.md b/content/posts/ol/package/post-7/index.md index 45dd01ab..a73abe99 100644 --- a/content/posts/ol/package/post-7/index.md +++ b/content/posts/ol/package/post-7/index.md @@ -17,16 +17,16 @@ showDate: true The task of mirroring a yum repository holds multiple benefits. These include the following: -- Provide access to yum repositories for systems without access to a public network +- Provide access to Yum repositories for systems without access to a public network - Improve software download times and reduce the bandwidth overhead of a large infrastructure - Configure local network-based installation strategies - Catering for a snapshot style update strategy where performing testing against a controlled software distribution environment -This tutorial shows how to mirror a yum repository for local, offline, or distributed systems access. +This tutorial shows how to mirror a yum repository to access to local, offline, or distributed systems. ### Objectives -In this lab, you'll learn how to: +In this tutorial, you'll learn how to: - Prepare a system to host the repository mirror - Install and configure a web server @@ -36,5 +36,9 @@ In this lab, you'll learn how to: ### Prerequisites - Two Oracle Linux systems, one for the server and the other as a client - - Storage with enough free space to contain the repository mirror + - Each system should have Oracle Linux installed and configured with: + - A non-root user account with sudo access + - Access to the Internet + + - Storage with enough free space to contain the repository mirror \ No newline at end of file