Added server and softare info. Cleaned up empty speaker notes.
This commit is contained in:
parent
238cbd909c
commit
06dd942238
56
index.html
56
index.html
@ -314,12 +314,6 @@
|
||||
</div>
|
||||
<div class="r-stretch"></div>
|
||||
<aside class="notes">
|
||||
<ul>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
</ul>
|
||||
|
||||
</aside>
|
||||
</section>
|
||||
|
||||
@ -417,12 +411,6 @@
|
||||
</div>
|
||||
<div class="r-stretch"></div>
|
||||
<aside class="notes">
|
||||
<ul>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
</ul>
|
||||
|
||||
</aside>
|
||||
</section>
|
||||
|
||||
@ -435,18 +423,28 @@
|
||||
<img class="fragment fade-out" src="/img/nocloud.jpeg" height="auto" width="75%">
|
||||
<div class="align-left fill-width fill-height">
|
||||
<ul>
|
||||
<li class="fragment fade-in"></li>
|
||||
<li class="fragment fade-in">Do you need one?</li>
|
||||
<ul>
|
||||
<li class="fragment fade-in">Network Storage</li>
|
||||
<li class="fragment fade-in">Active Directory</li>
|
||||
<li class="fragment fade-in">On site services</li>
|
||||
</ul>
|
||||
<li class="fragment fade-in">When is the cloud is good?</li>
|
||||
<li class="fragment fade-in">When is the cloud bad?</li>
|
||||
<li class="fragment fade-in">Should I self host?</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="r-stretch"></div>
|
||||
<aside class="notes">
|
||||
<ul>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li>When should you consider adding an on site server.</li>
|
||||
<li>What are the advantages of network attached storage?</li>
|
||||
<li>Is active directory worth it for my team?</li>
|
||||
</ul>
|
||||
|
||||
<p>The cloud can offer convenience and easy access to computers way outside of your price range. VPS services like Linode offer cost friendly options to run services in the cloud.</p>
|
||||
<p>The cloud is not the be all end all. With the consolidation of resources, the severity of outages grows proportionally. AWS and GCP outages. Facebook and Cloudflare outages last year.</p>
|
||||
<p>Self hosting is a great option if you want to control your data and services.</p>
|
||||
</aside>
|
||||
</section>
|
||||
|
||||
@ -455,6 +453,30 @@
|
||||
<hr>
|
||||
<p>Software to get things done</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div style="text-align: left;">
|
||||
<p>Open source and free software</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="r-stack">
|
||||
<!-- <img class="fragment fade-out" src="/img/charlie-day-complicated.gif" height="auto" width="80%"> -->
|
||||
<div class="align-left fill-width fill-height">
|
||||
<ul>
|
||||
<li class="fragment fade-in"><a href="https://www.libreoffice.org/">LibreOffice</a> - Alternative to Microsoft office suite</li>
|
||||
<li class="fragment fade-in"><a href="https://obsproject.com/">OBS Studio</a> - Free livestreaming/recording software</li>
|
||||
<li class="fragment fade-in"><a href="https://www.gimp.org/">Gimp</a> (GNU Image Manipulation Program) - Alternative to PhotoShop</li>
|
||||
<li class="fragment fade-in"><a href="https://nextcloud.com/">Nextcloud</a> - Self hosted Google Drive</li>
|
||||
<li class="fragment fade-in"><a href="https://www.videolan.org/">VLC media player</a> - Free multimedia player</li>
|
||||
<li class="fragment fade-in"><a href="https://github.com/yt-dlp/yt-dlp">YT-DLP</a> - YouTube downloader</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="r-stretch"></div>
|
||||
<aside class="notes">
|
||||
|
||||
</aside>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user