- Description
- Curriculum
- Reviews
-
3An Introduction to Linux Basics
Welcome to Module 1: Introduction to Linux. In this module, we will delve into the basics of Linux, including an overview of Linux distributions, understanding the Linux file system hierarchy, and learning about basic Linux commands and utilities.
-
4Understanding the Linux File System Hierarchy
-
5Basic Linux Commands and Utilities
-
6Quiz 1
-
7How to download and install Linux
-
8Step 1 - Choose a method to install Linux
-
9Step 2 - Choose a Linux distribution
-
10Step 3 - Follow install method instructions
-
11Step 4 - After installing Linux
-
12A Complete Guide to Linux Config Files
-
13What Does This Guide Cover?
-
14What are Linux Configuration Files?
-
15How to Configure the Network-scripts Config File
-
16What is the Network Config File in Oracle Linux?
-
17When and Why to Configure the Interfaces Config File in Debian
-
18What is DHCP?
-
19Hosts Config File
-
20Nsswitch (Name Service Switch) Config File
-
21Resolv Config File
-
22Sysctl Config File
-
23Netplan: Configuration Files
-
24Quiz 2
-
38Advanced Shell Scripting
Introduction to Advanced Shell Scripting
In this section, we delve deeper into the capabilities of shell scripting, focusing on advanced techniques and practices that enable system administrators to automate complex tasks efficiently. Advanced Linux shell scripting builds upon the fundamentals covered in earlier courses, empowering users to leverage the full potential of shell scripting for system administration.
Key Concepts Covered:
- Functions and Error Handling in Shell Scripts
- Text Processing and Manipulation using awk, sed, and grep
- Automating System Administration Tasks with Shell Scripts
-
39Quiz 8