76 - Introduction to Red Hat Distro
77 - Installing VirtualBox on Mac
78 - RHEL Installation
79 - RHEL Registration with Subscription Management
80 - RHEL Virtual Machine Creation and Management with Cockpi
81 - RHEL Customizing Hostnames and Creating Snapshots with C
82 - Creating Lab Environments Installing and Configuring Vag
83 - Linux History and OpenSource Development
84 - Linux Advantages Collaborative Development and Rapid Fix
85 - Linux Licensing Models
86 - Components of Linux Distributions
87 - Common Uses of Linux
88 - Linux in the Cloud Overview
89 - Linux Shell Basic Commands
90 - Using Basic Commands
91 - Introduction to Shell Metacharacters in Linux
92 - Linux Help Systems and Proper Shutdown Procedures
93 - Navigating the Linux File System Understanding Directory
94 - Linux Directory Navigation Essential Commands
95 - Understanding Linux File Types
96 - File Listing Techniques in Linux Exploring ls Command Op
97 - Wildcard Metacharacters in Linux File Management
98 - File Content Display in Linux
99 - Text Processing with Grep in Linux
100 - File and Directory Management Essential Linux Commands
101 - File Manipulation Copying Moving and Removing
102 - File Security Understanding and Utilizing File Attribute
103 - Searching in Linux the find Command for Efficient File
104 - Searching in Linux Part 2
105 - Searching in Linux Part 3
106 - Searching in Linux Part 4
107 - HandsOn Guide to Finding Large Files and Creating a Long
108 - Setting up File Permissions Essential Linux Security Con
109 - File Access Control with Linux Permissions
110 - Setting Up Group Permissions in Linux
111 - HandsOn Demo Configuring Linux Permissions for Team Dev
112 - Introduction to Basic Navigation in Vim
113 - Handson Practice Vim Installation and Basic Navigation
114 - Fundamentals of Editing in Vim
115 - Basic Vim Navigation
116 - Advanced Vim Navigation
117 - Vim Search and Replace
118 - Vim Copy and Insert
119 - Vim Fundamentals A Comprehensive Review of Core Concepts
120 - Overview of Exercise Lessons What will we learn
121 - Exercise 1 Editing in Vim
122 - Exercise 2 Editing in Vim
123 - Exercise 3 Editing in Vim
124 - Exercise 4 Editing in Vim
125 - Navigating and Editing Multiple Files in Vim
126 - Searching the needed info with grepwc
127 - Cat and output redirection
128 - Using pipes
129 - Processes revealed
130 - Processes and jobs
131 - Exploring all running processes with top command
132 - Understanding process states
133 - Changing process priority with nice
134 - Controlling processes with signals
135 - Changing password and working with PATH
136 - Special characters and commandline keystrokes
137 - Chaining operators
138 - Sed and awk
139 - Sed and awk Part 2
140 - Performing exit reboot or shutdown on the system
141 - Using BASH history
142 - Using aliases to create your own commands
143 - Watching files updates live with watch command
144 - Gaining administrative privileges with sudo command
145 - Managing packages with rpm command
146 - Managing packages with rpm command
147 - Installing and modifying packages with rpm command
148 - Viewing pgp keys and verifying package attributes
149 - YUM package manager Part 1
150 - YUM package manager Part 2
151 - YUM package manager Part 3
152 - Configuring hostname
153 - IPv4 concepts and traceroute command usage
154 - Using ip command
155 - Validating and Troubleshooting Network Configuration
156 - Practice Lab Examining Network Configuration
157 - Configuring Networking with nmcli
158 - Validating Network Configuration with Guided Exercise
159 - Editing Network Configuration Files with Guided Exercise
160 - Lab Managing Networking
161 - Users Intro id command passwd file
162 - Users Gaining Superuser Access su and sudo commands
163 - Users Configuring sudo
164 - Users Guided Exercise Using sudo
165 - Users Using useradd userdel and usermod
166 - Users Practice excersise with useradd userdel and userm
167 - Groups groupadd groupdel and groupmod
168 - Groups adding users to groups
169 - Users working with passwords
170 - Users Practice Working with passwords
171 - Lab Managing Users and Groups
172 - File permissions
173 - Changing Permissions for Files and Directories
174 - Changing Ownership for Files and Directories
175 - Guided Exercise Managing File System Permissions
176 - Umask and Managing Default Permissions and File Access
177 - Guided Exercise Umask and Managing Default Permissions
178 - Lab Controlling Access to Files