trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,41 @@
<p><iframe loading="lazy" title="Destination Linux EP83 - Summertime Threadripping" width="800" height="450" src="https://www.youtube.com/embed/V36Z9RkY1h0?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p>Welcome to Episode 83 of Destination Linux</p>
<p>On this episode of Destination Linux, as we are down 1 host, we&#8217;ve made quite a few changes to the show. We are still in the process of making these changes so please bear with us still but I think there is a lot of potential for the future. This week, we discussed the latest news such as the Solus 10 Hour Hackfest, new releases of Netrunner, Thunderbird, LibreOffice, and X.Org. We also got some cool new games in the Linux Gaming section and we are continuing with our new segments for Tips &amp; Tricks as well as Software Spotlights. All that and much more!<span id="more-716"></span></p>
<p>Quick Links:<br />
Ryan, aka DasGeek = <a href="https://dasgeekcommunity.com">https://dasgeekcommunity.com</a><br />
Michael, with TuxDigital = <a href="https://tuxdigital.com">https://tuxdigital.com</a><br />
Zeb, aka Zebedeeboss = <a href="https://youtube.com/zebedeeboss">https://youtube.com/zebedeeboss</a></p>
<p>Want to Support the Show?<br />
Support on <a href="https://destinationlinux.org/patreon">Patreon</a><br />
Order Destination Linux <a href="https://teespring.com/destinationlinuxpodcast">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>
<p><a href="https://solus-project.com/2018/08/10/summertime-solus/">Summertime Solus</a></p>
<p><a href="https://betanews.com/2018/08/05/netrunner-rolling-manjaro-arch-linux-kde-gtk/">Netrunner Rolling 2018.08 Is Here</a></p>
<p><a href="https://news.softpedia.com/news/kde-plasma-5-14-desktop-environment-lets-you-upgrade-your-computer-s-firmware-522253.shtml">KDE Plasma 5.14 Adds New Feature To Upgrade Firmware</a></p>
<p><a href="https://www.phoronix.com/scan.php?page=news_item&amp;px=Xorg-Server-1.20.1-Released">X.Org Server 1.20.1 Released</a></p>
<p><a href="https://news.softpedia.com/news/gnome-3-30-desktop-will-finally-bring-automatic-updates-but-only-for-flatpaks-522302.shtml">Gnome 3.30 Automatic Updates</a></p>
<p><a href="https://www.ghacks.net/2018/08/07/firefox-experiment-recommends-articles-based-on-your-browsing/">Firefox Experiments With Recommending Articles</a></p>
<p><a href="https://www.thunderbird.net/en-US/thunderbird/60.0/releasenotes/">Thunderbird 60 Has Been Released</a></p>
<p><a href="https://www.omgubuntu.co.uk/2018/08/libreoffice-6-1-release-download">LibreOffice 6.1 Released</a></p>
<p><a href="https://www.anandtech.com/show/13123/amd-threadripper-2-teaser-pre-orders-start-today-up-to-32-cores">AMD Threadripper 2 Preorder Start Now</a></p>
<p><a href="https://www.phoronix.com/scan.php?page=news_item&amp;px=AMDGPU-LRU-Bulk-Move">AMDGPU LRU Bulk Patches OpenCL and Vulkan Boosts</a></p>
<p><a href="https://www.gamingonlinux.com/articles/dead-cells-probably-one-of-the-best-linux-games-this-year-is-now-out.12302">Dead Cells &#8211; The best Linux Game This Year Is Now Out? </a></p>
<p><a href="https://www.gamingonlinux.com/articles/nightdive-studios-have-released-forsaken-remastered-with-linux-support.12253">Forsaken Remastered Comes To Linux</a></p>
<p>&#8212;</p>
<p>Tip / Trick:<br />
Use the at command in the terminal to execute a task at a certain time. If at is not already installed you can install it from your package manager sudo apt install at</p>
<p>Terminal type time:</p>
<p>at 9:45 AM 08/07/2018</p>
<p>[Enter]</p>
<p>## Type command you want to execute</p>
<p>ls</p>
<p>## CTRL+D to kill prompt and it will be scheduled</p>
<p>Software Spotlight: <a href="http://www.gpick.org/">GPick</a> &amp; <a href="https://www.kde.org/applications/graphics/kcolorchooser/">KColorChooser</a></p>
<hr>
<p>DL Community Email:</p>
<p>I stumbled across the podcast at a time in my life when I was struggling with the worst depression and anxiety I&#8217;ve ever experienced in my life. I am so grateful that I did find it though. The very first episode I saw had Martin Wimpress on as a guest. The banter between Ryan and wimpy was the first thing that was able to make me laugh in months. I can&#8217;t describe how much I appreciate all of the hard work from the past and current lineup.</p>
<p>You guys renew my passion and excitement for Linux every week. Thanks for helping create and maintain a community that cares about a project that is actually making a difference in the world. And a community where I can remain silent but still feel like I&#8217;m surrounded by friends in discord and telegram. Friends who love to talk about Linux and computers as much as I do and won&#8217;t perceive me as just some nerd that isn&#8217;t worth talking to. I feel home.</p>
<p>All of your hard work is what keeps us going and drives us to want to learn more! I genuinely can&#8217;t thank you guys enough for everything you do. I&#8217;ll be around as long as DL is around.</p>

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>I often use <code>M-:</code> (<code>eval-expression</code>) to check or set variable values or as a calculator. But if I try to use completion there, I always end up with the <code>*Completions*</code> buffer. Is there any nice completion replacement package which deals with this use case? I think its a matter of supporting <code>completion-at-point</code> inside the minibuffer. </p> <p>So far, I found that:</p> <ul> <li> company-mode is not supported in the minibuffer.</li> <li> Helm does have some support for this, but its a little wonky. Something about the way it handles spaces makes it unintuitive in this use case.</li> </ul> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/gepardcv"> /u/gepardcv </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r16u0t/completion_replacements_which_work_with/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r16u0t/completion_replacements_which_work_with/">[comments]</a></span>

