You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
2.1 KiB
43 lines
2.1 KiB
3 months ago
|
<!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 Overview and Installation</h1>
|
||
|
<h2 class="lecturer">LinkedIn Learning : Grant McWilliams : April 2021</h2>
|
||
|
</div>
|
||
|
|
||
|
<h2 class="sectiontitle">Linux Overview</h2>
|
||
|
<h3 class="subsectiontitle">Choosing a Linux Distribution</h3>
|
||
|
<p><a href="https://distrowatch.com/">distrowatch.com</a> is a useful website for comparing distributions and also for linux related news articles.
|
||
|
<p>It also shows the most popular distros for a period of time which defaults to 6 months but can be changed to as little as 7 days.</p>
|
||
|
<p>Popular distros based on Debian include Ubuntu, Mint and Kali. Debian uses the Advanced Package Tool (APT) to manage software packages.</p>
|
||
|
<p>Popular distros based on Red Hat include CentOS, Fedora and Mandriva. Red Hat uses the Red Hat Package manager (RPM) for software package management.</p>
|
||
|
|
||
|
<article class="contents-article">
|
||
|
<section class="main_grid">
|
||
|
<div><a class="linuxlink" href="before.html">Chapter 1 - Before Installing Linux</a></div>
|
||
|
<div><a class="linuxlink" href="installing.html">Chapter 2 - Installing CentOS</a></div>
|
||
|
<div><a class="linuxlink" href="postinstallation.html">Chapter 3 - Postinstallation</a></div>
|
||
|
<div><a class="linuxlink" href="appendixa.html">Appendix A</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>
|