> ## Documentation Index
> Fetch the complete documentation index at: https://linux-plus.ipoint-labs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Weekend — IAD1-A

> Four-week study plan for the weekend IAD1-A cohort. Saturday and Sunday, 8:00 AM – 6:00 PM, Sep 26 – Oct 18, 2026.

<Note>
  **Hussein A.** · IAD1-A, room C100 · Saturday and Sunday, 8:00 AM – 6:00 PM

  Four weeks, **Sep 26 – Oct 18, 2026**.
</Note>

Every week asks the same four things of you: read the slides for that week's domains, run every lab in them, finish the IP Learn simulations, and submit the Exam Edge assignment.

Slides are on the domain pages in this portal. Labs launch from their own page into the [IP Lab Portal](https://labs.intellectualpoint.com). Simulations and Exam Edge are graded in [MyIP Portal](https://my.ipoint.id) — not here.

## Week 1 · Sep 26 – Sep 27

**Sessions:** Sat Sep 26, Sun Sep 27, 8:00 AM – 6:00 PM

| Domain                                                                 | Slides  | Labs  |
| ---------------------------------------------------------------------- | ------- | ----- |
| [1. Identifying Basic Linux Concepts](/linux-concepts/domain-material) | 37      | 1     |
| [2. Administering Users and Groups](/users-and-groups/domain-material) | 66      | 3     |
| [3. Configuring Permissions](/permissions/domain-material)             | 35      | 4     |
| [4. Implementing File Management](/file-management/domain-material)    | 43      | 1     |
| **Week total**                                                         | **181** | **9** |

**Labs — finish all 9**

* [Exploring the Linux Environment](/linux-concepts/exploring-the-linux-environment)
* [Manage User Accounts](/users-and-groups/manage-user-accounts)
* [Manage Group Accounts](/users-and-groups/manage-group-accounts)
* [Configure And Troubleshoot Privilege Escalation](/users-and-groups/configure-troubleshoot-privilege-escalation)
* [Configure Standard Linux Permissions](/permissions/configure-standard-linux-permissions)
* [Set Special Linux Permissions](/permissions/set-special-linux-permissions)
* [Configure Access Control Lists](/permissions/configure-access-control-lists)
* [Manage Identity And Access Control](/permissions/manage-identity-and-access-control)
* [Use File Management Commands](/file-management/use-file-management-commands)

<div className="due-card">
  <Card title="Due by Sunday Sep 27" icon="calendar-check">
    - IP Learn Simulation 1
    - Exam Edge Assignment 1

    Both are submitted in [MyIP Portal](https://my.ipoint.id), not in this portal.
  </Card>
</div>

## Week 2 · Oct 3 – Oct 4

**Sessions:** Sat Oct 3, Sun Oct 4, 8:00 AM – 6:00 PM

| Domain                                                                          | Slides  | Labs   |
| ------------------------------------------------------------------------------- | ------- | ------ |
| [5. Authoring Text Files](/text-files/domain-material)                          | 32      | 4      |
| [6. Deploying Software](/software/domain-material)                              | 34      | 1      |
| [7. Administering Storage](/storage/domain-material)                            | 65      | 3      |
| [8. Managing the Linux Kernel and Devices](/kernel-and-devices/domain-material) | 58      | 1      |
| [9. Maintaining Services](/services/domain-material)                            | 50      | 4      |
| **Week total**                                                                  | **239** | **13** |

**Labs — finish all 13**

* [Edit Text Files And Write A Backup Script](/text-files/edit-text-files-and-write-a-backup-script)
* [Compress Backup and Restore Files](/text-files/compress-backup-and-restore-files)
* [Troubleshoot File Management](/text-files/troubleshoot-file-management)
* [Securely Manage Files](/text-files/securely-manage-files)
* [Configure and Manage Software](/software/configure-and-manage-software)
* [Deploy Standard Storage](/storage/deploy-standard-storage)
* [Deploy Logical Volume Manager](/storage/deploy-logical-volume-manager)
* [Configure Storage](/storage/configure-storage)
* [Manage Processes](/kernel-and-devices/manage-processes)
* [Manage Systemd And Services](/services/manage-systemd-and-services)
* [Deploy Services](/services/deploy-services)
* [Manage Processes And Configure Authentication](/services/manage-processes-and-configure-authentication)
* [Manage Servers](/services/manage-servers)

<div className="due-card">
  <Card title="Due by Sunday Oct 4" icon="calendar-check">
    - IP Learn Simulation 2
    - IP Learn Simulation 3
    - Exam Edge Assignment 2
    - Exam Edge Assignment 3

    Both are submitted in [MyIP Portal](https://my.ipoint.id), not in this portal.
  </Card>
</div>

## Week 3 · Oct 10 – Oct 11

**Sessions:** Sat Oct 10, Sun Oct 11, 8:00 AM – 6:00 PM

| Domain                                                          | Slides  | Labs   |
| --------------------------------------------------------------- | ------- | ------ |
| [10. Configuring Network Settings](/networking/domain-material) | 113     | 5      |
| [11. Securing a Linux System](/security/domain-material)        | 80      | 5      |
| [12. Installing Linux](/installing-linux/domain-material)       | 44      | 4      |
| **Week total**                                                  | **237** | **14** |

**Labs — finish all 14**

* [Configure Network Settings](/networking/configure-network-settings)
* [Configure Remote Administration](/networking/configure-remote-administration)
* [Configure a Firewall](/networking/configure-a-firewall)
* [Intercept Network Traffic](/networking/intercept-network-traffic)
* [Configure Networking](/networking/configure-networking)
* [Harden A Linux System](/security/harden-a-linux-system)
* [Manage Certificates with Openssl](/security/manage-certificates-with-openssl)
* [Configure SELinux](/security/configure-selinux)
* [Configure System Security](/security/configure-system-security)
* [Secure a Network](/security/secure-a-network)
* [Manage Grub2](/installing-linux/manage-grub2)
* [Systemd Boot Options](/installing-linux/systemd-boot-options)
* [Deploy Linux on a VM](/installing-linux/deploy-linux-on-a-vm)
* [Install Linux On A New Client](/installing-linux/install-linux-on-a-new-client)

<div className="due-card">
  <Card title="Due by Sunday Oct 11" icon="calendar-check">
    - IP Learn Simulation 4
    - IP Learn Simulation 5
    - Exam Edge Assignment 4
    - Exam Edge Assignment 5

    Both are submitted in [MyIP Portal](https://my.ipoint.id), not in this portal.
  </Card>
</div>

## Week 4 · Oct 17 – Oct 18

**Sessions:** Sat Oct 17, Sun Oct 18, 8:00 AM – 6:00 PM

| Domain                                                                  | Slides  | Labs  |
| ----------------------------------------------------------------------- | ------- | ----- |
| [13. Scripting with Bash and Python](/scripting/domain-material)        | 90      | 3     |
| [14. Managing Containers in Linux](/containers/domain-material)         | 28      | 1     |
| [15. Automating Infrastructure Management](/automation/domain-material) | 29      | 2     |
| **Week total**                                                          | **147** | **6** |

**Labs — finish all 6**

* [Use Scripting Elements](/scripting/use-scripting-elements)
* [Manage Version Control with Git](/scripting/manage-version-control-with-git)
* [Manage Scripts](/scripting/manage-scripts)
* [Deploy Containers](/containers/deploy-containers)
* [Configure A System With Ansible](/automation/configure-a-system-with-ansible)
* [Deploy And Configure A Linux Server](/automation/deploy-and-configure-a-linux-server)

<div className="due-card">
  <Card title="Due by Sunday Oct 18" icon="calendar-check">
    - IP Learn Simulation 6
    - Exam Edge Assignment 6

    Both are submitted in [MyIP Portal](https://my.ipoint.id), not in this portal.
  </Card>
</div>

**Then revision.** Week 4 is the lightest on new material on purpose. Once Domain 15 is done, go back through every domain you scored badly on, redo the labs you rushed, and sit two full mocks before your exam date.

## The whole course at a glance

| Week      | Domains  | Slides  | Labs   | Simulations | Exam Edge |
| --------- | -------- | ------- | ------ | ----------- | --------- |
| 1         | 1–4      | 181     | 9      | 1           | 1         |
| 2         | 5–9      | 239     | 13     | 2, 3        | 2, 3      |
| 3         | 10–12    | 237     | 14     | 4, 5        | 4, 5      |
| 4         | 13–15    | 147     | 6      | 6           | 6         |
| **Total** | **1–15** | **804** | **42** | **6**       | **6**     |