View file

@ -0,0 +1,64 @@
<p>This week on the Ask Noah Show we dive straight into the Ubuntu dropping Unity news story, talk about the best open source messenger application &amp; of course take your questions live on the air.</p>
<h3><strong>-- The Cliff Notes --</strong></h3>
<h4><a href="https://arstechnica.com/information-technology/2017/04/ubuntu-unity-is-dead-desktop-will-switch-back-to-gnome-next-year/" rel="nofollow">Ubuntu Unity is Dead: Desktop will switch back to Gnome next year</a></h4>
<blockquote>
<p>Six years after making Unity the default user interface on Ubuntu desktops, Canonical is giving up on the project and will switch the default Ubuntu desktop back to GNOME next year. Canonical is also ending development of Ubuntu software for phones and tablets, spelling doom for the goal of creating a converged experience with phones acting as desktops when docked with the right equipment.</p>
</blockquote>
<h4><a href="https://www.theregister.co.uk/2017/04/06/canonical_cuts_jobs_with_unity_bullet/" rel="nofollow">Staff, Projects, Shed as Ubuntu Maker Tries to Lure Investors</a></h4>
<blockquote>
<p>On Wednesday, we reported that Ubuntu is killing off its never-delivered Unity 8 technology and switching back to GNOME for its desktop user interface. Today, The Reg has learned that Canonical has axed more than half the team who worked on Unity which was an effort to build a single Ubuntu UI spanning phones, tablets, PCs and other devices.</p>
<p>Those Unity staffers who couldn&#39;t be found suitable jobs elsewhere in the open-source shop are being let go. Jobs are also going in other parts of the organization. The cuts came after Canonical founder and millionaire Mark Shuttleworth&#39;s decision to seek potential outside investors. These investors determined that Canonical was overstaffed and some projects lacked focus.</p>
</blockquote>
<h5><a href="http://phoronix.com/scan.php?page=news_item&px=Mark-Shuttleworth-CEO-Return" rel="nofollow">Mark Shuttleworth Reportedly Returning To Role As Canonical CEO</a></h5>
<blockquote>
<p>I&#39;m now told directly by a confidant that Jane Silber is likely stepping down with Mark Shuttleworth taking over as CEO. Mark had been CEO of Canonical from 2004 to 2010 until Jane Silber took over as CEO. Mark had originally stepped down from being the CEO to focus on product design, partnerships, customers, and other areas. Silber had been with Canonical since 2004 where she was serving in other roles, including as COO. </p>
</blockquote>
<h4><a href="https://medium.com/@wireapp/open-sourcing-wire-server-code-ef7866a731d5" rel="nofollow">Open Sourcing Wire Server Code</a></h4>
<blockquote>
<p>“Open sourcing was always part of our initial plan and it took some time to reach this stage. We decided to take the open source path because transparency and community engagement is of utmost importance for any product that has security at its core.”<br>
The team is now taking the next step to also open source the Wire server code. Wire app client code, encryption protocol and end-to-end encrypted integrations API are already available on GitHub.</p>
</blockquote>
<h3><strong>-- Noobs Corner --</strong></h3>
<p>Do you have ideas on how to get people started on Linux? Do you want to see the Getting Started With Linux: An Absolute Beginners Guide come to market? Give us your feedback at asknoahshow.com</p>
<h3><strong>-- Stay In Touch --</strong></h3>
<p><strong>Find all the resources for this show on the Ask Noah Dashboard</strong></p>
<blockquote>
<p><a href="http://www.asknoahshow.com" rel="nofollow">Ask Noah Dashboard</a></p>
</blockquote>
<p><strong>Need more help than a radio show can offer? Altispeed provides commercial IT services and theyre excited to offer you a great deal for listening to the Ask Noah Show. Call today and ask about the discount for listeners of the Ask Noah Show!</strong></p>
<blockquote>
<p><a href="http://www.altispeed.com/" rel="nofollow">Altispeed Technologies</a></p>
</blockquote>
<p><strong>Contact Noah</strong></p>
<blockquote>
<p>asknoah [at] jupiterbroadcasting.com</p>
</blockquote>
<p><strong>-- Twitter --</strong></p>
<ul>
<li><a href="https://twitter.com/kernellinux" rel="nofollow">Noah - Kernellinux</a></li>
<li><a href="https://twitter.com/asknoahshow" rel="nofollow">Ask Noah Show</a></li>
<li><a href="https://twitter.com/altispeed" rel="nofollow">Altispeed Technologies</a></li>
<li><a href="https://twitter.com/jbsignal" rel="nofollow">Jupiter Broadcasting</a></li>
</ul><p><a href="https://patreon.com/linuxdelta" rel="payment">Support Ask Noah Show</a></p>

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>I have three questions:</p> <ol> <li><p>Is the place to find logs <code>/var/log/</code>? I&#39;m having some trouble finding the current log for the X session. There&#39;s <code>/var/log/gdm/greeter.log</code> and it also points to a <code>/var/lib/gdm/.local/share/xorg/Xorg.0.log</code> but it doesn&#39;t always seem to be up-to-date or for the current session.</p></li> <li><p>Different question: is it possible to reset a channel or remove it? I have to do <code>--allow-downgrades</code> when doing <code>guix pull</code> and reconfigure now all the time because I forked it and rebased a commit. Can I just start from scratch with this channel in some way?</p></li> <li><p>I picked the i3 window manager when installing Guix System and I&#39;m having a hard time running <code>eval $(ssh-agent)</code> before it starts. I used to do that from an <code>.xsessionrc</code> but that does not work. It seems I could just use an <code>.xsession</code> file with <code>ssh-agent</code> and then <code>i3</code> but I don&#39;t know if I&#39;m missing out on some Guix config then.</p></li> </ol> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/aerique"> /u/aerique </a> <br/> <span><a href="https://www.reddit.com/r/GUIX/comments/rnpvpg/questions_about_logs_and_resetting_channels/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/GUIX/comments/rnpvpg/questions_about_logs_and_resetting_channels/">[comments]</a></span>

