Skip to content

Commit eff1a8a

Browse files
authored
Merge pull request #554 from bgraef/main
OL updates to post-1,2,3,4,7
2 parents a4a41fa + 7b315d9 commit eff1a8a

File tree

5 files changed

+58
-15
lines changed

5 files changed

+58
-15
lines changed
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
---
22
title: "Date and Time"
3-
date: 2020-07-02
3+
date: 2025-05-13
44
draft: false
55
summary: "Learn how to use the data and time commands on Oracle Linux."
66
tags: ["ol", "video","ol-admin"]
77
showDate: true
88
---
99

10-
{{< youtube id="q8VlYiF5sx8" title="Date and Time Configuration on Oracle Linux" >}}
10+
{{< youtube id="HmnpOZf14Ts" title="Date and Time Configuration on Oracle Linux" >}}
1111

1212
## Details
1313

14-
This video demonstrates how to manage date and time commands on Oracle Linux 8. You also learn how to use the timedatectl utility, and configure Network Time Protocol using chrony.
14+
This video demonstrates how to use date and time commands on Oracle Linux. This video covers the use of the date command, timedatectl utility, and the chrony daemon.
15+
16+
00:10 Learning objectives
17+
00:30 Command line utilities overview
18+
00:42 date commands
19+
01:34 timedatectl utility
20+
02:35 chronyd
Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
---
22
title: "Proc File System"
3-
date: 2020-07-02
3+
date: 2025-05-13
44
draft: false
55
summary: "Learn how to use the proc file system on Oracle Linux."
66
tags: ["ol", "video","ol-admin"]
77
showDate: true
88
---
99

10-
{{< youtube id="1F51ZHAVfAk" title="Proc File System on Oracle Linux" >}}
10+
{{< youtube id="_9phs3jup-A" title="Proc File System on Oracle Linux" >}}
1111

1212
## Details
1313

14-
This video demonstrates how to manage the Proc File System on Oracle Linux 8. The video will describe the /proc file system, list the top-level files in /proc, list process directories in /proc, and explain the /proc/sys directory.
14+
This video demonstrates how to manage the /proc File System on Oracle Linux.
15+
16+
00:10 Learning Objectives
17+
00:39 The proc File System
18+
01:51 Top-Level Files in /proc
19+
02:33 Process Directories in /proc
20+
03:30 Other Directories in /proc
21+
04:02 The /proc/sys Directory
22+
04:42 Explore /proc Command Line Demonstration
23+
Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
---
22
title: "Sysfs File System"
3-
date: 2020-07-08
3+
date: 2025-05-13
44
draft: false
55
summary: "Learn how to use the sysfs file system on Oracle Linux."
66
tags: ["ol", "video","ol-admin"]
77
showDate: true
88
---
99

10-
{{< youtube id="j9x2cuOE5_Y" title="Sysfs File System on Oracle Linux" >}}
10+
{{< youtube id="eb8oN04ullo" title="Sysfs File System on Oracle Linux" >}}
1111

1212
## Details
1313

14-
This video demonstrates how to manage the sysfs file system on Oracle Linux 8. This video describes the /sysfs file system, explains the lshw utility, describes the lshw-gui utility, and explains the sysctl utility.
14+
This video demonstrates how to manage the sysfs file system on Oracle Linux. This video describes the /sysfs file system, explains the lshw utility, describes the lshw-gui utility, and explains the sysctl utility.
15+
16+
0:10 Learning Objectives
17+
0:31 The sysfs File System
18+
1:19 Explore the /sys Directory
19+
1:50 The lshw Utility
20+
2:10 Running the lshw Demonstration
21+
2:36 The lshw-gui Utility
22+
2:57 Running the lshw-gui Demonstration
23+
3:35 The sysctl Utility
24+
4:26 Running the sysctl Demonstration
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
---
22
title: "Manage Cron"
3-
date: 2020-07-20
3+
date: 2025-05-13
44
draft: false
55
summary: "Learn how to use the cron utility on Oracle Linux."
66
tags: ["ol", "video","ol-admin"]
77
showDate: true
88
---
99

10-
{{< youtube id="BpPGoRYTv9I" title="Automating Tasks with Cron on Oracle Linux" >}}
10+
{{< youtube id="YtU-Fl3wEg4" title="Automating Tasks with Cron on Oracle Linux" >}}
1111

1212
## Details
1313

14-
This video demonstrates how to manage cron utility on Oracle Linux 8. This video describes the available automated task utilities, configures cron jobs, describes cron directories and files, and demonstrates the crontab utility.
14+
This video demonstrates how to manage cron utility on Oracle Linux. With exception of the 'mail' command used in the video, the commands demonstrated in this video also work for any version of Oracle Linux. This video describes the available automated task utilities, configures cron jobs, describes cron directories and files, and demonstrates the crontab utility.
15+
16+
0:10 Learning Objectives
17+
0:27 Automating System Tasks
18+
1:34 Configuring cron Jobs
19+
2:41 Other cron Directories and Files
20+
3:50 The crontab Utility
21+
4:39 Creating a crontab Demonstration
Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
---
22
title: "Users and Groups"
3-
date: 2020-08-19
3+
date: 2025-05-13
44
draft: false
55
summary: "Learn how to administer users and groups on Oracle Linux."
66
tags: ["ol", "video","ol-admin"]
77
showDate: true
88
---
99

10-
{{< youtube id="fag6aHNUkdQ" title="User and Group Administration on Oracle Linux" >}}
10+
{{< youtube id="OOHjlrjyZt4" title="User and Group Administration on Oracle Linux" >}}
1111

1212
## Details
1313

14-
This video demonstrates how to manage users and group administration on Oracle Linux 8. This video explains user and group implementation, describes user and group configuration files, demonstrations configuration of users and groups, and implements user private groups (UPG).
14+
This video demonstrates how to manage users and group administration on Oracle Linux. This video explains user and group implementation, describes user and group configuration files, demonstrations configuration of users and groups, and implements user private groups (UPG).
15+
16+
0:00 Learning Objectives
17+
0:28 Introduction to Users and Groups
18+
2:00 User and Group Configuration Files
19+
4:58 Adding a User Account
20+
5:52 Add a User Account Command Line Demonstration
21+
7:28 Modifying or Deleting User Accounts
22+
8:20 Modify a User Account from the Command Line
23+
9:25 Group Account Administration
24+
10:18 Add a Group Account Command Line Demonstration
25+
11:01 User Private Groups

0 commit comments

Comments
 (0)