51 lines
5.6 KiB
Plaintext
51 lines
5.6 KiB
Plaintext
<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 & Ubuntu. We cover some application news for Firefox, VirtualBox and more. Later in the show, we’ll talk about some unfortunate news regarding SQLite and Valve’s Artifact. We’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>—</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&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 & 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&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 Isn’t Doing So Well</a></li>
|
||
</ul>
|
||
<p>—</p>
|
||
<p>Software Spotlight:<br />
|
||
– <a href="https://www.bleachbit.org/" target="_blank" rel="noopener noreferrer">Bleachbit</a></p>
|
||
<p>Tips & 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 “clear” command</li>
|
||
</ul>
|
||
<li>CTRL + D to close the Terminal window</li>
|
||
<li>History – type history in a terminal window to see a numbered list of the commands you have previously typed. I don’t 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 – try searching – Ctrl + R to invoke “reverse-i-search.” Type a letter – like s – and you’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) – to jump between segments of a command</li>
|
||
<li>Ctrl + K – to delete everything after the cursor location</li>
|
||
<li>Ctrl + U – to delete everything before the cursor location</li>
|
||
</ul>
|