emacs/var/elfeed/db/data/70/7022418b8ca116169450c18fe18d692be3d5127c
2022-01-03 12:49:32 -06:00

43 lines
4.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p><div class="video-container"><iframe src="https://www.youtube-nocookie.com/embed/QnN5ZJ-Iku8?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>On this weeks episode of Destination Linux, were going to be covering community feedback, a new survey from Red Hat with some unexpected results, a video making waves about the top ten reasons why Linux is better, and finally our software pick &#038; tips and tricks. All that and much more on this weeks episode of Destination Linux.</p>
<p><span id="more-1780"></span></p>
<p>Sponsored by: <a href="https://do.co/dl" target="_blank" rel="noopener noreferrer">do.co/dl</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>Gab</strong>, of Tech Pills = <a href="https://techpills.technology/" target="_blank" rel="noopener noreferrer">https://techpills.technology/</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>&#8212;</p>
<p>Topics covered in this episode:</p>
<p>What We&#8217;ve Been Up To:<br />
&#8211; Gab talks about the software he&#8217;s made: a RSS Reader &#038; Network Info Utility<br />
&#8211; Noah&#8217;s great story about video broadcasting with Linux for a radio station&#8217;s sports coverage<br />
&#8211; Michael launched the new <a href="https://destinationlinux.org/picks">DL Picks page</a> that lists all the Spotlights, Tips &#038; Tricks we&#8217;ve done on DL<br />
&#8211; Ryan talks about launch of our new Patrons Chat Live Stream where all Patrons, of any DLN Creator, are welcome to join us for a video chat each month!</p>
<p>Community Feedback:<br />
&#8211; Ways to find Source Code of a project<br />
&#8211; What&#8217;s the status of Wayland?<br />
&#8211; <a href="https://koreader.rocks/">Koreader</a> &#8211; Open Source eBook Reading software for Kobo and Kindle devices</p>
<p>Episode Topics:<br />
&#8211; Linus Tech Tips video about <a href="https://www.youtube.com/watch?v=mAFMJ1LnQu8">10 Ways Linux is just better!</a><br />
&#8211; Red Hat reveals results from an <a href="https://www.zdnet.com/article/red-hat-finds-enterprise-users-are-adopting-open-source-software-at-a-rapid-pace/#ftag=RSSbaffb68">Enterprise survery</a> about Open Source software usage</p>
<p>&#8212;</p>
<p>Software Spotlight:<br />
<a href="https://launchpad.net/grub-customizer">Grub Customizer</a></p>
<p>Tips &amp; Tricks:<br />
Cutting and Pasting in the terminal</p>
<p>Bash includes some basic cut-and-paste features.</p>
<p> Ctrl+W: Cut the word before the cursor, adding it to the clipboard.<br />
Ctrl+K: Cut the part of the line after the cursor, adding it to the clipboard.<br />
Ctrl+U: Cut the part of the line before the cursor, adding it to the clipboard.<br />
Ctrl+Y: Paste the last thing you cut from the clipboard. The y here stands for “yank”.</p>
<p>Also the y might stand for *yeet*</p>