View file

@ -0,0 +1,5 @@
<p>Mickey Petersen author of the <a href="https://masteringemacs.org/">the excellent book Mastering Emacs and the blog of the same name</a> has another of his comprehensive and informative articles on his blog. This time its about <a href="https://masteringemacs.org/">tree sitter and its application to syntax highlighting in Emacs</a>.</p>
<p>Even though we take it mostly for granted, syntax highlighting is actually a devilishly difficult problem. Emacs and almost every other editor does it with a witches brew of regular expressions and <i>ad hoc</i> functions. The results are usually, but not always, good enough. The correct method, of course, is to build a syntax tree of the code and use that to inform the highlighting. Theres a whole host of problems with that approach. In the first place, the code youre editing probably isnt syntactically correct because its incomplete. Secondly, the naive solution of rebuilding the tree with every keystroke is too slow to be practical and there are other problems as well.</p>
<p>Mickey has a solution: <a href="https://masteringemacs.org/article/tree-sitter-complications-of-parsing-languages">use tree sitter to drive the highlighting</a>. If you dont know about tree sitter or what its used for, head on over to Mickeys post for the details. Tree sitter can do more than just figure out syntax highlighting. Mickey mentions the excellent <a href="https://masteringemacs.org/article/tree-sitter-complications-of-parsing-languages">ParEdit</a> and its use in Lispy languages. Mickey wanted to extend that capability to other languages, Python in particular.</p>
<p>Hes built a package to do just that. He calls it <a href="https://github.com/mickeynp/combobulate">combobulate</a>. Its still alpha software but you can try it out if you like. Mickey says hell put it on Melpa as soon as he works out a few more issues. Mickey believes that the tree sitter approach is the future for addressing these types of problems.</p>
<p>I know I keep saying this but tree sitter and Emacs embrace of it once again puts the lie to the notion that Emacs is moribund technology. The reverse is true. Emacs keeps introducing new capabilities that other editors copy and then use to support their claims of superiority.</p>

View file

@ -0,0 +1,9 @@
<p>What does it mean for the Bible to be both divine and a work of literary genius? The Hebrew Bible is a sophisticated piece of literary art that has a theological message, and that message is communicated through a nuanced literary medium. On this podcast, Tim and Jon spend plenty of time talking about the literary structure and design of the books of the Bible. They examine the themes in the Bible that are found throughout the entire narrative arc of Scripture. But for this episode, they back up and talk about what the Bible is in the first place.</p>
<p>The Bible didnt drop out of heaven, it was produced over hundreds of years by many different authors that came from one particular people group of ancient Israel.</p>
<p>The story of the Bible emerged from the history of Gods people. The Bible tells a story with Israel at the center, but the main focus is the story of all of humanity.</p>
<p>Video:<br />
This episode is designed to accompany our video called, “What is the Bible?” You can view it on our youtube channel here: https://www.youtube.com/watch?v=ak06MSETeo4&amp;t=3s</p>
<p>Show Music:<br />
Defender Instrumental by Rosasharn Music<br />
Blue Skies by Unwritten Stories<br />
Flooded Meadows by Unwritten Stories</p>

View file

