Linux-101/index.html

98 lines
2.8 KiB
HTML
Raw Normal View History

2019-03-09 16:07:44 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>Linux 101 • Freeside</title>
</head>
<body>
<main class="js-deck3000">
2019-03-09 16:46:03 +00:00
<section>
2019-03-11 19:31:11 +00:00
<article class="title">
<h1>Linux 101</h1>
2019-03-11 19:31:11 +00:00
</article>
2019-03-09 16:46:03 +00:00
<article>
2019-03-11 20:20:12 +00:00
<h2>Structure</h2>
2019-03-11 19:31:11 +00:00
<ul>
2019-03-11 20:20:12 +00:00
<li>Introduction - why and where</li>
<li>Installation of Ubuntu</li>
<li>Writing and compiling a simple C&sharp; program</li>
2019-03-11 19:31:11 +00:00
</ul>
2019-03-09 16:46:03 +00:00
</article>
2019-03-11 20:20:12 +00:00
<article>
<h2>Why?</h2>
<div class="flex horizontal">
<div><img src="./images/linux-vs-windows-desktop-os.svg" /></div>
<ul>
<li>74.44% Windows</li>
<li>12.22% macOS</li>
<li>9.51% Other</li>
<li>1.58% Linux</li>
</ul>
</div>
<p><small>According to <a href="http://gs.statcounter.com/os-market-share/desktop/worldwide">statcounter GlobalStats</a></small></p>
</article>
<article>
<h2>Why?</h2>
<div class="flex horizontal">
<div><img src="./images/linux-vs-windows-server-os.svg" /></div>
<ul>
<li>69.4% of webservers use a Unix-based OS</li>
<li>30.6% of webservers use Windows</li>
</ul>
</div>
<p><small>
According to
<a href="https://w3techs.com/technologies/overview/operating_system/all">W<sup>3</sup>Techs</a>
</small></p>
</article>
2019-03-11 20:31:58 +00:00
<article>
<h2>Where?</h2>
<ul>
<li>US Department of Defence</li>
<!-- Largest Single Red Hat user in the world -->
<li>French Parliament</li>
<li>Amazon</li>
<li>Android</li>
</ul>
<p><small>Sources: <a href="https://www.comparebusinessproducts.com/fyi/50-places-linux-running-you-might-not-expect">1</a></small></p>
</article>
2019-03-09 16:46:03 +00:00
</section>
<section>
<article class="title">
<h1>Installing Ubuntu</h1>
</article>
<article>
2019-03-14 15:43:15 +00:00
<h2>What's Ubuntu?</h1>
<ul>
<li>A distribution of Linux</li>
<li>Others are available, but Ubuntu is great for beginners</li>
<li>Lots of help available online if you get stuck</li>
</ul>
</article>
<article>
2019-03-14 15:46:57 +00:00
<div class="image-container centre-content">
2019-03-14 15:46:28 +00:00
<img src="./images/linux-timeline-17.10.svg" alt="A timeline of different linux distributions.">
</div>
</article>
2019-03-14 15:43:15 +00:00
<article>
<h2>Let's Get Started!</h2>
<ul>
<li>Visit here to access the VMs:</li>
<li><a href="http://www2.dcs.hull.ac.uk/people/cssaph/FreesideLinux101/">http://www2.dcs.hull.ac.uk/people/cssaph/FreesideLinux101/</a> (short link: <a href="https://tinyurl.com/freesidelinux101">https://tinyurl.com/freesidelinux101</a>)</li>
2019-03-14 15:43:15 +00:00
</ul>
</article>
<article>
</article>
</section>
2019-03-09 16:07:44 +00:00
</main>
<!---------------->
<link rel="stylesheet" href="linux101.css" />
<script src="linux101.js"></script>
</body>
</html>