Skip to content

Commit 5baf342

Browse files
author
Patrick Starrenburg
committed
# Conflicts:
# docs/guides/migrate2rocky.md # docs/guides/security/enabling_iptables_firewall.md This is merge of all the content changes!
1 parent 3416c53 commit 5baf342

File tree

109 files changed

+2671
-2141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+2671
-2141
lines changed

.gitattributes

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# We'll let Git's auto-detection algorithm infer if a file is text. If it is,
2+
# enforce LF line endings regardless of OS or git configurations.
3+
* text=auto eol=lf
4+
5+
# Isolate binary files in case the auto-detection algorithm fails and
6+
# marks them as text files (which could brick them).
7+
*.{png,jpg,jpeg,gif,webp,woff,woff2} binary
8+

docs/.pages

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
nav:
3+
- ... | index*.md
4+
- Guides: guides
5+
- Books: books
6+
- Labs: labs
7+
- Release Notes: release_notes
8+
- Rocky Linux: https://rockylinux.org

docs/assets/favicon.png

1.14 KB
Loading

docs/books/.pages

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
nav:
3+
- ... | index*.md
4+
- System Administrator's Guide: admin_guide
5+
- ...

docs/books/admin_guide/00-toc.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Learning Linux With Rocky
3+
---
4+
15
# Learning Linux with Rocky
26

37
The Administration Guide is a collection of Educational Documents focused on System Administrators. They can be used by future System Administrators trying to get up to speed, by current System Administrators who would like a refresher, or by any Linux user who'd like to learn more about the Linux environment, commands, processes, and more. Like all documents of this type, it will evolve and update over time.

docs/books/admin_guide/01-presentation.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Introduction to the Linux operating system
1+
---
2+
title: Introduction to Linux
3+
---
4+
5+
# Introduction to the Linux Operating System
26

37
In this chapter you will learn about GNU/Linux distributions.
48

0 commit comments

Comments
 (0)