@ -0,0 +1,15 @@
<p>Brent joins Wes Payne, well-known Jupiter Broadcasting co-host of <a href="https://linuxunplugged.com" rel="nofollow">Linux Unplugged</a>, <a href="https://coder.show" rel="nofollow">Coder Radio</a>, and <a href="https://techsnap.systems" rel="nofollow">TechSNAP</a>, for a deep-dive conversation that touches a wide swath of life as a Wes, with topics including:</p>
<ul>
<li>adventures in learning</li>
<li>a recipe for great collaborations</li>
<li>one definition of Wes-work</li>
<li>creativity and problem-solving in tech</li>
<li>introvertedness and the subtle art of being agreeable</li>
<li>strategies in brainstorming</li>
<li>entropy and evolution of routines in creativity</li>
<li>hammock time and meditation</li>
<li>Buddhism and our mind&#39;s understanding of the world</li>
<li>the importance of context in comprehension</li>
</ul><p>Links:</p><ul><li><a href="https://theworldbeforeyourfeet.com/" title="The World Before Your Feet' Documentary - Matt Green Walks Every Street in New York City" rel="nofollow">The World Before Your Feet' Documentary - Matt Green Walks Every Street in New York City</a></li><li><a href="https://www.goodreads.com/book/show/8520610-quiet" title="Quiet: The Power of Introverts in a World That Can't Stop Talking by Susan Cain" rel="nofollow">Quiet: The Power of Introverts in a World That Can't Stop Talking by Susan Cain</a></li><li><a href="https://fourhourworkweek.com/" title="The 4-Hour Workweek by Tim Ferriss" rel="nofollow">The 4-Hour Workweek by Tim Ferriss</a></li><li><a href="https://en.wikipedia.org/wiki/Six_Thinking_Hats" title="Six Thinking Hats" rel="nofollow">Six Thinking Hats</a></li><li><a href="https://www.brainpickings.org/2013/04/23/daily-rituals-mason-currey/" title="Brain Pickings - Daily Rituals: A Guided Tour of Writers and Artists Creative Habits" rel="nofollow">Brain Pickings - Daily Rituals: A Guided Tour of Writers and Artists Creative Habits</a></li><li><a href="https://www.youtube.com/watch?v=f84n5oFoZBc" title="Hammock Driven Development, or, If We're Not Solving Problems What are We Doing? - Rich Hickey" rel="nofollow">Hammock Driven Development, or, If We're Not Solving Problems What are We Doing? - Rich Hickey</a></li><li><a href="https://convincedcoder.com/2019/03/30/Hammock-driven-development/" title="Convinced Coder - Hammock Driven Development" rel="nofollow">Convinced Coder - Hammock Driven Development</a></li><li><a href="https://sivers.org/hellyeah" title="Derek Sivers - “HELL YEAH!” or “no."" rel="nofollow">Derek Sivers - “HELL YEAH!” or “no."</a></li><li><a href="https://www.goodreads.com/book/show/32895535-why-buddhism-is-true" title="Why Buddhism is True: The Science and Philosophy of Meditation and Enlightenment by Robert Wright" rel="nofollow">Why Buddhism is True: The Science and Philosophy of Meditation and Enlightenment by Robert Wright</a></li><li><a href="https://nataliewexler.com/" title="The Knowledge Gap: The Hidden Cause of Americas Broken Education Systemand How to Fix It - Natalie Wexler" rel="nofollow">The Knowledge Gap: The Hidden Cause of Americas Broken Education Systemand How to Fix It - Natalie Wexler</a></li></ul>

View file

@ -0,0 +1,29 @@
<p>SHOW NOTES: </p>
<p>- All the info you need to START is on our <a href='http://www.thebiblerecap.com'>website</a>! Seriously, go there.
- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> community for bonus perks!</p>
<p>- Get your <a href='https://www.theconnextion.com/tlcdgroup/index.cfm'>TBR merch</a></p>
<p>- <a href='http://thebiblerecap.com/contact'>Show credits</a></p>
<p> </p>
<p>FROM TODAYS EPISODE:</p>
<p>- <a href='http://theconnextion.com/tbr'>Study Guide and Discussion Guide</a></p>
<p> </p>
<p>SOCIALS:</p>
<p>The Bible Recap:<a href='https://instagram.com/thebiblerecap'> Instagram</a> |<a href='https://www.facebook.com/thebiblerecap'> Facebook</a> |<a href='https://twitter.com/thebiblerecap'> Twitter</a></p>
<p>D-Group:<a href='https://instagram.com/mydgroup/'> Instagram</a> |<a href='https://www.facebook.com/ilovemydgroup'> Facebook</a> |<a href='https://mobile.twitter.com/mydgroup'> Twitter</a></p>
<p>TLC:<a href='https://instagram.com/taraleighcobble'> Instagram</a> |<a href='https://www.facebook.com/taraleighcobble'> Facebook</a> |<a href='https://twitter.com/taraleighcobble'> Twitter</a></p>
<p> </p>
<p>D-GROUP:
The Bible Recap is brought to you by<a href='https://www.mydgroup.org/'> D-Group</a> - an international network of discipleship and accountability groups that meet weekly in homes and churches:<a href='https://www.mydgroup.org/map'> Find or start one near you today</a>!</p>

View file

