Linux-101/201/index.html

134 lines
4.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>Linux 101 • Freeside</title>
</head>
<body>
<main class="js-deck3000">
<section>
<article class="title">
<h1>Linux 201</h1>
</article>
<article>
<h2>Structure</h2>
<ul>
<li>Short introduction</li>
<li>Nginx web server setup!</li>
</ul>
</article>
<article>
<h2>Why?</h2>
<div class="flex horizontal">
<div><img alt="A simple pie chart. Explained below." src="../images/linux-vs-windows-desktop-os.svg" aria-hidden="true" /></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 alt="A simple pie chart. Explained below." src="../images/linux-vs-windows-server-os.svg" aria-hidden="true" /></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>
<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 - AWS</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>
</section>
<section>
<article class="title">
<h1>Setting up a web server</h1>
</article>
<article class="">
<h2>Virtual machines</h2>
<ul>
<li>We'll be using VMs on the DCS cluster</li>
<li>If you have turned up without filling in the registration form, please say something now</li>
</ul>
</article>
<article>
<h2>Lab sheet</h2>
<ul>
<li><a href="https://starbeamrainbowlabs.com/labs/Linux101/201/Lab-Sheet.pdf">https://starbeamrainbowlabs.com/labs/Linux101/201/Lab-Sheet.pdf</a></li>
</ul>
</article>
</section>
<section>
<article class="title">
<h1>Summary</h1>
</article>
<article>
<h2>Summary</h2>
<ul>
<li>We've secured a Linux server</li>
<li>We've installed Nginx</li>
<li>We're serving a static website</li>
</ul>
</article>
<article>
<h2>Where next?</h2>
<ul>
<li>Application server setup</li>
<li>Git hosting</li>
<li>Decentralised Instant Messaging</li>
<li>Containerisation</li>
<li>Embedded systems: Raspberry Pi etc.</li>
<li>Self-hosting (<a href="https://github.com/Kickball/awesome-selfhosted"><code>kickball/awesome-selfhosted</code></a> on GitHub)</li>
</ul>
</article>
<article>
<h2>Future Workshops</h2>
<ul>
<li>301: Deploying your application to a Linux server</li>
<li>Talks</li>
<li>Server administration</li>
</ul>
</article>
<article>
<h2>Thanks for coming!</h2>
<ul>
<li>Bought to you by Freeside</li>
<li><div class="flex flex-align-centre">
<!-- <span>Feedback: <a href="https://forms.gle/CN2Pkm4fnHjGzs889">https://forms.gle/CN2Pkm4fnHjGzs889</a></span>
<img src="images/QR-Feedback.svg" aria-hidden="true" /> -->
<span>Feedback: <a href="https://forms.gle/qwLNUs7oWRsWc8iX8">https://forms.gle/qwLNUs7oWRsWc8iX8</a></span>
<img alt="A QR code of the aforementioned link" src="images/feedback.svg" aria-hidden="true" />
</div></li>
<li>Join us: <a href="https://freeside.co.uk/">https://freeside.co.uk/</a></li>
<li>Discord | Forums | PC Access</li>
<li>Questions?</li>
</ul>
</article>
</section>
</main>
<!---------------->
<link rel="stylesheet" href="../linux101.css" />
<script src="../linux101.js"></script>
</body>
</html>