Deployed 5e77c55
with MkDocs version: 1.1.2
This commit is contained in:
parent
339ee07380
commit
026bcc3844
|
@ -1037,7 +1037,7 @@
|
||||||
<li><a href="https://linkedin.github.io/school-of-sre/security/intro/">Security</a></li>
|
<li><a href="https://linkedin.github.io/school-of-sre/security/intro/">Security</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>We believe continuous learning will help in acquiring deeper knowledge and competencies in order to expand your skill sets, every module has added references which could be a guide for further learning. Our hope is that by going through these modules we should be able to build the essential skills required for a Site Reliability Engineer.</p>
|
<p>We believe continuous learning will help in acquiring deeper knowledge and competencies in order to expand your skill sets, every module has added references which could be a guide for further learning. Our hope is that by going through these modules we should be able to build the essential skills required for a Site Reliability Engineer.</p>
|
||||||
<p>At Linkedin, we are using this curriculum for onboarding our non-traditional hires and new college grads into the SRE role. We had multiple rounds of successful onboarding experience with new employees and the course helped them be productive in a very short period of time. This motivated us to open source the content for helping other organizations in onboarding new engineers into the role and provide guidance for aspiring individuals to get into the role. We realize that the initial content we created is just a starting point and we hope that the community can help in the journey of refining and expanding the content.</p>
|
<p>At Linkedin, we are using this curriculum for onboarding our non-traditional hires and new college grads into the SRE role. We had multiple rounds of successful onboarding experience with new employees and the course helped them be productive in a very short period of time. This motivated us to open source the content for helping other organizations in onboarding new engineers into the role and provide guidance for aspiring individuals to get into the role. We realize that the initial content we created is just a starting point and we hope that the community can help in the journey of refining and expanding the content. Checkout <a href="CONTRIBUTING/">the contributing guide</a> to get started.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -376,6 +376,20 @@
|
||||||
tail
|
tail
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#more" class="md-nav__link">
|
||||||
|
more
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#less" class="md-nav__link">
|
||||||
|
less
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1335,6 +1349,20 @@
|
||||||
tail
|
tail
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#more" class="md-nav__link">
|
||||||
|
more
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#less" class="md-nav__link">
|
||||||
|
less
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1428,16 +1456,16 @@ present inside the root directory stores file related to the system.
|
||||||
These directories in turn can either store system files or application
|
These directories in turn can either store system files or application
|
||||||
files or user related files.</p>
|
files or user related files.</p>
|
||||||
<p><img alt="" src="../images/linux/commands/image17.png" /></p>
|
<p><img alt="" src="../images/linux/commands/image17.png" /></p>
|
||||||
<p>bin | The executable program of most commonly used commands reside in bin directory<br />
|
<p>bin | The executable program of most commonly used commands reside in bin directory </p>
|
||||||
sbin | This directory contains programs used for system administration.
|
<p>sbin | This directory contains programs used for system administration.</p>
|
||||||
home | This directory contains user related files and directories.
|
<p>home | This directory contains user related files and directories.</p>
|
||||||
lib | This directory contains all the library files
|
<p>lib | This directory contains all the library files</p>
|
||||||
etc | This directory contains all the system configuration files
|
<p>etc | This directory contains all the system configuration files</p>
|
||||||
proc | This directory contains files related to the running processes on the system
|
<p>proc | This directory contains files related to the running processes on the system</p>
|
||||||
dev | This directory contains files related to devices on the system
|
<p>dev | This directory contains files related to devices on the system</p>
|
||||||
mnt | This directory contains files related to mounted devices on the system
|
<p>mnt | This directory contains files related to mounted devices on the system</p>
|
||||||
tmp | This directory is used to store temporary files on the system
|
<p>tmp | This directory is used to store temporary files on the system</p>
|
||||||
usr | This directory is used to store application programs on the system</p>
|
<p>usr | This directory is used to store application programs on the system</p>
|
||||||
<h2 id="commands-for-navigating-the-file-system">Commands for Navigating the File System</h2>
|
<h2 id="commands-for-navigating-the-file-system">Commands for Navigating the File System</h2>
|
||||||
<p>There are three basic commands which are used frequently to navigate the
|
<p>There are three basic commands which are used frequently to navigate the
|
||||||
file system:</p>
|
file system:</p>
|
||||||
|
@ -1629,6 +1657,14 @@ argument to provide the input.</p>
|
||||||
<p><img alt="" src="../images/linux/commands/image10.png" /></p>
|
<p><img alt="" src="../images/linux/commands/image10.png" /></p>
|
||||||
<p>In this example, we are only able to see the last 5 lines from the file
|
<p>In this example, we are only able to see the last 5 lines from the file
|
||||||
when we use the tail command with explicit -n option.</p>
|
when we use the tail command with explicit -n option.</p>
|
||||||
|
<h3 id="more">more</h3>
|
||||||
|
<p>More command displays the contents of a file or a command output,
|
||||||
|
displaying one screen at a time in case the file is large (Eg: log files).
|
||||||
|
It also allows forward navigation and limited backward navigation in the file.</p>
|
||||||
|
<h3 id="less">less</h3>
|
||||||
|
<p>Less command is an improved version of more. It displays the contents of a file or a command output, one page at a time.
|
||||||
|
It allows backward navigation as well as forward navigation in the file and also has search options.
|
||||||
|
You can go to the beginning and the end of a file instantly.</p>
|
||||||
<h2 id="echo-command-in-linux">Echo Command in Linux</h2>
|
<h2 id="echo-command-in-linux">Echo Command in Linux</h2>
|
||||||
<p>The echo command is one of the simplest commands that is used in the
|
<p>The echo command is one of the simplest commands that is used in the
|
||||||
shell. This command is equivalent to what we have <print> in other
|
shell. This command is equivalent to what we have <print> in other
|
||||||
|
|
File diff suppressed because one or more lines are too long
92
sitemap.xml
92
sitemap.xml
|
@ -1,187 +1,187 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-12-08</lastmod>
|
<lastmod>2020-12-09</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue