02-Red Hat System Administration I | RH124 (Linux Instalation) By Eng-Abeer Hosni | Arabic
3 min read
7 months ago
Published on Sep 27, 2025
This response is partially generated with the help of AI. It may contain inaccuracies.
Table of Contents
Introduction
This tutorial provides a step-by-step guide to installing Linux as demonstrated in the video by Eng-Abeer Hosni. Whether you are a beginner or looking to refresh your skills, this guide will help you understand the installation process of Red Hat Linux effectively.
Step 1: Prepare Your Installation Media
- Download the Installation ISO: Visit the Red Hat website or another trusted source to download the Red Hat Linux ISO file.
- Create a Bootable USB Drive:
- Use tools like Rufus (for Windows) or Etcher (for Mac/Linux).
- Insert a USB drive and select it in the tool.
- Choose the downloaded ISO file and start the process.
- Check BIOS Settings:
- Restart your computer and enter the BIOS/UEFI settings (usually by pressing F2, F10, or DEL).
- Set the USB drive as the primary boot device.
Step 2: Boot from USB Drive
- Insert the Bootable USB: Connect the USB drive to the computer.
- Start the Installation: Boot your computer. It should automatically load the USB drive.
- Select Installation Option: Choose the option to install Red Hat Linux from the menu that appears.
Step 3: Configure Installation Settings
- Select Language: Choose your preferred language for the installation process.
- Set Installation Destination:
- Select the disk where you want to install Linux.
- You may choose to erase the disk or install alongside another operating system.
- Configure Network Settings (if necessary):
- Connect to Wi-Fi or configure Ethernet settings if required for the installation.
Step 4: Set Up User Accounts
- Create a Root Password: This is your administrative account, so choose a strong password.
- Add User Accounts: Create standard user accounts as needed, providing usernames and passwords.
Step 5: Begin Installation
- Start the Installation Process: Review your settings and click on the “Begin Installation” button.
- Monitor Progress: The installation will take some time. You can see the progress on the screen.
Step 6: Complete Installation
- Finish Installation: Once the installation is complete, you will see a confirmation screen.
- Remove USB Drive: Take out the USB drive before rebooting.
- Restart Computer: Click on the option to reboot your system.
Step 7: Post-Installation Configuration
- First Boot Setup: On the first boot, you may need to configure additional settings such as time zone and keyboard layout.
- Update System:
- Open a terminal and run the following commands to update your system:
sudo dnf update
- Open a terminal and run the following commands to update your system:
- Install Additional Software: Consider installing any required packages or software based on your needs.
Conclusion
You have successfully installed Red Hat Linux! With your system up and running, you can explore its features and begin using it for your projects. For further learning, consider checking out additional resources or tutorials on system administration tasks in Linux.