@ -0,0 +1,43 @@
<p>SHOW NOTES: </p>
<p>- All the info you need to START is on our <a href='http://www.thebiblerecap.com'>website</a>!
- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> family for bonus perks!</p>
<p>- Get your <a href='https://www.theconnextion.com/tlcdgroup/index.cfm'>TBR merch</a></p>
<p>- <a href='http://thebiblerecap.com/contact'>Show credits</a></p>
<p> </p>
<p>FROM TODAYS PODCAST: </p>
<p>- Article: <a href='https://www.compellingtruth.org/400-years-of-silence.html'>What were Israel's 400 Years of Silence?</a></p>
<p>- Graph: <a href='https://upload.wikimedia.org/wikipedia/commons/6/6f/Relationship_between_synoptic_gospels-en.svg'>Relationships between the Synoptic Gospels</a></p>
<p>- Article 1 of 2: <a href='https://zondervanacademic.com/blog/synoptic-gospels'>What Are the Synoptic Gospels, and Where Do They Come From?</a></p>
<p>- Article 2 of 2: <a href='https://ntwrightonline.org/three-ways-john-is-different-from-the-synoptic-gospels-and-three-ways-its-similar/'>Three Ways John is Different from the Synoptic Gospels (and three ways its similar)</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=exodus+34%3A6-7+&version=ESV'>Exodus 34:6-7</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=Genesis+1&version=ESV'>Genesis 1</a></p>
<p>- <a href='https://thebiblerecap.podbean.com/e/001-genesis-1-3/'>The Bible Recap - Episode 001</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=John+5%3A39&version=ESV'>John 5:39</a></p>
<p> </p>
<p>SOCIALS:</p>
<p>The Bible Recap:<a href='https://instagram.com/thebiblerecap'> Instagram</a> |<a href='https://www.facebook.com/thebiblerecap'> Facebook</a> |<a href='https://twitter.com/thebiblerecap'> Twitter</a></p>
<p>D-Group:<a href='https://instagram.com/mydgroup/'> Instagram</a> |<a href='https://www.facebook.com/ilovemydgroup'> Facebook</a> |<a href='https://mobile.twitter.com/mydgroup'> Twitter</a></p>
<p>TLC:<a href='https://instagram.com/taraleighcobble'> Instagram</a> |<a href='https://www.facebook.com/taraleighcobble'> Facebook</a> |<a href='https://twitter.com/taraleighcobble'> Twitter</a></p>
<p> </p>
<p>D-GROUP:
The Bible Recap is brought to you by<a href='https://www.mydgroup.org/'> D-Group</a> - an international network of discipleship and accountability groups that meet weekly in homes and churches:<a href='https://www.mydgroup.org/map'> Find or start one near you today</a>!</p>

View file

@ -0,0 +1,2 @@
<p>From our origins with Linux to preparing your home LAN for a solar storm, its an Ask us Anything special edition!</p><p>Sponsored By:</p><ul><li><a href="https://linode.com/unplugged" rel="nofollow">Linode Cloud Hosting</a>: <a href="https://linode.com/unplugged" rel="nofollow">A special offer for all Linux Unplugged Podcast listeners and new Linode customers, visit linode.com/unplugged, and receive $100 towards your new account. </a></li><li><a href="http://mailroute.net/linux" rel="nofollow">MailRoute</a>: <a href="http://mailroute.net/linux" rel="nofollow">Try out MailRoute today and get 10% off the lifetime of your account and start with a 30-day free trial, no credit card required.</a></li><li><a href="https://linuxacademy.com/cp/modules/view/id/262/?utm_source=jupiter&utm_medium=cpc" rel="nofollow">A Cloud Guru</a>: <a href="https://linuxacademy.com/cp/modules/view/id/262/?utm_source=jupiter&utm_medium=cpc" rel="nofollow">By the end of this course, you will feel comfortable working with a large variety of networking tools and configurations to manage complex Linux networking implementations.</a></li></ul><p><a href="https://jupitersignal.memberful.com/checkout?plan=52946" rel="payment">Support LINUX Unplugged</a></p><p>Links:</p><ul><li><a href="https://termbin.com/" title="Pick: termbin.com" rel="nofollow">Pick: termbin.com</a> &mdash; Netcat-based command line pastebin.</li></ul>

View file

