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

40 lines
5.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/p3NYY8kl1Sk?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 news for Makulu Linux, GNOME 3.32, IPFire 2.21 and more. We&#8217;ll also check out a cool new system deployment tool that could change how multi-booting is done. Then we&#8217;ll check out a new desktop offering from ZaReason as well as an overclocking tool for Team Green users. Later in the show we&#8217;ll talk about some Linux Gaming news and much more including our Tips, Tricks and Software Spotlight picks!<br />
<span id="more-1162"></span></p>
<p>Help Us Get Zeb to SELF via the Zeb to America GoFundMe:<br />
<a href="https://destinationlinux.org/zebtoself" target="_blank" rel="noopener noreferrer">https://destinationlinux.org/zebtoself</a></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>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>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></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/kofi" target="_blank" rel="noopener noreferrer">Ko-Fi</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" target="_blank" rel="noopener noreferrer">destinationlinux.org/contact</a></p>
<p>&#8212;</p>
<p>Topics covered in this episode:</p>
<p><a href="http://www.makululinux.com/wp/2019/01/28/makululinux-core-is-live/" target="_blank" rel="noopener noreferrer">Makulu Linux Core Released</a><br />
<a href="https://www.omgubuntu.co.uk/2019/02/gnome-3-32-gives-users-more-say-on-what-apps-can-access?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed%3A+d0od+%28OMG%21+Ubuntu%21%29" target="_blank" rel="noopener noreferrer">Gnome 3.32 Give Users More Control</a><br />
<a href="https://blog.ipfire.org/post/ipfire-2-21-core-update-127-released" target="_blank" rel="noopener noreferrer">IPFire 2.21 Core Update 127 Released</a><br />
<a href="https://medium.com/nitrux/maximizing-your-workflow-with-znx-the-operating-system-deployment-tool-81ad02d79d74" target="_blank" rel="noopener noreferrer">ZNX Operating System Deployment Tool</a><br />
<a href="https://www.omgubuntu.co.uk/2019/02/easily-overclock-nvidia-gpu-on-linux-with-this-new-app?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed%3A+d0od+%28OMG%21+Ubuntu%21%29" target="_blank" rel="noopener noreferrer">Overclock Your Nvidia GPU</a><br />
<a href="https://zareason.com/Gamerbox-9400.html" target="_blank" rel="noopener noreferrer">ZaReason Linux Gaming Machines</a><br />
<a href="https://itsfoss.com/netflix-freebsd-cdn/" target="_blank" rel="noopener noreferrer">NetFlix Uses FreeBSD</a><br />
<a href="https://www.gamingonlinux.com/articles/bulletrage-might-just-be-the-most-over-the-top-twin-stick-shooter-ive-ever-played.13512" target="_blank" rel="noopener noreferrer">BulletRage Coming To Linux</a><br />
<a href="https://www.gamingonlinux.com/articles/loria-an-rts-inspired-by-the-classics-like-warcraft-ii-is-now-on-lin.13508" target="_blank" rel="noopener noreferrer">Loria RTS Is Available On Linux</a></p>
<p>&#8212;</p>
<p>Software Spotlight:<br />
<a href="https://vim-adventures.com/" target="_blank" rel="noopener noreferrer">VIM Adventures</a></p>
<p>Tips &amp; Tricks:<br />
Head and Tail Commands in the Terminal<br />
When youre looking through files sometimes you just need to see the first or last lines of the document to see if its the one you need or get the info you want. The head and tail command will do just that.</p>
<p>head grabs the first lines of a file and tail displays the last lines. </p>
<p>As an example you could type head test.txt to get the first 10 lines.<br />
Or use the switch -n followed by a number to print any number of lines. Example: head -n 15 test.txt will give you 15 beginning lines.</p>
<p>Tail does the same thing but starting from the bottom. </p>