From b6627d92a5bdee194dfa5c5ba6ca704cb564df69 Mon Sep 17 00:00:00 2001 From: RHCSA Date: Wed, 4 Dec 2024 14:50:49 -0500 Subject: [PATCH] Change chapter 6 --- .../01- Schedule tasks using at and cron.md | 2 ++ ...services to start automatically at boot.md | 2 ++ ...ot into a specific target automatically.md | 2 ++ .../04- Configure time service clients.md | 2 ++ ...pository, or from the local file system.md | 2 ++ .../06- Modify the system bootloader.md | 2 ++ index.html | 20 ++++++++----------- 7 files changed, 20 insertions(+), 12 deletions(-) diff --git a/contents/06- Deploy, configure, and maintain systems/01- Schedule tasks using at and cron.md b/contents/06- Deploy, configure, and maintain systems/01- Schedule tasks using at and cron.md index 987df76..0ed37da 100644 --- a/contents/06- Deploy, configure, and maintain systems/01- Schedule tasks using at and cron.md +++ b/contents/06- Deploy, configure, and maintain systems/01- Schedule tasks using at and cron.md @@ -1,3 +1,5 @@ +## 01- Schedule tasks using at and cron: + The RHCSA exam topic **"Schedule tasks using `at` and `cron`"** focuses on automating task execution at specific times or intervals. **`at`** and **`cron`** are essential tools in Linux for task scheduling: - **`at`**: Schedules a one-time task at a specific time. diff --git a/contents/06- Deploy, configure, and maintain systems/02- Start and stop services and configure services to start automatically at boot.md b/contents/06- Deploy, configure, and maintain systems/02- Start and stop services and configure services to start automatically at boot.md index 9b135e4..0c20480 100644 --- a/contents/06- Deploy, configure, and maintain systems/02- Start and stop services and configure services to start automatically at boot.md +++ b/contents/06- Deploy, configure, and maintain systems/02- Start and stop services and configure services to start automatically at boot.md @@ -1,3 +1,5 @@ +## 02- Start and stop services and configure services to start automatically at boot: + The RHCSA exam topic **"Start and stop services and configure services to start automatically at boot"** focuses on managing system services using **`systemctl`**, the command used to control the **systemd** service manager. You’ll need to understand how to start, stop, restart, and enable/disable services, and ensure that service configurations are persistent across reboots. --- diff --git a/contents/06- Deploy, configure, and maintain systems/03- Configure systems to boot into a specific target automatically.md b/contents/06- Deploy, configure, and maintain systems/03- Configure systems to boot into a specific target automatically.md index 52bc9c1..8e6485a 100644 --- a/contents/06- Deploy, configure, and maintain systems/03- Configure systems to boot into a specific target automatically.md +++ b/contents/06- Deploy, configure, and maintain systems/03- Configure systems to boot into a specific target automatically.md @@ -1,3 +1,5 @@ +## 03- Configure systems to boot into a specific target automatically: + The RHCSA exam topic **"Configure systems to boot into a specific target automatically"** focuses on understanding **systemd targets** and how to configure a system to boot into a specific target (e.g., graphical mode, multi-user mode, etc.). Systemd targets are used to define the state the system should be in after boot, such as **graphical** mode (with a graphical user interface) or **multi-user** mode (without a graphical interface). diff --git a/contents/06- Deploy, configure, and maintain systems/04- Configure time service clients.md b/contents/06- Deploy, configure, and maintain systems/04- Configure time service clients.md index 1b5e83c..318785c 100644 --- a/contents/06- Deploy, configure, and maintain systems/04- Configure time service clients.md +++ b/contents/06- Deploy, configure, and maintain systems/04- Configure time service clients.md @@ -1,3 +1,5 @@ +## 04- Configure time service clients: + The RHCSA exam topic **"Configure time service clients"** focuses on setting up time synchronization on a system. Correct time configuration is critical in Linux environments, as it ensures consistency across servers, logs, scheduled jobs, and security protocols. On RHEL 8, time services are managed using **`chronyd`**, which is the default daemon for time synchronization (replacing the older **`ntpd`** service). --- diff --git a/contents/06- Deploy, configure, and maintain systems/05- Install and update software packages from Red Hat Network, a remote repository, or from the local file system.md b/contents/06- Deploy, configure, and maintain systems/05- Install and update software packages from Red Hat Network, a remote repository, or from the local file system.md index 243fd8d..a519321 100644 --- a/contents/06- Deploy, configure, and maintain systems/05- Install and update software packages from Red Hat Network, a remote repository, or from the local file system.md +++ b/contents/06- Deploy, configure, and maintain systems/05- Install and update software packages from Red Hat Network, a remote repository, or from the local file system.md @@ -1,3 +1,5 @@ +## 05- Install and update software packages from Red Hat Network, a remote repository, or from the local file system: + The RHCSA exam topic **"Install and update software packages from Red Hat Network, a remote repository, or from the local file system"** involves managing software on a RHEL system using the **`yum`** or **`dnf`** package manager. You need to know how to install, update, and manage software packages from different sources like the Red Hat repositories, third-party repositories, or local package files. --- diff --git a/contents/06- Deploy, configure, and maintain systems/06- Modify the system bootloader.md b/contents/06- Deploy, configure, and maintain systems/06- Modify the system bootloader.md index c60d83f..f7410bc 100644 --- a/contents/06- Deploy, configure, and maintain systems/06- Modify the system bootloader.md +++ b/contents/06- Deploy, configure, and maintain systems/06- Modify the system bootloader.md @@ -1,3 +1,5 @@ +## 06- Modify the system bootloader: + The RHCSA exam topic **"Modify the system bootloader"** refers to tasks related to managing the **GRUB2** bootloader, which is the default bootloader used in RHEL-based systems. GRUB2 (GRand Unified Bootloader version 2) is responsible for loading the operating system kernel and initializing the boot process. In the RHCSA exam, you may be asked to perform tasks such as changing the default kernel, modifying boot parameters, or recovering access to a system by modifying GRUB2 at boot time. diff --git a/index.html b/index.html index e95fd80..3beaaea 100644 --- a/index.html +++ b/index.html @@ -183,8 +183,8 @@ .gradual-buttons button { display: block; /* Ensure buttons behave like block elements */ text-align: left; /* Align text to the left */ - background-color: #cc0000; - color: white; + background-color: #ffffff; + color: #cc0000; border: 1px solid transparent; /* Optional: Makes the border more visible if needed */ padding: 10px; border-radius: 5px; @@ -415,16 +415,12 @@

Chapter 05: Create and configure file systems:

Chapter 06: Deploy, configure, and maintain systems:

- - - - - - - - - - + + + + + +