emacs/var/elfeed/db/data/20/20afb067af8b0ab9e2036118cb4da9ed7d9ecc43
2022-01-03 12:49:32 -06:00

51 lines
5.6 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/uSAG9hKnqfg?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 episode of Destination Linux, we discuss some distro news for Peppermint Linux, GParted Live &#038; Ubuntu. We cover some application news for Firefox, VirtualBox and more. Later in the show, we&#8217;ll talk about some unfortunate news regarding SQLite and Valve&#8217;s Artifact. We&#8217;ll also cover so great discussion topics like Photography on Linux and the pros and cons of Headerbars. All that and much more including our Tips, Tricks and Software Spotlight picks!<br />
<span id="more-1104"></span></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>Zeb</strong>, aka Zebedeeboss = <a href="https://youtube.com/zebedeeboss" target="_blank" rel="noopener noreferrer">https://youtube.com/zebedeeboss</a><br />
<strong>Noah</strong> of Ask Noah Show = <a href="http://asknoahshow.com" target="_blank" rel="noopener noreferrer">http://asknoahshow.com</a><br />
<strong>Michael</strong> of TuxDigital = <a href="https://tuxdigital.com" target="_blank" rel="noopener noreferrer">https://tuxdigital.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><br />
Order Destination Linux <a href="https://teespring.com/destinationlinuxpodcast" target="_blank" rel="noopener noreferrer">Apparel</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">destinationlinux.org/contact</a></p>
<p>&#8212;</p>
<p>Topics covered in this episode:</p>
<ul>
<li><a href="https://gparted.sourceforge.io/news.php" target="_blank" rel="noopener noreferrer">GParted Live New Release</a></li>
<li><a href="https://www.phoronix.com/scan.php?page=news_item&#038;px=Ubuntu-Dock-CPU-Use-Third" target="_blank" rel="noopener noreferrer">Ubuntu Dock Getting A Tune-Up</a></li>
<li><a href="https://peppermintos.com/2018/12/peppermint-9-respin-released/" target="_blank" rel="noopener noreferrer">Peppermint 9 Respin Released</a></li>
<li><a href="https://www.mozilla.org/en-US/firefox/64.0/releasenotes/" target="_blank" rel="noopener noreferrer">Firefox 64 Released &#038; Available On Major Linux Distros</a></li>
<li><a href="https://www.zdnet.com/article/sqlite-bug-impacts-thousands-of-apps-including-all-chromium-based-browsers/" target="_blank" rel="noopener noreferrer">SQLite Bug Impacts All Chromium Based Browsers</a></li>
<li><a href="https://www.virtualbox.org/wiki/Changelog-6.0#v0" target="_blank" rel="noopener noreferrer">VirtualBox 6.0 Released</a></li>
<li><a href="https://www.gamingonlinux.com/articles/steam-link-for-the-raspberry-pi-is-now-officially-available.13163" target="_blank" rel="noopener noreferrer">Turn Your Rasberry Pi Into Steam Link</a></li>
<li><a href="https://www.phoronix.com/scan.php?page=news_item&#038;px=AMD-Two-More-200-Series" target="_blank" rel="noopener noreferrer">AMD Rolling Out Two More Processors</a></li>
<li><a href="https://www.linuxjournal.com/content/photography-and-linux" target="_blank" rel="noopener noreferrer">Photography On Linux</a></li>
<li><a href="https://pointieststick.com/2018/12/18/on-headerbars/" target="_blank" rel="noopener noreferrer">On Headerbars</a></li>
<li><a href="https://www.gamingonlinux.com/articles/discord-announce-a-90-10-revenue-split-discord-store-will-support-linux.13170" target="_blank" rel="noopener noreferrer">Discord Gunning For Steam</a></li>
<li><a href="https://www.gamingonlinux.com/articles/valve-in-it-for-the-long-haul-with-artifact-first-update-out-and-a-progression-system-due-soon.13164" target="_blank" rel="noopener noreferrer">Artifact Isnt Doing So Well</a></li>
</ul>
<p>&#8212;</p>
<p>Software Spotlight:<br />
&#8211; <a href="https://www.bleachbit.org/" target="_blank" rel="noopener noreferrer">Bleachbit</a></p>
<p>Tips &amp; Tricks:</p>
<ul>
<li>CTRL + C to abort a command in Linux</li>
<li>Type reset to clear the terminal just like you opened a new window</li>
<li>Type clear to clear all text from a terminal</li>
<ul>
<li>Ctrl + L which is a shortcut that works the same way as &#8220;clear&#8221; command</li>
</ul>
<li>CTRL + D to close the Terminal window</li>
<li>History &#8211; type history in a terminal window to see a numbered list of the commands you have previously typed. I dont know about you but I always just tapped the up arrow to get to the command I wanted. This way, just mouse scroll back through the list until you see the command you want and then simply type ! followed by the number in the list ie !6 or !132</li>
<ul>
<li>If you have a large history &#8211; try searching &#8211; Ctrl + R to invoke &#8220;reverse-i-search.&#8221; Type a letter &#8211; like s &#8211; and you&#8217;ll get a match for the most recent command in your history that starts with s. Keep typing to narrow your match. When you hit the jackpot, press Enter to execute the suggested command. Each press of Ctrl+R will cycle through other commands that might match.</li>
</ul>
<li>Ctrl + Arrow Keys (left or right) &#8211; to jump between segments of a command</li>
<li>Ctrl + K &#8211; to delete everything after the cursor location</li>
<li>Ctrl + U &#8211; to delete everything before the cursor location</li>
</ul>