50 lines
4.7 KiB
Plaintext
50 lines
4.7 KiB
Plaintext
<p><div class="video-container"><iframe src="https://www.youtube-nocookie.com/embed/5XfvzgZ_AoE?feature=oembed&start&end&wmode=opaque&loop=0&controls=1&mute=0&rel=0&modestbranding=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div></p>
|
|
<p></p>
|
|
<p><span id="more-1756"></span></p>
|
|
<p>Sponsored by: <a href="https://do.co/dln" target="_blank" rel="noopener noreferrer">do.co/dln</a><br />
|
|
<a href="https://do.co/dl" target="_blank" rel="noopener noreferrer"><img loading="lazy" class="alignnone size-full wp-image-1499" src="https://destinationlinux.org/wp-content/uploads/2019/01/digital-ocean-banner.png" alt="" width="468" height="60" /></a></p>
|
|
<p>Special Guest Host:<br />
|
|
<strong>Stuart Langridge</strong><br />
|
|
<a href="https://www.badvoltage.org/">Bad Voltage</a> | <a href="https://kryogenix.org/">Kryogenix</a> | Stuart Interview on <a href="https://destinationlinux.org/episode-50">DL50</a></p>
|
|
<p>Interview Guest:<br />
|
|
<strong>Ikey Doherty</strong><br />
|
|
<a href="https://lispysnake.com/">Lispy Snake</a> | Ikey on <a href="https://destinationlinux.org/episode-8">DL8</a>, <a href="https://destinationlinux.org/episode-19">DL19</a> & <a href="https://destinationlinux.org/episode-35">DL35</a><br />
|
|
(formerly of <a href="https://getsol.us">Solus</a>)</p>
|
|
<p>Hosts of Destination Linux:<br />
|
|
<strong>Ryan</strong>, aka DasGeek = <a href="https://dasgeekcommunity.com" target="_blank" rel="noopener noreferrer">https://dasgeekcommunity.com</a><br />
|
|
<strong>Michael</strong> of TuxDigital = <a href="https://tuxdigital.com" target="_blank" rel="noopener noreferrer">https://tuxdigital.com</a><br />
|
|
<strong>Noah</strong> of Ask Noah Show = <a href="http://asknoahshow.com" target="_blank" rel="noopener noreferrer">http://asknoahshow.com</a></p>
|
|
<p>Want to Support the Show?<br />
|
|
Support on <a href="https://destinationlinux.org/patreon" target="_blank" rel="noopener noreferrer">Patreon</a> or on <a href="https://destinationlinux.org/sponsus" target="_blank" rel="noopener noreferrer">Sponsus</a><br />
|
|
<a href="https://destinationlinux.network/store" target="_blank" rel="noopener noreferrer">Destination Linux Network Store</a></p>
|
|
<p>Want to follow the show and hosts on social media?<br />
|
|
You can find all of our social accounts at <a href="https://destinationlinux.org/contact" target="_blank" rel="noopener noreferrer">destinationlinux.org/contact</a></p>
|
|
<p>—</p>
|
|
<p>Topics covered in this episode:</p>
|
|
<p>Community Feedback:<br />
|
|
Paypal as an alternative patron platform to Patreon or Sponsus</p>
|
|
<p>Keeping Kids Safe Online</p>
|
|
<p> – The Smart Girl’s Guide to Privacy: Practical Tips for Staying Safe Online<br />
|
|
Amazon: <a href="https://amzn.to/382ToYw">USA</a> | <a href="https://www.amazon.co.uk/dp/B013HA1V4S?tag=tuxdigital-21">UK</a> | <a href="https://www.amazon.ca/dp/B013HA1V4S?tag=tuxdigitalca-20">Canada</a> | <a href="https://www.amazon.de/dp/B013HA1V4S?tag=tuxdigitalde-21">Germany</a> | <a href="https://www.amazon.fr/dp/B013HA1V4S?tag=frtuxdigital-21">France</a> | <a href="https://www.amazon.es/dp/B013HA1V4S?tag=tuxdigitales-21">Spain</a> | <a href="https://www.amazon.it/dp/B013HA1V4S?tag=tuxdigitalit-21">Italy</a></p>
|
|
<p> – The Smart Girl’s Guide to Privacy: A Privacy Guide for the Rest of Us<br />
|
|
Amazon: <a href="https://amzn.to/2wIUA6u">USA</a> | <a href="https://www.amazon.co.uk/dp/B00JBV3C6S?tag=tuxdigital-21">UK</a> | <a href="https://www.amazon.ca/dp/B00JBV3C6S?tag=tuxdigitalca-20">Canada</a> | <a href="https://www.amazon.de/dp/B00JBV3C6S?tag=tuxdigitalde-21">Germany</a> | <a href="https://www.amazon.fr/dp/B00JBV3C6S?tag=frtuxdigital-21">France</a> | <a href="https://www.amazon.es/dp/B00JBV3C6S?tag=tuxdigitales-21">Spain</a> | <a href="https://www.amazon.it/dp/B00JBV3C6S?tag=tuxdigitalit-21">Italy</a></p>
|
|
<p>Interview:<br />
|
|
Ikey Doherty of Lispy Snake (formerly of Solus)</p>
|
|
<p>Other Topics:<br />
|
|
GNOME 3.36 Preview<br />
|
|
ISP’s Claim Privacy Law Violates “Free Speech”</p>
|
|
<p>—</p>
|
|
<p>Software Spotlight:<br />
|
|
<a href="https://github.com/koalaman/shellcheck">ShellCheck</a></p>
|
|
<p>Tips & Tricks:<br />
|
|
Control Sudo Timeout Period</p>
|
|
<p>Ever wonder what controls the sudo timeout period and want to edit it to something else.</p>
|
|
<p>This weeks tips and trick will show you just how to do that.</p>
|
|
<p> Open a terminal and type</p>
|
|
<p> $ sudo visudo</p>
|
|
<p> There will be a line that states: Defaults env_reset</p>
|
|
<p> Add timestamp_timeout=x</p>
|
|
<p> replace x with things like 5 for 5 minutes or 15 for 15 minutes.</p>
|
|
<p> If you want it to always ask change it to 0</p>
|
|
<p> Example line: Defaults env_reset timestamp_timeout=5</p>
|