- Description
- Curriculum
- Reviews
-
2An 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.
-
3Understanding the Linux File System Hierarchy
-
4Basic Linux Commands and Utilities
-
5Quiz 1
-
6How to download and install Linux
-
7Step 1 - Choose a method to install Linux
-
8Step 2 - Choose a Linux distribution
-
9Step 3 - Follow install method instructions
-
10Step 4 - After installing Linux
-
11A Complete Guide to Linux Config Files
-
12What Does This Guide Cover?
-
13What are Linux Configuration Files?
-
14How to Configure the Network-scripts Config File
-
15What is the Network Config File in Oracle Linux?
-
16When and Why to Configure the Interfaces Config File in Debian
-
17What is DHCP?
-
18Hosts Config File
-
19Nsswitch (Name Service Switch) Config File
-
20Resolv Config File
-
21Sysctl Config File
-
22Netplan: Configuration Files
-
23Quiz 2
-
37Advanced 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
-
38Quiz 8