43 lines
4.2 KiB
Plaintext
43 lines
4.2 KiB
Plaintext
<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 week’s episode of Destination Linux, we’re 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 & tips and tricks. All that and much more on this week’s 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>—</p>
|
||
<p>Topics covered in this episode:</p>
|
||
<p>What We’ve Been Up To:<br />
|
||
– Gab talks about the software he’s made: a RSS Reader & Network Info Utility<br />
|
||
– Noah’s great story about video broadcasting with Linux for a radio station’s sports coverage<br />
|
||
– Michael launched the new <a href="https://destinationlinux.org/picks">DL Picks page</a> that lists all the Spotlights, Tips & Tricks we’ve done on DL<br />
|
||
– 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 />
|
||
– Ways to find Source Code of a project<br />
|
||
– What’s the status of Wayland?<br />
|
||
– <a href="https://koreader.rocks/">Koreader</a> – Open Source eBook Reading software for Kobo and Kindle devices</p>
|
||
<p>Episode Topics:<br />
|
||
– Linus Tech Tips video about <a href="https://www.youtube.com/watch?v=mAFMJ1LnQu8">10 Ways Linux is just better!</a><br />
|
||
– 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>—</p>
|
||
<p>Software Spotlight:<br />
|
||
<a href="https://launchpad.net/grub-customizer">Grub Customizer</a></p>
|
||
<p>Tips & 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>
|