@ -0,0 +1,45 @@
<p>This week on The Ask Noah Show we take a hard look at KDE Plasma &amp; ask the question, should Canonical be using Plasma by default on the upcoming 18.04 LTS?</p>
<h3><strong>-- The Cliff Notes --</strong></h3>
<ul>
<li><p><a href="https://insights.ubuntu.com/2018/01/26/bionic-beaver-18-04-lts-to-use-xorg-by-default/" rel="nofollow">18.04 to use xorg</a></p></li>
<li><p><a href="https://www.phoronix.com/scan.php?page=news_item&px=GNOME-Shell-4-Proposals" rel="nofollow">Phoronix - Gnome Shell 4</a></p></li>
<li><p><a href="https://wiki.gnome.org/Initiatives/Wayland/GnomeShell/GnomeShell4" rel="nofollow">Gnome 4 Shell Proposal</a></p></li>
<li><p><a href="http://www.zdnet.com/article/i-hate-unity-i-hate-gnome-i-hate-windows-8-the-ultimate-desktop-search-continues/" rel="nofollow">I Hate Windows 8, Gnome, and Unity</a></p></li>
<li><p><a href="http://www.techradar.com/news/intel-vaunt" rel="nofollow">Intel Vaunt</a></p></li>
<li><p><a href="https://itsfoss.com/ubuntu-18-04-release-features/" rel="nofollow">18.04 Features</a></p></li>
<li><p><a href="https://www.youtube.com/watch?v=F1i7jAtHcw4&feature=youtu.be" rel="nofollow">Plasma 5.12</a></p></li>
<li><p><a href="https://www.youtube.com/watch?v=6CkKku1JAe8" rel="nofollow">See How the Ask Noah Show Got Started (video)</a></p></li>
<li><p><a href="http://www.voxtelesys.com" rel="nofollow">VoxTeleSys</a></p></li>
</ul>
<h3><strong>-- Stay In Touch --</strong></h3>
<p><strong>Find all the resources for this show on the Ask Noah Dashboard</strong></p>
<blockquote>
<p><a href="http://www.asknoahshow.com" rel="nofollow">Ask Noah Dashboard</a></p>
</blockquote>
<p><strong>Need more help than a radio show can offer? Altispeed provides commercial IT services and theyre excited to offer you a great deal for listening to the Ask Noah Show. Call today and ask about the discount for listeners of the Ask Noah Show!</strong></p>
<blockquote>
<p><a href="http://www.altispeed.com/" rel="nofollow">Altispeed Technologies</a></p>
</blockquote>
<p><strong>Contact Noah</strong></p>
<blockquote>
<p>asknoah [at] jupiterbroadcasting.com</p>
</blockquote>
<p><strong>-- Twitter --</strong></p>
<ul>
<li><a href="https://twitter.com/kernellinux" rel="nofollow">Noah - Kernellinux</a></li>
<li><a href="https://twitter.com/asknoahshow" rel="nofollow">Ask Noah Show</a></li>
<li><a href="https://twitter.com/altispeed" rel="nofollow">Altispeed Technologies</a></li>
<li><a href="https://twitter.com/jbsignal" rel="nofollow">Jupiter Broadcasting</a></li>
</ul><p><a href="https://patreon.com/linuxdelta" rel="payment">Support Ask Noah Show</a></p>

View file

@ -0,0 +1,4 @@
<p>Is it time to fork Debian? Some Unix veterans do, and we discuss. The Linux Grandma joins us to discuss Kubuntu, KDEs outreach, and Google Summer of Code. </p>
<p>Plus Microsoft says they really love Linux, Steams secret weapon against Windows & much more!</p><p><a href="https://jupitersignal.memberful.com/checkout?plan=52946" rel="payment">Support LINUX Unplugged</a></p>

View file

@ -0,0 +1,29 @@
<p>SHOW NOTES: </p>
<p>- All the info you need to START is on our <a href='http://www.thebiblerecap.com'>website</a>!</p>
<p>- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> family for bonus perks!</p>
<p>- Get your <a href='https://www.theconnextion.com/tlcdgroup/index.cfm'>TBR merch</a></p>
<p>- <a href='http://thebiblerecap.com/contact'>Show credits</a></p>
<p> </p>
<p>FROM TODAYS PODCAST: </p>
<p>- <a href='http://thebiblerecap.com/books'>Study: The Trinity</a></p>
<p> </p>
<p>SOCIALS:</p>
<p>The Bible Recap:<a href='https://instagram.com/thebiblerecap'> Instagram</a> |<a href='https://www.facebook.com/thebiblerecap'> Facebook</a> |<a href='https://twitter.com/thebiblerecap'> Twitter</a></p>
<p>D-Group:<a href='https://instagram.com/mydgroup/'> Instagram</a> |<a href='https://www.facebook.com/ilovemydgroup'> Facebook</a> |<a href='https://mobile.twitter.com/mydgroup'> Twitter</a></p>
<p>TLC:<a href='https://instagram.com/taraleighcobble'> Instagram</a> |<a href='https://www.facebook.com/taraleighcobble'> Facebook</a> |<a href='https://twitter.com/taraleighcobble'> Twitter</a></p>
<p>
D-GROUP:
The Bible Recap is brought to you by<a href='https://www.mydgroup.org/'> D-Group</a> - an international network of discipleship and accountability groups that meet weekly in homes and churches:<a href='https://www.mydgroup.org/map'> Find or start one near you today</a>!</p>

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>My notebook was working fine, then I tried using Bluetooth with it and it was a headache. But this wasn&#39;t a requirement. But now that I tripped to the countryside it just won&#39;t connect to the other wifi in any way. I tried everything from stack overflow. I tried network manager that I was already using, iwd(stopped wpa supplicant and nm). Nothing works. At least you can search the wifi spots available. It just won&#39;t connect to them.</p> <p>Edit: I found something in dmesg. </p> <p>It says (mac) denied authentication (status 17)</p> <p>I am100% on the password being correct</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/perkunos7"> /u/perkunos7 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/qyff37/wifi_went_to_the_stratosphere_out_of_nowhere_when/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/qyff37/wifi_went_to_the_stratosphere_out_of_nowhere_when/">[comments]</a></span>

