40 lines
4.4 KiB
Plaintext
40 lines
4.4 KiB
Plaintext
<p><div class="video-container"><iframe src="https://www.youtube-nocookie.com/embed/5_o3BbUTAXI?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-1243"></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>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>—</p>
|
|
<p>Topics covered in this episode:</p>
|
|
<p><a href="https://antergos.com/blog/antergos-linux-project-ends/" target="_blank" rel="noopener noreferrer">Antergos Linux Project Ends</a><br />
|
|
<a href="https://blackarch.org/blog.html" target="_blank" rel="noopener noreferrer">Blackarch Linux New Release</a><br />
|
|
<a href="https://doc.opensuse.org/release-notes/x86_64/openSUSE/Leap/15.1/https://news.opensuse.org/2019/05/22/opensuse-community-releases-leap-15-1-version/" target="_blank" rel="noopener noreferrer">openSUSE Leap 15.1 Released</a><br />
|
|
<a href="https://simon.shimmerproject.org/2019/05/19/xfce-4-14pre1-released/" target="_blank" rel="noopener noreferrer">Xfce 4.14 Pre-Release</a><br />
|
|
<a href="https://peppermintos.com/2019/05/peppermint-10-released/" target="_blank" rel="noopener noreferrer">Peppermint 10 Released</a><br />
|
|
<a href="https://www.mozilla.org/en-US/firefox/67.0/releasenotes/" target="_blank" rel="noopener noreferrer">Firefox 67 Released</a><br />
|
|
<a href="https://www.forbes.com/sites/zakdoffman/2019/05/22/did-the-u-s-just-kill-huaweis-smartphone-business/#361a423960f6" target="_blank" rel="noopener noreferrer">Huawei In Trouble</a><br />
|
|
<a href="https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1826844?_ga=2.106297347.1216151408.1558561863-1544747127.1545400671" target="_blank" rel="noopener noreferrer">Canonical Making Nvidia Drivers Integration Even Easier</a><br />
|
|
<a href="https://store.steampowered.com/app/681110/Eagle_Island/" target="_blank" rel="noopener noreferrer">Eagle Island</a><br />
|
|
<a href="https://www.gamingonlinux.com/articles/irkalla-an-incredibly-stylish-looking-pixel-art-tactical-action-platformer-is-coming-to-linux.14191" target="_blank" rel="noopener noreferrer">Irkalla Stunning Pixelated Game</a></p>
|
|
<p>—</p>
|
|
<p>Software Spotlight:<br />
|
|
<a href="https://wiki.gnome.org/Apps/DejaDup" target="_blank" rel="noopener noreferrer">Deja Dup</a></p>
|
|
<p>Tips & Tricks:<br />
|
|
Use ‘tail’ to monitor logs real-time for bug reporting or system analysis. This will provide you updates that occur and could be invaluable for bug reports or monitoring of user activity or changes on your system. </p>
|
|
<p>As an example:</p>
|
|
<p>For openSUSE, Rhel you can use:<br />
|
|
sudo tail -f -n 6 /var/log/messages</p>
|
|
<p>For Debian based distros<br />
|
|
sudo tail -f -n 6 /var/log/syslog</p>
|
|
<p>The ‘f’ switch tells it to follow<br />
|
|
The ‘n’ switch tells it to display last N’th number of lines</p>
|