mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-20 07:28:03 +00:00
Add backlinks to linux course
This commit is contained in:
@@ -9,7 +9,7 @@ There is a vast amount of resources scattered throughout the web on what are the
|
|||||||
In this course we are focusing on building strong foundational skills. The course is structured in a way to provide more real life examples and how learning each of the topics can play a bigger role in your day to day SRE life. Currently we are covering the following topics under the School Of SRE:
|
In this course we are focusing on building strong foundational skills. The course is structured in a way to provide more real life examples and how learning each of the topics can play a bigger role in your day to day SRE life. Currently we are covering the following topics under the School Of SRE:
|
||||||
|
|
||||||
- Fundamentals Series
|
- Fundamentals Series
|
||||||
- Linux basics
|
- [Linux Basics](https://linkedin.github.io/school-of-sre/linux_basics/intro/)
|
||||||
- [Git](https://linkedin.github.io/school-of-sre/git/git-basics/)
|
- [Git](https://linkedin.github.io/school-of-sre/git/git-basics/)
|
||||||
- [Linux Networking](https://linkedin.github.io/school-of-sre/linux_networking/intro/)
|
- [Linux Networking](https://linkedin.github.io/school-of-sre/linux_networking/intro/)
|
||||||
- [Python and Web](https://linkedin.github.io/school-of-sre/python_web/intro/)
|
- [Python and Web](https://linkedin.github.io/school-of-sre/python_web/intro/)
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
# Introduction
|
# Introduction
|
||||||
|
|
||||||
## Pre - Reads
|
## Prerequisites
|
||||||
|
|
||||||
- Experience of working on any operating systems like Windows, Linux or Mac
|
- Experience of working on any operating systems like Windows, Linux or Mac
|
||||||
- Basics of operating system
|
- Basics of operating system
|
||||||
|
|
||||||
## What to expect from this training
|
## What to expect from this course
|
||||||
|
|
||||||
This course is divided into three parts. In the first part, we will cover the
|
This course is divided into three parts. In the first part, we will cover the
|
||||||
fundamentals of linux operating systems. We will talk about linux architecture,
|
fundamentals of linux operating systems. We will talk about linux architecture,
|
||||||
@@ -22,37 +22,39 @@ managing file permissions, monitoring system performance, log files etc.
|
|||||||
|
|
||||||
In the second and third part, we will be taking examples to understand the concepts.
|
In the second and third part, we will be taking examples to understand the concepts.
|
||||||
|
|
||||||
## What is not covered under this training
|
## What is not covered under this course
|
||||||
|
|
||||||
We are not covering advanced linux commands and bash scripting in this
|
We are not covering advanced linux commands and bash scripting in this
|
||||||
course. We will also not be covering linux internals.
|
course. We will also not be covering linux internals.
|
||||||
|
|
||||||
## Training Content
|
## Course Content
|
||||||
|
|
||||||
|
### Table of Contents
|
||||||
|
|
||||||
The following topics has been covered in this course:
|
The following topics has been covered in this course:
|
||||||
|
|
||||||
- Introduction to Linux
|
- Introduction to Linux
|
||||||
- What are Linux Operating Systems
|
- (What are Linux Operating Systems)[https://linkedin.github.io/school-of-sre/linux_basics/intro/#what-are-linux-operating-systems]
|
||||||
- Linux Distributions
|
- (Linux Distributions)[https://linkedin.github.io/school-of-sre/linux_basics/intro/#what-are-popular-linux-distributions]
|
||||||
- Uses of Linux Operating Systems
|
- (Uses of Linux Operating Systems)[https://linkedin.github.io/school-of-sre/linux_basics/intro/#uses-of-linux-operating-systems]
|
||||||
- Linux Architecture
|
- (Linux Architecture)[https://linkedin.github.io/school-of-sre/linux_basics/intro/#linux-architecture]
|
||||||
- GUI vs CLI
|
- (GUI vs CLI)[https://linkedin.github.io/school-of-sre/linux_basics/intro/#graphical-user-interface-gui-vs-command-line-interface-cli]
|
||||||
- Command Line Basics
|
- (Command Line Basics)[https://linkedin.github.io/school-of-sre/linux_basics/command_line_basics/]
|
||||||
- Navigating File System
|
- (Navigating File System)[https://linkedin.github.io/school-of-sre/linux_basics/command_line_basics/#commands-for-navigating-the-file-system]
|
||||||
- Manipulating Files
|
- (Manipulating Files)[https://linkedin.github.io/school-of-sre/linux_basics/command_line_basics/#commands-for-manipulating-files]
|
||||||
- Viewing Files
|
- (Viewing Files)[https://linkedin.github.io/school-of-sre/linux_basics/command_line_basics/#commands-for-viewing-files]
|
||||||
- Text Processing Commands
|
- (Text Processing Commands)[https://linkedin.github.io/school-of-sre/linux_basics/command_line_basics/#text-processing-commands]
|
||||||
- I/O Redirection
|
- (I/O Redirection)[https://linkedin.github.io/school-of-sre/linux_basics/command_line_basics/#io-redirection]
|
||||||
- Linux system administration
|
- (Linux system administration)[https://linkedin.github.io/school-of-sre/linux_basics/linux_server_administration/]
|
||||||
- User/Groups management
|
- (User/Groups management)[https://linkedin.github.io/school-of-sre/linux_basics/linux_server_administration/#usergroup-management-in-linux]
|
||||||
- Superuser in Linux
|
- (Superuser in Linux)[https://linkedin.github.io/school-of-sre/linux_basics/linux_server_administration/#becoming-a-superuser-in-linux]
|
||||||
- File Permissions
|
- (File Permissions)[https://linkedin.github.io/school-of-sre/linux_basics/linux_server_administration/#file-permissions-in-linux]
|
||||||
- SSH Command
|
- (SSH Command)[https://linkedin.github.io/school-of-sre/linux_basics/linux_server_administration/#ssh-command]
|
||||||
- Package Management
|
- (Package Management)[https://linkedin.github.io/school-of-sre/linux_basics/linux_server_administration/#package-management]
|
||||||
- Process Management
|
- (Process Management)[https://linkedin.github.io/school-of-sre/linux_basics/linux_server_administration/#process-management]
|
||||||
- Memory Management
|
- (Memory Management)[https://linkedin.github.io/school-of-sre/linux_basics/linux_server_administration/#memory-management]
|
||||||
- Daemons and Systemd
|
- (Daemons and Systemd)[https://linkedin.github.io/school-of-sre/linux_basics/linux_server_administration/#daemons]
|
||||||
- Logs
|
- (Logs)[https://linkedin.github.io/school-of-sre/linux_basics/linux_server_administration/#logs]
|
||||||
|
|
||||||
|
|
||||||
## What are Linux operating systems
|
## What are Linux operating systems
|
||||||
@@ -164,4 +166,4 @@ konsole etc.
|
|||||||
|
|
||||||
Linux users do use the terms shell, terminal, prompt, console etc.
|
Linux users do use the terms shell, terminal, prompt, console etc.
|
||||||
interchangeably. In simple terms, these all refer to a way of taking
|
interchangeably. In simple terms, these all refer to a way of taking
|
||||||
commands from the user.
|
commands from the user.
|
||||||
|
|||||||
@@ -8,6 +8,10 @@ plugins: []
|
|||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- Fundamentals Series:
|
- Fundamentals Series:
|
||||||
|
- Linux Basics:
|
||||||
|
- Introduction: linux_basics/intro.md
|
||||||
|
- Command Line Basics: linux_basics/command_line_basics.md
|
||||||
|
- Server Administration: linux_basics/linux_server_administration.md
|
||||||
- Git:
|
- Git:
|
||||||
- Git Basics: git/git-basics.md
|
- Git Basics: git/git-basics.md
|
||||||
- Working With Branches: git/branches.md
|
- Working With Branches: git/branches.md
|
||||||
|
|||||||
Reference in New Issue
Block a user