View file

@ -0,0 +1,3 @@
<img src="https://media.babylonbee.com/thumbs/article-9976-1-thumb.jpg"> <p>SAN FRANCISCO, CA&mdash;Small business owners have devised a clever solution to the mostly-peaceful looting problem that has plagued retail stores in the nation&rsquo;s democrat-run cities.</p>
<p>The post <a rel="nofollow" href="https://babylonbee.com/news/clever-business-owners-ward-off-looters-with-kyle-rittenhouse-scarecrows">Clever Business Owners Ward Off Looters With Kyle Rittenhouse Scarecrows</a> appeared first on <a rel="nofollow" href="https://babylonbee.com">The Babylon Bee</a>.</p>

View file

@ -0,0 +1 @@
Tom delves into many of the often taken for granted reality implications of the Christian teaching about the Incarnation of God the Son. He explores the riches of wisdom such biblical teaching has for a true understanding of divinity, humanity, creation and its relation to God. Chris and Glenn bring into the conversation many fascinating [&#8230;]

View file

@ -0,0 +1,4 @@
<p>Package once, run anywhere. Its always almost here, just around the corner, in the near future. But are we finally about to nail it? We look at Flatpack, Snaps, AppImage, ask what stands out from the pack & which will fall flat.</p>
<p>Plus why you're going to want to wait on that systemd upgrade, funding projects with a rocky past, the big thing about Mycroft no one is talking about & we try out Mycroft on the desktop.</p><p><a href="https://jupitersignal.memberful.com/checkout?plan=52946" rel="payment">Support LINUX Unplugged</a></p>

View file

@ -0,0 +1,38 @@
<p>SHOW NOTES: </p>
<p>- All the info you need to START is on our <a href='http://www.thebiblerecap.com'>website</a>! Seriously, go there. </p>
<p>- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> community for bonus perks!</p>
<p>- Get your <a href='https://www.theconnextion.com/tlcdgroup/index.cfm'>TBR merch</a></p>
<p>- <a href='http://thebiblerecap.com/contact'>Show credits</a></p>
<p> </p>
<p>FROM TODAYS PODCAST: </p>
<p>- <a href='https://www.biblegateway.com/passage/?search=exodus+31%3A3&version=ESV'>Exodus 31:3</a></p>
<p>- Video: <a href='https://www.youtube.com/watch?v=oiF-wObznds'>Model of Solomon's Temple</a></p>
<p>- Video: <a href='https://www.youtube.com/watch?v=bbQxHvBdwcc'>A'in Dara Temple in Syria</a> (before/after air strikes)</p>
<p>- <a href='https://www.biblegateway.com/passage/?search=philippians+1%3A6&version=ESV'>Philippians 1:6</a></p>
<p>- Join <a href='http://www.patreon.com/thebiblerecap'>Patreon</a> to receive this months bonus content!</p>
<p> </p>
<p>SOCIALS:</p>
<p>The Bible Recap:<a href='https://instagram.com/thebiblerecap'> Instagram</a> |<a href='https://www.facebook.com/thebiblerecap'> Facebook</a> |<a href='https://twitter.com/thebiblerecap'> Twitter</a></p>
<p>D-Group:<a href='https://instagram.com/mydgroup/'> Instagram</a> |<a href='https://www.facebook.com/ilovemydgroup'> Facebook</a> |<a href='https://mobile.twitter.com/mydgroup'> Twitter</a></p>
<p>TLC:<a href='https://instagram.com/taraleighcobble'> Instagram</a> |<a href='https://www.facebook.com/taraleighcobble'> Facebook</a> |<a href='https://twitter.com/taraleighcobble'> Twitter</a></p>
<p> </p>
<p>D-GROUP:
The Bible Recap is brought to you by<a href='https://www.mydgroup.org/'> D-Group</a> - an international network of discipleship and accountability groups that meet weekly in homes and churches:<a href='https://www.mydgroup.org/map'> Find or start one near you today</a>!</p>

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/wV_f4CCR3zA" width="480" alt="thumbnail" title="Be Anonymous Online With The Tails Operating System" /></p>Tails is a portable Linux operating system that protects against surveillance and censorship. It is designed to be run as a live USB stick that you can take with you and use on any computer, when you need anonymity. Tails is important for whistleblowers, journalists, activists, domestic abuse survivors, and those persecuted by oppressive government regimes.<br /><br />REFERENCED:<br />► https://tails.boum.org/index.en.html<br /><br />WANT TO SUPPORT THE CHANNEL? <br />💰 Patreon: https://www.patreon.com/distrotube <br />💳 Paypal: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=derek%40distrotube%2ecom&lc=US&item_name=DistroTube&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest<br />🛍️ Amazon: https://amzn.to/2RotFFi<br />👕 Teespring: https://teespring.com/stores/distrotube<br /><br />DONATE CRYPTO:<br />💰 Bitcoin: 1Mp6ebz5bNcjNFW7XWHVht36SkiLoxPKoX<br />🐶 Dogecoin: D5fpRD1JRoBFPDXSBocRTp8W9uKzfwLFAu<br />📕 LBC: bMfA2c3zmcLxPCpyPcrykLvMhZ7A5mQuhJ<br /><br />SOCIAL PLATFORMS: <br />🗨️ Mastodon: https://distrotoot.com/@derek<br />👫 Reddit: https://www.reddit.com/r/DistroTube/<br />📽️ LBRY/Odysee: https://odysee.com/$/invite/@DistroTube:2<br /><br />DT ON THE WEB:<br />🕸️ Website: http://distrotube.com/<br />🐿️ Gemini Capsule: gemini://distro.tube<br />📁 GitLab: https://gitlab.com/dwt1 <br /><br />FREE AND OPEN SOURCE SOFTWARE THAT I USE:<br />🌐 Brave Browser - https://brave.com/dis872 <br />📽️ Open Broadcaster Software: https://obsproject.com/<br />🎬 Kdenlive: https://kdenlive.org<br />🎨 GIMP: https://www.gimp.org/<br />🎵 Ardour: https://ardour.org/<br />💻 VirtualBox: https://www.virtualbox.org/<br />🗒️ Doom Emacs: https://github.com/hlissner/doom-emacs<br /><br />Your support is very much appreciated. Thanks, guys!<br />...<br />https://www.youtube.com/watch?v=wV_f4CCR3zA

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/3kgxHkmyTwc" width="480" alt="thumbnail" title="KDE Plasma Its Not All Love | DLN Xtend 74" /></p>On this episode of DLN Xtend we discuss what we see as problems in KDE Plasma.<br /><br />Welcome to episode 74 of DLN Xtend. DLN Xtend is a community powered podcast. We take conversations from the DLN Community from places like the DLN Discourse Forums, Telegram group, Discord server and more. We also take topics from other shows around the network to give our takes.<br /><br />00:00 Introductions<br />09:38 Topic- KDE Plasma<br />29:27 Host Related Interest<br />41:14 Wrap Up<br />42:05 Extras<br /><br />Host Related Interests<br /><br />Wendy <br />- ENCODYA<br /> - https://www.gog.com/game/encodya<br />- Minigalaxy<br /> - https://github.com/sharkwouter/minigalaxy<br /><br />Matt - Streets of Rage 4<br />- https://store.steampowered.com/app/985890/Streets_of_Rage_4/<br /><br /><br />Join us in the DLN Community:<br />Discourse: https://discourse.destinationlinux.network/<br />Telegram: https://destinationlinux.org/telegram<br />Mumble: https://destinationlinux.network/mumble/<br />Discord: https://destinationlinux.org/discord servers to continue the discussion!<br /><br />Contact info:<br />Matt (Twitter @MattDLN)<br />Wendy (Mastodon @WendyDLN@mastodon.online)<br />Nate (cubiclenate.com)<br />...<br />https://www.youtube.com/watch?v=3kgxHkmyTwc

View file

@ -0,0 +1 @@
This is Gabriel Renchs with your CrossPolitic Daily News Brief for Wednesday March 31st 2021 Intro: Biden is going to spend more money? Gov. Noem signs esecutive orders, coercive free speech is not free speech, and more&#8230; Plug: AD Do you have a guitar at home thats calling out to you?&#160; Do you long to [&#8230;]

View file

@ -0,0 +1,31 @@
<p>SHOW NOTES: </p>
<p>- All the info you need to START is on our <a href='http://www.thebiblerecap.com'>website</a>!
- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> family for bonus perks!</p>
<p>- Get your <a href='https://www.theconnextion.com/tlcdgroup/index.cfm'>TBR merch</a></p>
<p>- <a href='http://thebiblerecap.com/contact'>Show credits</a></p>
<p> </p>
<p>FROM TODAYS PODCAST: </p>
<p>- <a href='https://thebiblerecap.podbean.com/e/218-zephaniah-1-3/'>The Bible Recap - Episode 218</a></p>
<p>- <a href='https://podcasts.apple.com/us/podcast/the-bible-recap/id1440833267'>Help others find The Bible Recap!</a></p>
<p> </p>
<p>SOCIALS:</p>
<p>The Bible Recap:<a href='https://instagram.com/thebiblerecap'> Instagram</a> |<a href='https://www.facebook.com/thebiblerecap'> Facebook</a> |<a href='https://twitter.com/thebiblerecap'> Twitter</a></p>
<p>D-Group:<a href='https://instagram.com/mydgroup/'> Instagram</a> |<a href='https://www.facebook.com/ilovemydgroup'> Facebook</a> |<a href='https://mobile.twitter.com/mydgroup'> Twitter</a></p>
<p>TLC:<a href='https://instagram.com/taraleighcobble'> Instagram</a> |<a href='https://www.facebook.com/taraleighcobble'> Facebook</a> |<a href='https://twitter.com/taraleighcobble'> Twitter</a></p>
<p> </p>
<p>D-GROUP:
The Bible Recap is brought to you by<a href='https://www.mydgroup.org/'> D-Group</a> - an international network of discipleship and accountability groups that meet weekly in homes and churches:<a href='https://www.mydgroup.org/map'> Find or start one near you today</a>!</p>