|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>My Learning Website</title>
|
|
|
|
<link href="/styles/styles.css" rel="stylesheet" type="text/css">
|
|
|
|
<link href="/linux/styles/styles.css" rel="stylesheet" type="text/css">
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="banner">
|
|
|
|
<h1 class="courselink">Linux Web Services</h1>
|
|
|
|
<h2 class="lecturer">LinkedIn Learning : Scott Simmons</h2>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<article class="contents-article">
|
|
|
|
<section class="main_grid">
|
|
|
|
<div><a class="linixlink" href="environment.html">Chapter 1 - Setting Up Your Environment</a></div>
|
|
|
|
<div><a class="linuxlink" href="basics.html">Chapter 2 - Command-Line Basics</a></div>
|
|
|
|
<div><a class="linuxlink" href="files.html">Chapter 3 - Files, Folders and Permissions</a></div>
|
|
|
|
<div><a class="linuxlink" href="common.html">Chapter 4 - Common Command-Line Tasks and Tools</a></div>
|
|
|
|
<div><a class="linuxlink" href="advanced.html">Chapter 5 - A Peek at Some Advanced Topics</a></div>
|
|
|
|
<div><a class="linuxlink" href="appendixa.html">Chapter 6 - Appendix A - Terminal Keyboard Shortcuts</a></div>
|
|
|
|
<div><a class="linuxlink" href="appendixb.html">Chapter 6 - Appendix B - How To Upgrade the Kernel on CentOS 7</a></div>
|
|
|
|
<div><a class="linuxlink" href="/linux/linux.html">Linux Page</a></div>
|
|
|
|
<div><a class="linuxlink" href="/index.html">Home</a></div>
|
|
|
|
</section>
|
|
|
|
</article>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|