emacs/var/elfeed/db/data/9c/9c0662279fd15df79e7c923f9303e7acbf40e9d8
2022-01-03 12:49:32 -06:00

45 lines
4.2 KiB
Plaintext

<p><div class="video-container"><iframe src="https://www.youtube-nocookie.com/embed/HpAyjxH5ixQ?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><span id="more-1388"></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>Hosts of Destination Linux:<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><br />
<strong>Ryan</strong>, aka DasGeek = <a href="https://dasgeekcommunity.com" target="_blank" rel="noopener noreferrer">https://dasgeekcommunity.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="https://news.softpedia.com/news/linux-kernel-5-3-officially-released-here-s-what-s-new-527410.shtml" target="_blank" rel="noopener noreferrer">Linux Kernel 5.3 Released</a><br />
<a href="https://itsfoss.com/oracle-autonomous-linux/" target="_blank" rel="noopener noreferrer">Oracle Autonomous Linux</a><br />
<a href="https://www.fsf.org/news/richard-m-stallman-resigns" target="_blank" rel="noopener noreferrer">Stallman Resigns</a><br />
<a href="https://www.tomshardware.com/news/amd-epyc-cpus-world-record-red-hat,40383.html" target="_blank" rel="noopener noreferrer">AMD Epyc Processors Break World Records</a><br />
<a href="https://twitter.com/chscott_msft/status/1173613987273084929" target="_blank" rel="noopener noreferrer">Microsoft Employee Reaches Out</a><br />
<a href="https://store.steampowered.com/app/887400/THE_GREAT_GEOMETRIC_MULTIVERSE_TOUR/" target="_blank" rel="noopener noreferrer">The Great Geometric Multiverse Tour</a></p>
<p>&#8212;</p>
<p>Tips &amp; Tricks:<br />
<a href="https://usbguard.github.io/" target="_blank" rel="noopener noreferrer">USB Guard</a></p>
<p>Software Spotlight:<br />
Our Spotlight this week comes from the community. Linux Maximus writes to say: </p>
<p>> Hi. Linux Maximus here. Great show guys, not one excepted.&#8217;<br />
><br />
> Sed and Awk are great but I don&#8217;t do enough scripting or terminal commands to spend the time learning how they work. And just forget about regex. But I need scripts that replaces one string with another string so I just love Rpl.<br />
><br />
> Here is the blurb:<br />
> rpl is a text replacement utility. It will replace strings with new strings<br />
> in multiple text files. It can work recursively over directories and supports<br />
> limiting the search to specific file suffixes.<br />
><br />
> The syntax is really simple. Here is an example of replacing a string in a file<br />
><br />
> rpl &#8220;oldstring&#8221; &#8220;newstring&#8221; /path/to/file<br />
><br />
> It also has a other options like dry-run and backup of old files. Just run rpl &#8211;help and you get a easy overview of options. Very cool little project for us that like the terminal, but not That much.<br />
><br />
> And again great show guys. More guests! </p>