emacs/var/elfeed/db/data/99/991e6b92c0ddb05e40efa1f829c504c40a00c589
2022-01-03 12:49:32 -06:00

72 lines
5.5 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.

<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Linux in 2021: Year In Review! | Destination Linux 258" width="800" height="450" src="https://www.youtube.com/embed/9gm4NW2wsj0?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>
<p>This weeks episode of Destination Linux, were going to take a look back at this year in Linux. There are so many amazing things that happened with Linux and were going to cover all the highlights. Then were going to discuss the future of the Linux Desktop in Virtual Reality! Plus we&#8217;ve also got our famous tips, tricks and software picks. All of this and so much more this week on Destination Linux. So whether you&#8217;re brand new to Linux and open source or a guru of sudo. This is the podcast for you.</p>
<h4>Subscribe to All DLN Shows in ONE Feed!</h4>
<p><a href="https://destinationlinux.network/feed/allshows">https://destinationlinux.network/feed/allshows</a></p>
<figure class="wp-block-image size-large is-resized"><a href="https://do.co/dln" target="_blank" rel="noopener"><img loading="lazy" src="https://destinationlinux.org/wp-content/uploads/2021/03/digital-ocean-hor.png" alt="" class="wp-image-1499" width="468" height="60"/></a><figcaption>Sponsored by: <a rel="noopener" href="https://do.co/dln" target="_blank">do.co/dln</a></figcaption></figure>
<figure class="wp-block-image size-large is-resized"><a href="https://bitwarden.com/dln" target="_blank" rel="noopener"><img loading="lazy" src="https://destinationlinux.org/wp-content/uploads/2020/07/bitwarden-banner-1.jpg" alt="" class="wp-image-2301" width="468" height="60" srcset="https://destinationlinux.org/wp-content/uploads/2020/07/bitwarden-banner-1.jpg 469w, https://destinationlinux.org/wp-content/uploads/2020/07/bitwarden-banner-1-300x39.jpg 300w, https://destinationlinux.org/wp-content/uploads/2020/07/bitwarden-banner-1-150x20.jpg 150w" sizes="(max-width: 468px) 100vw, 468px" /></a><figcaption>Sponsored by: <a href="https://bitwarden.com/dln" target="_blank" rel="noopener">bitwarden.com/dln</a></figcaption></figure>
<h4>Hosts of Destination Linux:</h4>
<p>Ryan (DasGeek) = <a href="https://dasgeekcommunity.com" target="_blank" rel="noopener">dasgeekcommunity.com</a><br>Michael Tunnell = <a href="https://tuxdigital.com" target="_blank" rel="noopener">tuxdigital.com</a><br>Jill Bryant = <a href="https://jilllinuxgirl.com" target="_blank" rel="noreferrer noopener">jilllinuxgirl.com</a></p>
<h4>Want to Support the Show?</h4>
<p>Support us on Patreon = <a href="https://destinationlinux.org/patreon" target="_blank" rel="noopener">https://destinationlinux.org/patreon</a><br>Support us on Sponsus = <a href="https://destinationlinux.org/sponsus" target="_blank" rel="noopener">https://destinationlinux.org/sponsus</a><br>Destination Linux Network Store = <a href="https://destinationlinux.network/store" target="_blank" rel="noopener">http://dlnstore.com</a></p>
<h4>Want to follow the show and hosts on social media?</h4>
<p>You can find all of our social accounts at <a href="https://destinationlinux.org/contact">https://destinationlinux.org/contact</a></p>
<h3>Topics Discussed in this episode</h3>
<p>links will be added below soon, sorry for the delay.</p>
<ul><li>Linux 30 Years</li><li>Linux on Mars</li><li>System76</li><li>Pop!_OS</li><li>popos</li><li>COSMIC Desktop</li><li>Pine64</li><li>Pinephone Pro</li><li>PineNote</li><li>Steam Deck</li><li>Proton Linux</li><li>Linux and privacy</li><li>Pipewire</li><li>Fedora Linux</li><li>Fedora 35</li><li>GNOME touchpad gestures</li><li>SUSE</li><li>openSUSE</li><li>Red Hat</li><li>RHEL</li><li>Vivaldi</li><li>interview</li><li>GNOME</li><li>SimulaVR</li><li>XRDesktop</li><li>Simula One</li><li>Baldurs Gate: Dark Alliance</li><li>Baldurs Gate</li><li>UTM</li></ul>
<h3>Tip of the Week</h3>
<ul><li>As a Linux user you may need to see what user groups you are included in. I am not referring to a LUG or Linux User Groups but instead the groups your linux system user is a part of for permissions on your system.<ul><li>although DLN Community is a great group of Linux users so you should consider getting involved in the community whether thats via the <a rel="noreferrer noopener" href="http://DLNForum.com" target="_blank">DLNForum.com</a>, the Matrix chat room, or many other options.</li></ul></li><li>Why would you want to do this?<ul><li>maybe for some reason your user cant elevate privileges via sudo.</li><li>youd need to make sure your user is part of the sudoers group</li><li>and in some cases for virtual machines and other reasons.</li></ul></li><li>To list all the groups a user is apart of simply type: $ id [username] -p</li><li>If youre just wanting to check the current users groups simply type $ id -p</li><li>there is the command groups:<ul><li>but id can give you the numeric values and the symbolic names</li><li>groups will only return symbolic names<ul><li>the numeric values would come in handy when dealing with network-shared data for example</li></ul></li></ul></li><li>lot of other switches available in i-d:<ul><li>A Display the process audit user ID and other process audit properties, which requires privilege.</li><li>F Display the full name of the user.</li><li>G Display the different group IDs (effective, real and supplementary) as white-space separated numbers, in no particular order.</li></ul></li></ul>