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 @@
<!-- SC_OFF --><div class="md"><p>I&#39;m writing a config file to my personal site to use when installing Arch with <code>archinstall</code> and was wondering what the write-up for partitioning two drives to report as one volume would look like. I know the example for installing to one and only using only one looks like the one written <a href="https://github.com/archlinux/archinstall/blob/master/examples/disk_layouts-sample.json">here</a> but I was hoping to have something similar to how Fedora auto-partitions drives when setting up.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/ChrisHazFun"> /u/ChrisHazFun </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/rux71a/wanting_two_nvme_ssds_to_report_as_one_volume/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/rux71a/wanting_two_nvme_ssds_to_report_as_one_volume/">[comments]</a></span>

View file

@ -0,0 +1,10 @@
<p class="text">Chicago is called &quot;The Second City&quot; because most of it was rebuilt after the great Chicago fire. Some of the iconic architectural buildings in the Chicago sky line were built during this era of the city&#39;s history. If you take the historical river tour, the guides will almost celebrate the Great Fire. According to their telling of story, Chicago wouldn&#39;t be the city it is if the fire hadn&#39;t taken everything to the ground.</p>
<p class="text">Our lives seem to be made up of a series of moments where everything is taken to ground. We graduate high school and we leave a world of achievements and failures, friends and enemies and a place where at least we knew who we were and then, we enter into college, join the armed forces, or begin a career and we start all over again. We change jobs and we start over. We get married and we start over. We have children and we start over. We retire and we start over again.</p>
<p class="text">Some of these times of starting over are predictable and anticipated. Other times, like a hurricane making landfall, these moments happen suddenly and overwhelm our lives, leaving us with nothing more than memories and the struggle to carry on.</p>
<p class="text">And there are times when the church is taken down to the ground as well. Throughout our history, the church has been forced to go back to basics after some kind of catastrophic event. The Roman Empire falls so monks hide in monasteries and copy the Scriptures over and over. The Bible survives because of their dedication. The Bamboo Curtain cuts off Chinese Christians from the rest of the world. After decades of isolation, the world was afraid the Chinese church had been lost. When communications were reestablished, the world found out that not only had the Chinese church survived, ...</p><p class="more"><a href="https://www.christianitytoday.com/scot-mcknight/2021/november/from-ground-up.html">Continue reading</a>...</p>
<p><br /><a href="https://rss.beaconads.com/click.php?z=1289806&k=c779018782158d93282944b4f7dd4d03&a=190598&c=20826000" target="_blank"><img src="https://rss.beaconads.com/img.php?z=1289806&k=c779018782158d93282944b4f7dd4d03&a=190598&c=20826000" border="0" alt="" /></a></p>
6

View file

@ -0,0 +1 @@
<a href="https://www.facebook.com/NorthernValleyTFC/"><img src="https://scontent.fict1-1.fna.fbcdn.net/v/t1.6435-1/cp0/p50x50/151177197_115670240562784_7305556504870656520_n.png?_nc_cat=105&ccb=1-5&_nc_sid=dbb9e7&_nc_ohc=xoFCcgZhpMsAX_xHxjk&_nc_ht=scontent.fict1-1.fna&oh=4ec63298f66f25af09c5755fa579e557&oe=616904E6" alt="" /></a><a href="https://www.facebook.com/NorthernValleyTFC/">NV TFC</a><a href="https://www.facebook.com/NorthernValleyTFC/posts/121303176666157"></a><i></i><p>This week at NV TFC we'll be working through the Jerusalem Counsel in Acts 15. It's such an important passage because this is the place where the early church decides on it's position not just towards the Gentiles, but to Christ's effective work in fulfilling the Law. This event sets the precedence for how Paul interprets the law no longer having rule over people and instead on how we are SAVED by HIS work, not our own. It's why we can view all people as images of God rather than sinners. There's a line in this song that goes, "we all need the same medicine, we all need a second chance, there's no first in line at the foot of the cross". What a powerful truth to see how Jesus's work places us all in the same boat, with the same salvation available.<br /> <a href="https://www.youtube.com/watch?v=8yV0pu60Uqs">https://www.youtube.com/watch?v=8yV0pu60Uqs</a></p><a href="https://www.youtube.com/watch?v=8yV0pu60Uqs">Click here to stream/download "Image Of God": https://wearemessengers.lnk.to/PowerPlusLyrics:I woke up with a broken heart in my chestI couldnt sleep couldn...<img src="https://external.fict1-1.fna.fbcdn.net/safe_image.php?d=AQFVnqGQRWruPD-W&w=540&h=282&url=https%3A%2F%2Fi.ytimg.com%2Fvi%2F8yV0pu60Uqs%2Fmaxresdefault.jpg&cfs=1&upscale=1&fallback=news_d_placeholder_publisher&_nc_oe=6eb0d&_nc_sid=632586&ccb=3-5&_nc_hash=AQEPmzDZAdQaprDc" alt="" width="500" height="262" caption="" /></a><p>youtube.com</p><p>We Are Messengers - Image Of God (Official Lyric Video)</p>Click here to stream/download "Image Of God": https://wearemessengers.lnk.to/PowerPlusLyrics:I woke up with a broken heart in my chestI couldnt sleep couldn...<a href="https://www.youtube.com/watch?v=8yV0pu60Uqs">Click here to stream/download "Image Of God": https://wearemessengers.lnk.to/PowerPlusLyrics:I woke up with a broken heart in my chestI couldnt sleep couldn...</a>

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>I often need to use indent-region from indent.el to fix the indentation of code template I have from school. So I made this function :</p> <pre><code>(defun indent-buffer () (interactive) (if (not (string= major-mode &#39;python-mode)) (indent-region (point-min) (point-max)) (message &quot;Not in python&quot;))) (global-set-key (kbd &quot;M-i&quot;) &#39;indent-buffer) </code></pre> <p>It works well but I recently found out that the default indentation is only 2 space char. I would like to have it inserting 4 chars width TABS. I tried to look in the customization group of indent.el and even used <a href="https://www.kernel.org/doc/html/v4.10/process/coding-style.html#you-ve-made-a-mess-of-it">kernel coding style emacs config</a>, which works when I press &lt;TAB&gt; but doesn&#39;t when using (indent-buffer).</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Nathoufresh"> /u/Nathoufresh </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rrzbor/how_to_insert_tabs_with_indentregion/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/rrzbor/how_to_insert_tabs_with_indentregion/">[comments]</a></span>

View file

@ -0,0 +1,45 @@
<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>- Article 1 of 2: <a href='https://www.gotquestions.org/priesthood-believers.html'>Is the Priesthood of All Believers Biblical?</a></p>
<p>- Article 2 of 2: <a href='https://www.ligonier.org/learn/devotionals/royal-priesthood-christ/'>A Royal Priesthood in Christ</a></p>
<p>- Article 1 of 2: <a href='https://www.gotquestions.org/baptism-1Peter-3-21.html'>Does 1 Peter 3:21 Teach That Baptism is Necessary for Salvation? </a></p>
<p>- Article 2 of 2: <a href='https://www.desiringgod.org/messages/what-is-baptism-and-does-it-save'>What is Baptism and Does it Save?</a></p>
<p>- Video: <a href='https://www.youtube.com/watch?v=1fNWTZZwgbs'>Hebrews Overview</a></p>
<p>- Want Tara-Leigh to speak at your event? Click <a href='https://www.taraleighcobble.com/speaking'>here</a> for more info! </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>
<p>
</p>

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/MR45-DkB2T8" width="480" alt="thumbnail" title="Hows Google Chrome right now?" /></p>Patreon: https://www.patreon.com/hexdsl<br />Amazon Wish list: https://www.amazon.co.uk/hz/wishlist/ls/OQECP17P4Q3B?ref_=wl_share<br /><br />My content is aimed at adults and I/we often swear in videos where we talk, please keep that in mind. This is channel for a mature audience.<br /><br />I no longer read or engage with comments. i do read and reply to all emails. hexdsl@posteo.net<br /><br />Thank you for watching. <br /><br />look at my words on https://hexdsl.co.uk<br />Join me on Discord: https://discord.gg/37GYAhj<br /><br />System Specs:<br />OS: Debian (testing) <br />DE: BSPWM<br />PC PARTS: https://uk.pcpartpicker.com/user/hexdsl/saved/wG6F8d<br /><br />Get me on... <br />web: https://hexdsl.co.uk<br />Stream: https://tv.hexdsl.co.uk<br />E-mail: HexDSL@posteo.net<br />...yes I am interested in collaborations.<br />...<br />https://www.youtube.com/watch?v=MR45-DkB2T8

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>! 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=1+corinthians+15%3A33&version=ESV'>1 Corinthians 15:33</a></p>
<p>- <a href='https://www.mydgroup.org/promo'>D-Group Promo Video</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,3 @@
<img src="https://media.babylonbee.com/thumbs/article-9701-1-thumb.jpg"> <p>U.S.&mdash;Twitter, Facebook, YouTube, TikTok, and Instagram have all confirmed they have banned a young peasant child&nbsp;from their social networks after he pointed out that the emperor has no clothes.</p>
<p>The post <a rel="nofollow" href="https://babylonbee.com/news/boy-who-pointed-out-the-emperor-has-no-clothes-banned-for-misinformation">Boy Who Pointed Out The Emperor Has No Clothes Banned For Misinformation</a> appeared first on <a rel="nofollow" href="https://babylonbee.com">The Babylon Bee</a>.</p>

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/A9aLsz1fUc4" width="480" alt="thumbnail" title="Is Firefox Suggest Stealing Your Key Strokes?" /></p>Recently Firefox updated Firefox suggest to add sponsored advertisements into the search suggestions in their browser and this can operate with telemetry so some articles have thought this means it defaults to enabled.<br /><br />==========Support The Channel==========<br />► $100 Linode Credit: https://brodierobertson.xyz/linode<br />► Patreon: https://brodierobertson.xyz/patreon<br />► Paypal: https://brodierobertson.xyz/paypal<br />► Liberapay: https://brodierobertson.xyz/liberapay<br />► Amazon USA: https://brodierobertson.xyz/amazonusa<br /><br />==========Resources==========<br />What Is Firefox Suggest: https://support.mozilla.org/en-US/kb/navigate-web-faster-firefox-suggest<br />Firefox Article: https://www.howtogeek.com/760425/firefox-now-sends-your-address-bar-keystrokes-to-mozilla/<br /><br />=========Video Platforms==========<br />🎥 Odysee: https://brodierobertson.xyz/odysee<br />🎥 Podcast: https://techovertea.xyz/youtube<br />🎮 Gaming: https://brodierobertson.xyz/youtube<br /><br />==========Social Media==========<br />🎤 Discord: https://brodierobertson.xyz/discord<br />🎤 Matrix Space: https://brodierobertson.xyz/matrix<br />🐦 Twitter: https://brodierobertson.xyz/twitter<br />🌐 Mastodon: https://brodierobertson.xyz/mastodon<br />🖥️ GitHub: https://brodierobertson.xyz/github<br /><br />==========Credits==========<br />🎨 Channel Art:<br />All my art has was created by Supercozman<br />https://twitter.com/Supercozman<br />https://www.instagram.com/supercozman_draws/<br /><br />#Firefox #Mozilla #FirefoxSuggest<br /><br />🎵 Ending music<br />Music from https://filmmusic.io<br />"Basic Implosion" by Kevin MacLeod (https://incompetech.com)<br />License: CC BY (http://creativecommons.org/licenses/by/4.0/)<br /><br />DISCLOSURE: Wherever possible I use referral links, which means if you click one of the links in this video or description and make a purchase I may receive a small commission or other compensation.<br />...<br />https://www.youtube.com/watch?v=A9aLsz1fUc4

View file

@ -0,0 +1,14 @@
<p>Manjaro takes significant steps to stand out, and the shared problem major distributions are trying to solve, and why it will shape the future of Linux.</p>
<p>Plus macOS apps on Linux, and our first impressions of the Raspberry Pi 4.</p><p>Special Guests: Alex Kretzschmar, Drew DeVore, Martin Wimpress, Neal Gompa, and Philip Muller.</p><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://liliputing.com/2019/07/thinktiny-mini-laptop-sports-a-1-inch-display-pointing-nub-diy-project.html" title="ThinkTiny" rel="nofollow">ThinkTiny</a> &mdash; The ThinkTiny is a miniature laptop computer with a 0.96 inch display and a design thats heavily inspired by Lenovo/IBM ThinkPad style. Theres even a TrackPoint-like pointing nub.
</li><li><a href="https://www.phoronix.com/scan.php?page=news_item&px=Darling-2019-New-Contribs" title="Darling Picks Up New Contributors For Its macOS Compatibility Layer On Linux" rel="nofollow">Darling Picks Up New Contributors For Its macOS Compatibility Layer On Linux</a> &mdash; Darling is the long-standing (albeit for some years idling) effort to allow macOS binaries to run on Linux that is akin to Wine but focused on an Apple macOS layer rather than Windows. This summer it's been moving along and seeing some new developer contributions. </li><li><a href="http://blog.darlinghq.org/2019/07/darling-progress-report-q2-2019.html" title="Darling Progress Report Q2 2019" rel="nofollow">Darling Progress Report Q2 2019</a> &mdash; We are very excited to say that in Q2 2019 (April 1 to June 30) we saw more community involvement than ever before. Many pull requests were submitted that spanned from bug fixes for our low level assembly to higher level modules such as the AppKit framework. Thanks to everyone for your contributions and we hope for this level of engagement to continue.
</li><li><a href="https://www.raspberrypi.org/products/raspberry-pi-4-desktop-kit/" title="Raspberry Pi 4 Desktop Kit" rel="nofollow">Raspberry Pi 4 Desktop Kit</a> &mdash; Full desktop computer kit - just connect to HDMI display(s)
</li><li><a href="https://www.raspberrypi.org/blog/raspberry-pi-4-on-sale-now-from-35/" title="Raspberry Pi 4 on sale now from $35" rel="nofollow">Raspberry Pi 4 on sale now from $35</a> &mdash; A 1.5GHz quad-core 64-bit ARM Cortex-A72 CPU (~3× performance)
</li><li><a href="https://jamesachambers.com/raspberry-pi-ubuntu-server-18-04-2-installation-guide/" title="Raspberry Pi 4 Ubuntu Server 18.04.2 Install / Config Guide" rel="nofollow">Raspberry Pi 4 Ubuntu Server 18.04.2 Install / Config Guide</a> &mdash; Right now there is a memory limitation of 1 GB in 64 bit mode on the Raspberry Pi 4. This is apparently due to the SD card driver breaking when more than 1 GB of RAM is present. This will all be solved eventually but until then I recommend using the 32 bit version of Ubuntu or waiting until the Raspberry Pi 4 support catches up. If you want to run the 64 bit one now anyway it works fine other than the memory limitation.
</li><li><a href="https://archlinuxarm.org/platforms/armv8/broadcom/raspberry-pi-4" title="Raspberry Pi 4 on Arch Linux ARM" rel="nofollow">Raspberry Pi 4 on Arch Linux ARM</a></li><li><a href="https://lists.fedoraproject.org/archives/list/arm@lists.fedoraproject.org/thread/OFIGDPUDFOA3BB33GVCDHTSGZ2Q77APK/" title="Fedora 30 - Rasbberry Pi 4 support - arm - Fedora Mailing-Lists" rel="nofollow">Fedora 30 - Rasbberry Pi 4 support - arm - Fedora Mailing-Lists</a></li><li><a href="https://www.reddit.com/r/linux/comments/cjrkfs/manjaro_announces_partnership_will_start_shipping/" title="Manjaro announces partnership, will start shipping closed source FreeOffice suite by default" rel="nofollow">Manjaro announces partnership, will start shipping closed source FreeOffice suite by default</a> &mdash; Additionally we ship FreeOffice 491 by default. This is possible since we partnered up with Softmaker 70.</li><li><a href="https://forum.manjaro.org/t/testing-update-2019-07-29-kernels-xfce-4-14-pre3-haskell/96690" title="[Testing Update] 2019-07-29 - Kernels, XFCE 4.14-pre3, Haskell - Announcements / Testing Updates - Manjaro Linux Forum" rel="nofollow">[Testing Update] 2019-07-29 - Kernels, XFCE 4.14-pre3, Haskell - Announcements / Testing Updates - Manjaro Linux Forum</a></li><li><a href="https://github.com/philmmanjaro" title="Phil's GitHub" rel="nofollow">Phil's GitHub</a></li><li><a href="https://sintra2019.ubucon.org/" title="Ubucon Europe 2019 Sintra, 10th-13th October" rel="nofollow">Ubucon Europe 2019 Sintra, 10th-13th October</a> &mdash; Ubucon is an event organized by the Ubuntu Communities from all around the world. The focus of the event is Ubuntu, an open source, community-driven and free linux distribution,  and other free and open source technologies. This year, this event will be organized in Sintra, Portugal, in October 2019. We are preparing four full days of sprints, workshops, conferences, talks and social events for all participants.</li><li><a href="https://twitter.com/jupitersignal/status/1155933768005275648" title="AWS Cloud Practitioner Study Group" rel="nofollow">AWS Cloud Practitioner Study Group</a> &mdash; RSVP to this study group created to help you pass the AWS Cloud Practitioner Certification starting on Wednesday July 31st at 11am Pacific.</li><li><a href="https://fedoramagazine.org/introducing-fedora-coreos/" title="Introducing Fedora CoreOS" rel="nofollow">Introducing Fedora CoreOS</a> &mdash; Fedora CoreOS is built to be the secure and reliable host for your compute clusters. Its designed specifically for running containerized workloads without regular maintenance, automatically updating itself with the latest OS improvements, bug fixes, and security updates</li><li><a href="https://docs.fedoraproject.org/en-US/fedora-coreos/getting-started/" title="Fedora CoreOS - Getting Started" rel="nofollow">Fedora CoreOS - Getting Started</a> &mdash; Fedora CoreOS has no install-time configuration. Every Fedora CoreOS system begins with a generic, unconfigured disk image. On first boot Ignition will read the supplied config and configure the system. Ignition configs are usually supplied via the clouds userdata mechanism, or, in the case of bare metal, injected at install time. This guide will show you how to launch Fedora CoreOS on AWS, QEMU, and bare metal as well as how to create Ignition configs.
</li><li><a href="https://podman.io/" title="Podman" rel="nofollow">Podman</a> &mdash; What is Podman? Podman is a daemonless container engine for developing, managing, and running OCI Containers on your Linux System. Containers can either be run as root or in rootless mode. Simply put: `alias docker=podman`.</li><li><a href="http://saharsh.org/2019/01/18/buildah_podman_skopeo/" title="Buildah, Podman, and Skopeo the BIT that matters" rel="nofollow">Buildah, Podman, and Skopeo the BIT that matters</a> &mdash; Still doing all your Linux container management using an insecure, bloated daemon? Well, dont feel bad. I was too until very recently. Now Im finding myself slowly saying goodbye to my beloved Docker daemon and saying hello to Buildah, Podman, and Skopeo. In this article, I explore the exciting new world of rootless and daemon-less Linux container tools.</li><li><a href="https://medium.com/@ganeshmani009/replacing-docker-with-podman-power-of-podman-cloudnweb-23cfb7541538" title="Replacing Docker with Podman" rel="nofollow">Replacing Docker with Podman</a> &mdash; Yeah, you read it right… while Docker is a buzzword in the tech industry now. we will see the consequences of using it and how we can solve the problem with Podman. Replacing Docker with Podman </li><li><a href="https://github.com/etcd-io/etcd" title="etcd: Distributed reliable key-value store for the most critical data of a distributed system" rel="nofollow">etcd: Distributed reliable key-value store for the most critical data of a distributed system</a> &mdash; etcd is a distributed reliable key-value store for the most critical data of a distributed system</li><li><a href="https://ubuntu.com/core#security-first" title="Ubuntu Core" rel="nofollow">Ubuntu Core</a> &mdash; We redesigned the entire system from first boot to create the most secure embedded Linux for devices and connected things.
</li></ul>

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/WkXyXIs-ZMI" width="480" alt="thumbnail" title="Want A List Of Your Keybindings? Write A Shell Script!" /></p>I love showing real-world problems being solved through the use of shell scripting. One question I often get is "How can I get complete list of my keybindings for my window manager?" So I will show you how I could quickly write a script to do this for my Xmonad desktop, and you could do the same for any window manager that you use.<br /><br />NOTE: <br />I have NOT uploaded the script in this video to my GitLab yet due to an Internet outage (again!). I will try to upload it for you guys tomorrow.<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=WkXyXIs-ZMI

View file

@ -0,0 +1,2 @@
<p>We discuss the ramifications of Apple&#39;s local photo scanning announcement on your privacy, why everything seems to be a subscription these days, and a new challenge for the show.</p><p>Special Guest: Brent Gervais.</p><p>Sponsored By:</p><ul><li><a href="https://linode.com/ssh" rel="nofollow">Linode</a>: <a href="https://linode.com/ssh" rel="nofollow">Receive a $100 60-day credit towards your new account. </a> Promo Code: linode.com/ssh</li><li><a href="https://acloud.guru/learn/023b7235-ba2d-41a8-9273-9c955c47715a/?utm_source=jupiter&utm_medium=cpc" rel="nofollow">A Cloud Guru</a>: <a href="https://acloud.guru/learn/023b7235-ba2d-41a8-9273-9c955c47715a/?utm_source=jupiter&utm_medium=cpc" rel="nofollow">Demystify the sometimes difficult and deep topic of systemd, the most widely used service management scheme in Linux today.</a></li><li><a href="https://cloudfree.shop/" rel="nofollow">CloudFree.shop</a>: <a href="https://cloudfree.shop/" rel="nofollow">CloudFree Smart Plug Runs Tasmota for $9. Use code SELFHOSTED and support the show.</a> Promo Code: SELFHOSTED</li></ul><p><a href="https://jupitersignal.memberful.com/checkout?plan=53744" rel="payment">Support Self-Hosted</a></p><p>Links:</p><ul><li><a href="https://www.apple.com/child-safety/" title="Child Safety - Apple" rel="nofollow">Child Safety - Apple</a> &mdash; CSAM detection will help Apple provide valuable information to law enforcement on collections of CSAM in iCloud Photos.</li><li><a href="https://news.ycombinator.com/item?id=28145247" title="1Password 8 will be subscription only and wont support local vaults" rel="nofollow">1Password 8 will be subscription only and wont support local vaults</a></li><li><a href="https://1password.community/discussion/comment/601917/#Comment_601917" title="Why can we not have an explicit statement about 1Password being a subscription-only service?" rel="nofollow">Why can we not have an explicit statement about 1Password being a subscription-only service?</a></li><li><a href="https://techcrunch.com/2019/11/14/fourteen-years-after-launching-1password-takes-first-funding-a-200m-series-a/" title="Fourteen years after launching, 1Password takes a $200M Series A" rel="nofollow">Fourteen years after launching, 1Password takes a $200M Series A</a></li><li><a href="https://news.ycombinator.com/item?id=28143563" title="1Password for Mac Moving to Electron" rel="nofollow">1Password for Mac Moving to Electron</a></li><li><a href="https://bitwarden.com/" title="Bitwarden Open Source Password Manager" rel="nofollow">Bitwarden Open Source Password Manager</a></li><li><a href="https://github.com/dani-garcia/vaultwarden" title="vaultwarden" rel="nofollow">vaultwarden</a> &mdash; Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs</li><li><a href="https://www.youtube.com/c/AdventurousWay/videos" title="Adventurous Way - YouTube" rel="nofollow">Adventurous Way - YouTube</a></li><li><a href="https://www.smallnetbuilder.com/" title="SmallNetBuilder" rel="nofollow">SmallNetBuilder</a></li><li><a href="https://topclack.com/who-we-are" title="Who we are — Top Clack" rel="nofollow">Who we are — Top Clack</a></li><li><a href="https://linuxunplugged.com/418" title="LINUX Unplugged 418: What's up with WireGuard" rel="nofollow">LINUX Unplugged 418: What's up with WireGuard</a> &mdash; Big things are happening in the world of WireGuard, Jim Salter joins to catch us up.</li><li><a href="https://www.meetup.com/jupiterbroadcasting/" title="Jupiter Broadcasting Meetup" rel="nofollow">Jupiter Broadcasting Meetup</a></li><li><a href="https://www.mylocalbytes.com/" title="Local Bytes" rel="nofollow">Local Bytes</a></li></ul>

View file

@ -0,0 +1,37 @@
<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=Acts+17%3A11&version=ESV'>Acts 17:11</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=romans+8&version=ESV'>Romans 8</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=psalm+116&version=ESV'>Psalm 116</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=hosea+11&version=ESV'>Hosea 11</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 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/rajddu/i3_endeavour_3/"> <img src="https://preview.redd.it/mt0qr4apyz381.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=a312dddbb9272fb3612ce5a1148dfe7a76028a17" alt="[i3] endeavour &lt;3" title="[i3] endeavour &lt;3" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Pandoyer"> /u/Pandoyer </a> <br/> <span><a href="https://i.redd.it/mt0qr4apyz381.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/rajddu/i3_endeavour_3/">[comments]</a></span> </td></tr></table>

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,37 @@
<p><iframe loading="lazy" title="Destination Linux EP72 - Chris Lamb of the Debian Project" width="800" height="450" src="https://www.youtube.com/embed/wXgbJ4C6jfQ?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p><span style="font-weight: 400;">Welcome to Episode 72 of Destination Linux</span></p>
<p><span style="font-weight: 400;">Today we are so excited to get to talk to Chris Lamb who is the Project Lead of the Debian Project</span></p>
<p style="text-align: center;"><a href="https://chris-lamb.co.uk/about"><span style="font-weight: 400;">Website</span></a></p>
<p style="text-align: center;"><a href="https://chris-lamb.co.uk/projects"><span style="font-weight: 400;">Projects</span></a></p>
<p style="text-align: center;"><a href="https://twitter.com/lolamby"><span style="font-weight: 400;">Twitter</span></a></p>
<p style="text-align: center;"><a href="https://github.com/lamby?tab=repositories"><span style="font-weight: 400;">Github</span></a></p>
<p style="text-align: center;"><span style="font-weight: 400;">Debian Project Lead</span></p>
<p style="text-align: center;"><span style="font-weight: 400;">Director at OpenSource.org</span></p>
<p style="text-align: center;"><span style="font-weight: 400;">Freelance Programmer</span></p>
<p style="text-align: center;"><span style="font-weight: 400;">Active in the </span><a href="https://reproducible-builds.org/"><span style="font-weight: 400;">Reproducible Builds Organization</span></a></p>
<p style="text-align: center;"><span style="font-weight: 400;">Contributor to 100s of </span><a href="https://chris-lamb.co.uk/projects"><span style="font-weight: 400;">open source projects</span></a></p>
<p style="text-align: center;"><span style="font-weight: 400;">Film enthusiast and a very modest cellist</span></p>
<p><a href="https://chris-lamb.co.uk/posts/re-elected-as-debian-project-leader"><span style="font-weight: 400;">Re-election blog post</span></a></p>
<p><a href="https://www.debian.org/intro/why_debian"><span style="font-weight: 400;">FAQ page</span></a></p>
<p><span style="font-weight: 400;">Debian has an incredible library of &nbsp;</span><a href="https://www.debian.org/intro/why_debian"><span style="font-weight: 400;">51,000</span></a><span style="font-weight: 400;"> different pieces of free software. </span></p>
<p><span style="font-weight: 400;">Article from </span><a href="https://www.computerweekly.com/blog/Open-Source-Insider/International-Space-Station-adopts-Debian-Linux-drops-Windows-Red-Hat-into-airlock"><span style="font-weight: 400;">2013 switching to Debian</span></a></p>
<p><a href="https://www.zdnet.com/article/the-iss-just-got-its-own-linux-supercomputer/"><span style="font-weight: 400;">ISS testing out a Linux computer</span></a><span style="font-weight: 400;"> for Future Mars Missions</span></p>
<p><a href="http://isscctv.com/news/linux/"><span style="font-weight: 400;">SecureOS</span></a><span style="font-weight: 400;"> Linux which is a Debian based specialized Linux</span></p>
<p style="text-align: center;"><b>Admin</b></p>
<p style="text-align: center;"><a href="https://www.patreon.com/destinationlinux"><span style="font-weight: 400;">Patreon</span></a></p>
<p style="text-align: center;"><a href="https://liberapay.com/destinationlinux/"><span style="font-weight: 400;">Liberapay</span></a></p>
<p style="text-align: center;"><a href="https://teespring.com/destinationlinuxpodcast"><span style="font-weight: 400;">Destination Linux Apparel</span></a></p>
<p style="text-align: center;"><a href="http://www.youtube.com/destinationlinux"><span style="font-weight: 400;">Destination Linux Youtube</span></a></p>
<p><b>Where Can You Find Us This Week</b></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Rocco can be found at </span><a href="http://www.bigdaddylinux.com"><span style="font-weight: 400;">www.bigdaddylinux.com</span></a></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Ryan can be found on youtube at </span><a href="http://www.youtube.com/dasgeek"><span style="font-weight: 400;">www.youtube.com/dasgeek</span></a></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Zeb can be found on youtube at </span><a href="http://www.youtube.com/zebedeeboss"><span style="font-weight: 400;">www.youtube.com/zebedeeboss</span></a></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Michael can be found at </span><a href="http://www.tuxdigital.com"><span style="font-weight: 400;">www.tuxdigital.com</span></a></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">All of us can be found on Big Daddy Linux Live! Which is on every Saturday night on the BigDaddyLinux Youtube channel</span></li>
</ul>
<p style="text-align: center;"><span style="font-weight: 400;">Twitter</span></p>
<p style="text-align: center;"><span style="font-weight: 400;">@bigdaddylinux @dasgeekchannel @TuxDigitalcom @zebedeeboss</span></p>
<p><span style="font-weight: 400;">A big thank you to each and every one of you for supporting us by watching or listening to Destination Linux.</span></p>
<p><span style="font-weight: 400;">We want to ask everyone to help us out by leaving a rating on your favorite podcast app and also if you like the show consider subscribing&nbsp;to us on both platforms YouTube and the podcast. This helps us to ensure we can continue drawing great interviews and providing quality content every week. </span></p>
<p><span style="font-weight: 400;">Everybody have a great week and remember the Journey ITSELF is just as important as the Destination</span></p>

View file

@ -0,0 +1 @@
<p>Megyn Kelly is joined by former U.S. Secretary of State Mike Pompeo to discuss the failures of evacuating Afghanistan, his thoughts and recommendations on the plan to pull out, Trumps true mental statepost-election,his reaction to allegations that the Trump administrationwasplanning to kidnap or assassinate Julian Assange, and the woke re-branding of the CIA. Megyn is also joined by bestselling author and former Navy SEAL sniper Jack Carr to discuss his personal opinion on the end of Afghanistan, the global reach of Al Qaeda, the discrepancies of war on the ground vs. on television, the benefits of hindsight on Iraq, raising patriotic children, and more.  </p><p>Follow The Megyn Kelly Show on all social platforms:<br /> </p><p>YouTube: <a href="https://www.youtube.com/MegynKelly">https://www.youtube.com/MegynKelly</a></p><p>Twitter: <a href="http://twitter.com/MegynKellyShow">http://Twitter.com/MegynKellyShow</a></p><p>Instagram: <a href="http://instagram.com/MegynKellyShow">http://Instagram.com/MegynKellyShow</a></p><p>Facebook: <a href="http://facebook.com/MegynKellyShow">http://Facebook.com/MegynKellyShow</a><br /> </p><p>Find out more information at:</p><p> </p><p><a href="https://www.devilmaycaremedia.com/megynkellyshow">https://www.devilmaycaremedia.com/megynkellyshow</a></p>

View file

@ -0,0 +1 @@
<a href="https://www.facebook.com/NorthernValleyTFC/"><img src="https://scontent.fict1-1.fna.fbcdn.net/v/t1.6435-1/cp0/p50x50/151177197_115670240562784_7305556504870656520_n.png?_nc_cat=105&ccb=1-5&_nc_sid=dbb9e7&_nc_ohc=xoFCcgZhpMsAX_xHxjk&_nc_ht=scontent.fict1-1.fna&oh=4ec63298f66f25af09c5755fa579e557&oe=616904E6" alt="" /></a><a href="https://www.facebook.com/NorthernValleyTFC/">NV TFC</a><a href="https://www.facebook.com/NorthernValleyTFC/photos/a.117554230374385/139974571465684/"></a><i></i><p>Today we are going to spend time talking about Paul being shipwrecked. When was the last time you just felt like everything got wrecked? Doesn't that hurt? Don't we all feel at times like we are sunk? The crazy thing is, even when everything was going wrong and nothing seemed good for Paul, he still clung to the Lord. And the Lord was still with him. I think of when Paul got bit by that snake, surely that was God showing him, that God is still with Paul.</p><a href="https://www.facebook.com/NorthernValleyTFC/photos/a.117554230374385/139974571465684/"><img src="https://scontent.fict1-1.fna.fbcdn.net/v/t1.6435-9/p235x350/173220288_139974574799017_4723876781126188491_n.png?_nc_cat=100&ccb=1-5&_nc_sid=8024bb&_nc_ohc=nWrS_pb1d3AAX9GL23C&_nc_ht=scontent.fict1-1.fna&oh=57335981c43b101a52a9560cb7c2d36f&oe=61674620" alt="May be an image of cloud and text that says 'Acts 28:4-5 When the n&#xe0;tives saw the creature hanging from his hand, they said to one another, "No doubt this man is a murderer However he off &#xdb;oooff the creature into the fire and wasn't harmed.'" width="500" height="341" caption="May be an image of cloud and text that says 'Acts 28:4-5 When the n&#xe0;tives saw the creature hanging from his hand, they said to one another, "No doubt this man is a murderer However he off &#xdb;oooff the creature into the fire and wasn't harmed.'" /></a>

View file

@ -0,0 +1,84 @@
<p>SHOW NOTES:
Thanks for listening! Weve posted some helpful info for you in our show notes below!</p>
<p> </p>
<p>PODCAST BASICS:
</p>
<p>- Subscribe where you listen!</p>
<p>- Check out the details on our <a href='http://www.thebiblerecap.com'>website
</a></p>
<p>- Get the<a href='https://www.bible.com/app'> Bible app</a> (free)
</p>
<p>- Follow our<a href='https://www.bible.com/reading-plans/5-chronological'> Bible reading plan</a></p>
<p>- Check out our customized <a href='https://www.theconnextion.com/tlcdgroup/index.cfm'>journal</a></p>
<p>- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> community for bonus fun! </p>
<p> </p>
<p>MERCH: Get your<a href='https://www.theconnextion.com/tlcdgroup/index.cfm'> TBR merch</a>! Weve got t-shirts, coffee mugs, tote bags, phone wallets, and stickers! </p>
<p> </p>
<p>FROM TODAYS PODCAST: </p>
<p>- <a href='https://www.biblegateway.com/passage/?search=numbers+15%3A30-31&version=ESV'>Numbers 15:30-31</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=Genesis+30%3A1&version=ESV'>Genesis 30:1</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> | <a href='http://pinterest.com/thebiblerecap'>Pinterest</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> | <a href='http://pinterest.com/ilovemydgroup'>Pinterest</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>
<p> </p>
<p>TBR TEAM:
</p>
<p>Written and Hosted by: <a href='http://taraleighcobble.com'>Tara-Leigh Cobble</a></p>
<p>Content Manager: <a href='http://mydgroup.org'>Courtney Vaughan
</a></p>
<p>Podcast Operations: <a href='http://mydgroup.org'>Callie Summers
</a></p>
<p>Website Management: <a href='http://mydgroup.org'>Joelle Smith</a></p>
<p>Sound Engineer: <a href='http://thebiblerecap.com'>Allison Congden</a></p>
<p>Content Design: <a href='http://misswyolene.com'>Morgan Young
</a></p>
<p>Social Media Management: <a href='http://thebiblerecap.com'>Sarah Yocum</a></p>
<p>Journal Design: <a href='https://brittneyhmurray.weebly.com/'>Brittney Murray</a></p>
<p>Logo Design: <a href='mailto:landonhwade@gmail.com'>Landon Wade</a></p>
<p> </p>
<p>Available on:<a href='https://itunes.apple.com/us/podcast/the-bible-recap/id1440833267'> iTunes</a> |<a href='https://open.spotify.com/show/2lWv2RlsyMSMzerbAb1uOx'> Spotify</a> |<a href='https://www.google.com/podcasts?feed=aHR0cHM6Ly93d3cuaXZvb3guY29tL3RoZS1iaWJsZS1yZWNhcF9mZ19mMTYzNzgzNF9maWx0cm9fMS54bWw'> Google</a> |<a href='https://www.stitcher.com/podcast/dgroup/the-bible-recap?refid=stpr'> Stitcher</a> |<a href='https://thebiblerecap.podbean.com/'> Podbean</a> | <a href='https://play.google.com/music/m/Ivmpjo6234pwcvclpwxzlklglpm?t=The_Bible_Recap'>Google Play</a> | <a href='http://youtube.com/c/TheBibleRecap'>YouTube
</a></p>
<p> </p>
<p>WEBSITE:
<a href='http://www.thebiblerecap.com'>thebiblerecap.com</a></p>

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>So I noticed my browser was slow, so I looked on bios and saw that xmp was disables so I disabled it also enable iomuu which is virtualization, but when I rebooted Wayland would give me black screen and kick me out to sddm any help? Thanks in advance.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Zmitebambino"> /u/Zmitebambino </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/ruo828/wayland_kde_plasma_black_screen_and_back_to_sddm/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/ruo828/wayland_kde_plasma_black_screen_and_back_to_sddm/">[comments]</a></span>

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/ENBu9_xTrWU" width="480" alt="thumbnail" title="KDE Dev Reacts To Linus' New Linux Video!" /></p>💸💸 Help me contribute to KDE and do these videos: 💸💸<br />Patreon: https://www.patreon.com/niccolove<br />Youtube: https://www.youtube.com/channel/UCONH73CdRXUjlh3-DdLGCPw/join<br />Paypal: https://paypal.me/niccolove<br /><br /><br />Stay in the loop: https://t.me/veggeroblog<br /><br />My website is https://niccolo.venerandi.com and if you want to contact me, my telegram handle is [at] veggero.<br />...<br />https://www.youtube.com/watch?v=ENBu9_xTrWU

View file

@ -0,0 +1,37 @@
<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='https://www.biblegateway.com/passage/?search=John+21%3A18-19&version=ESV'>John 21:18-19</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=matthew+13%3A55&version=ESV'>Matthew 13:55</a></p>
<p>- Article: <a href='https://www.gotquestions.org/book-of-Enoch.html'>What is the Book of Enoch and should it be in the Bible?</a></p>
<p>- Video: <a href='https://www.youtube.com/watch?v=l3QkE6nKylM&t=1s'>1, 2, 3 John Overview</a></p>
<p>- <a href='http://thebiblerecap.com/start'>The Bible Recap - Start!</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,4 @@
<p>New Desktop Environment updates grab our attention & the trend to move open source projects towards Slack has us concerned. </p>
<p>Plus how the VW emissions issue is great for hackers, an OggCamp recap & we light a candle for Fedora 23.</p><p><a href="https://jupitersignal.memberful.com/checkout?plan=52946" rel="payment">Support LINUX Unplugged</a></p>

View file

@ -0,0 +1,41 @@
<p>Eric and Brandon jump and their soap box this episode to address the critical issues surrounding open source development, ongoing lifecycle management, securing the supply chain, and monetizing developers time.</p>
<p><a href="https://destinationlinux.network" rel="nofollow">Destination Linux Network</a><br>
<a href="https://sudo.show" rel="nofollow">Sudo Show Website</a><br>
<a href="https://bitwarden.com/dln" rel="nofollow">Sponsor: Bitwarden</a><br>
<a href="https://do.co/dln-mongo" rel="nofollow">Sponsor: Digital Ocean</a><br>
<a href="https://sudo.show/swag" rel="nofollow">Sudo Show Swag</a></p>
<p>Contact Us:<br>
<a href="https://sudo.show/discuss" rel="nofollow">DLN Discourse</a><br>
<a href="mailto:contact@sudo.show" rel="nofollow">Email Us!</a><br>
<a href="https://sudo.show/matrix" rel="nofollow">Sudo Matrix Room</a></p>
<p><a href="https://appcenter.elementary.io" rel="nofollow">Elementary AppCenter</a><br>
<a href="https://blog.tidelift.com/finding-5-more-than-half-of-maintainers-have-quit-or-considered-quitting-and-heres-why" rel="nofollow">Tidelift: Finding #5: More than half of maintainers have quit or considered quitting, and heres why.</a><br>
<a href="https://www.linux.com/news/measuring-the-health-of-open-source-communities" rel="nofollow">Linux.Com: Measuring the Health of Open Source Communities (Blog)</a></p>
<p><a href="https://techcrunch.com/2018/10/16/mongodb-switches-up-its-open-source-license/" rel="nofollow">MongoDB Switches Up Its Open Source License</a><br>
<a href="https://twitter.com/dbrandonjohnson/status/1412608646882549761?s=20" rel="nofollow">Twitter: Brandon&#39;s Thread</a><br>
<a href="https://arstechnica.com/gadgets/2021/07/no-open-source-audacity-audio-editor-is-not-spyware/" rel="nofollow">Ars Technica: No, Open Source Audacity Audio Editor Is Not Spyware</a></p>
<p><a href="https://joplinapp.org" rel="nofollow">Joplin Notes</a><br>
<a href="https://opencollective.com" rel="nofollow">Open Collective</a></p>
<h2>Chapters</h2>
<p>00:00 Intro<br>
00:42 Welcome<br>
01:30 Sponsor - Digital Ocean<br>
02:34 Sponsor - Bitwarden<br>
04:03 The Open Source Problem<br>
10:47 MongoDB and Elastic Search<br>
15:19 Just Fork It<br>
21:18 Development Isn&#39;t Just a Hobby<br>
31:47 How Do We Fix FOSS?<br>
41:07 Wrap Up</p><p>Sponsored By:</p><ul><li><a href="https://do.co/dln-mongo" rel="nofollow">Digital Ocean</a>: <a href="https://do.co/dln-mongo" rel="nofollow">The Sudo Show is sponsored by our friends over at Digital Ocean. DigitalOcean recently announced their new Managed MongoDB service, which is a fully managed, database as a service.
With Managed MongoDB, you can focus more on building scalable high performance apps, and less on maintaining the database. DigitalOcean built this service in partnership with MongoDB Inc. and together they have ensured that you will get access to all the latest releases of the Mongo database as they become available.
As a listener of the Sudo Show podcast and a member of the DLN Community you can get started for FREE! Actually, better than free because DigitalOcean is giving you a $100 Credit when you go to https://do.co/dln-mongo. Need more than just a database? You can use your $100 credit to try out all the amazing services Digital Ocean has to offer.
Again, go to https://do.co/dln-mongo to get started with your $100 Free Credit on DigitalOceans new Managed MongoDB and thank you to Digital Ocean for sponsoring the Sudo Show and the entire Destination Linux Network!</a></li><li><a href="https://bitwarden.com/dln" rel="nofollow">Bitwarden</a></li></ul><p><a href="https://www.patreon.com/sudoshow" rel="payment">Support Sudo Show</a></p>

View file

@ -0,0 +1 @@
&#32; submitted by &#32; <a href="https://www.reddit.com/user/bandali"> /u/bandali </a> <br/> <span><a href="https://emacsconf.org/2021/cfp/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/oyl40m/emacsconf_2021_call_for_proposals/">[comments]</a></span>

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>The Arch Wiki on keyboard layouts set to edit this file to change the keyboard layout:</p> <p>/etc/X11/xorg.conf.d/00-keyboard.conf</p> <p>These are the contents of this file:</p> <pre><code># Written by systemd-localed(8), read by systemd-localed and Xorg. It&#39;s # probably wise not to edit this file manually. Use localectl(1) to # instruct systemd-localed to update it. Section &quot;InputClass&quot; Identifier &quot;system-keyboard&quot; MatchIsKeyboard &quot;on&quot; Option &quot;XkbLayout&quot; &quot;us,us&quot; Option &quot;XkbModel&quot; &quot;pc104&quot; Option &quot;XkbVariant&quot; &quot;qwerty,colemak&quot; Option &quot;XkbOptions&quot; &quot;grp:shift_caps_toggle&quot; EndSection </code></pre> <p>What I want it to do is set the default layout to qwerty, and an alternative layout colemak. To switch between layout, I want to press shift and capslock. This does not work. Pressing shift and capslock does not switch to colemak.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/SaltyMaybe7887"> /u/SaltyMaybe7887 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r3028m/alternative_keyboard_layout_not_working/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/r3028m/alternative_keyboard_layout_not_working/">[comments]</a></span>

View file

@ -0,0 +1,82 @@
<p>SHOW NOTES:
Thanks for listening! Weve posted some helpful info for you in our show notes below!</p>
<p> </p>
<p>PODCAST BASICS:
</p>
<p>- Subscribe where you listen!</p>
<p>- Check out the details on our <a href='http://www.thebiblerecap.com'>website
</a></p>
<p>- Get the<a href='https://www.bible.com/app'> Bible app</a> (free)
</p>
<p>- Follow our<a href='https://www.bible.com/reading-plans/5-chronological'> Bible reading plan</a></p>
<p>- Check out our customized <a href='https://www.theconnextion.com/tlcdgroup/index.cfm'>journal</a></p>
<p>- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> community for bonus fun! </p>
<p> </p>
<p>MERCH: Get your<a href='https://www.theconnextion.com/tlcdgroup/index.cfm'> TBR merch</a>! Weve got t-shirts, coffee mugs, tote bags, phone wallets, and stickers! </p>
<p> </p>
<p>FROM TODAYS PODCAST: </p>
<p>- Join us on a trip to Israel! Find out more at <a href='https://www.mydgroup.org/israel'>mydgroup.org/israel</a>! The trip sign-up closes soon, so be sure to fill out the interest form (not a commitment) today! Well send you more info on the trip so you can decide if its a good fit for you! </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> | <a href='http://pinterest.com/thebiblerecap'>Pinterest</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> | <a href='http://pinterest.com/ilovemydgroup'>Pinterest</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>
<p> </p>
<p>TBR TEAM:
</p>
<p>Written and Hosted by: <a href='http://taraleighcobble.com'>Tara-Leigh Cobble</a></p>
<p>Content Manager: <a href='http://mydgroup.org'>Courtney Vaughan
</a></p>
<p>Podcast Operations: <a href='http://mydgroup.org'>Callie Summers
</a></p>
<p>Website Management: <a href='http://mydgroup.org'>Joelle Smith</a></p>
<p>Sound Engineer: <a href='http://thebiblerecap.com'>Allison Congden</a></p>
<p>Content Design: <a href='http://misswyolene.com'>Morgan Young
</a></p>
<p>Social Media Management: <a href='http://thebiblerecap.com'>Sarah Yocum</a></p>
<p>Journal Design: <a href='https://brittneyhmurray.weebly.com/'>Brittney Murray</a></p>
<p>Logo Design: <a href='mailto:landonhwade@gmail.com'>Landon Wade</a></p>
<p> </p>
<p>Available on:<a href='https://itunes.apple.com/us/podcast/the-bible-recap/id1440833267'> iTunes</a> |<a href='https://open.spotify.com/show/2lWv2RlsyMSMzerbAb1uOx'> Spotify</a> |<a href='https://www.google.com/podcasts?feed=aHR0cHM6Ly93d3cuaXZvb3guY29tL3RoZS1iaWJsZS1yZWNhcF9mZ19mMTYzNzgzNF9maWx0cm9fMS54bWw'> Google</a> |<a href='https://www.stitcher.com/podcast/dgroup/the-bible-recap?refid=stpr'> Stitcher</a> |<a href='https://thebiblerecap.podbean.com/'> Podbean</a> | <a href='https://play.google.com/music/m/Ivmpjo6234pwcvclpwxzlklglpm?t=The_Bible_Recap'>Google Play</a> | <a href='http://youtube.com/c/TheBibleRecap'>YouTube
</a></p>
<p> </p>
<p>WEBSITE:
<a href='http://www.thebiblerecap.com'>thebiblerecap.com</a></p>

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/jW9hyuz0QN0" width="480" alt="thumbnail" title="Did Apple Just Concede on Right to Repair?" /></p>My thoughts on Apples announcement about self service repair<br />Read the full article for yourself<br />https://www.apple.com/newsroom/2021/11/apple-announces-self-service-repair/<br /><br />₿💰💵💲Help Support the Channel by Donating Crypto💲💵💰₿<br /><br />Monero<br />45F2bNHVcRzXVBsvZ5giyvKGAgm6LFhMsjUUVPTEtdgJJ5SNyxzSNUmFSBR5qCCWLpjiUjYMkmZoX9b3cChNjvxR7kvh436<br /><br />Bitcoin<br />3MMKHXPQrGHEsmdHaAGD59FWhKFGeUsAxV<br /><br />Ethereum<br />0xeA4DA3F9BAb091Eb86921CA6E41712438f4E5079<br /><br />Litecoin<br />MBfrxLJMuw26hbVi2MjCVDFkkExz8rYvUF<br /><br />Dash<br />Xh9PXPEy5RoLJgFDGYCDjrbXdjshMaYerz<br /><br />Zcash<br />t1aWtU5SBpxuUWBSwDKy4gTkT2T1ZwtFvrr<br /><br />Chainlink<br />0x0f7f21D267d2C9dbae17fd8c20012eFEA3678F14<br /><br />Bitcoin Cash<br />qz2st00dtu9e79zrq5wshsgaxsjw299n7c69th8ryp<br /><br />Etherum Classic<br />0xeA641e59913960f578ad39A6B4d02051A5556BfC<br /><br />USD Coin<br />0x0B045f743A693b225630862a3464B52fefE79FdB<br /><br />Subscribe to my YouTube channel http://goo.gl/9U10Wz<br />and be sure to click that notification bell so you know when new videos are released.<br />...<br />https://www.youtube.com/watch?v=jW9hyuz0QN0

View file

@ -0,0 +1,34 @@
<p><iframe loading="lazy" title="Destination Linux EP74 - Noah Chelliah - Live at SELF" width="800" height="450" src="https://www.youtube.com/embed/aVox-3FOyGo?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p><strong>Welcome to Episode 74 of Destination Linux</strong></p>
<p class="part" data-startline="8" data-endline="8">Im Rocco and Zeb is here with me and this week we have a special episode of Destination Linux. Michael and Ryan are joining us live from <a href="https://www.southeastlinuxfest.org" target="_blank" rel="noopener noreferrer">SELF</a> but thats not all folks, we got more. We are joined by the one and only Podcaster, Talk Show host, entrepenuer and super all-around nice guy Noah Cheliah, you know him from hosting the “<a href="http://www.asknoahshow.com/" target="_blank" rel="noopener noreferrer">Ask Noah show</a>”</p>
<hr>
<p class="part" data-startline="10" data-endline="15">Noah Chelliah<br />
<a href="http://www.asknoahshow.com/" target="_blank" rel="noopener noreferrer">Website</a><br />
<a href="https://twitter.com/kernellinux?lang=en" target="_blank" rel="noopener noreferrer">Twitter</a><br />
Business owner of <a href="http://www.altispeed.com/home.html" target="_blank" rel="noopener noreferrer">Altispeed</a> which is a company that provides network infrastructure, back end, client-side front-end, and tech support.<br />
Former host of the insanely popular <a href="http://www.jupiterbroadcasting.com/show/linuxactionshow/" target="_blank" rel="noopener noreferrer">“Linux Action Show”</a><br />
<a href="http://www.jupiterbroadcasting.com/" target="_blank" rel="noopener noreferrer">Jupiter Broadcasting</a></p>
<hr>
<p class="part" data-startline="17" data-endline="18"><a href="http://www.southeastlinuxfest.org/pdfs/SELF-2018-Schedule.pdf" target="_blank" rel="noopener noreferrer">SELF</a><br />
South East Linux Fest</p>
<p class="part" data-startline="21" data-endline="22">Noah recently wrote an article about using Linux to broadcast. Check it out below<br />
<a href="https://opensource.com/article/18/6/first-media-company-broadcast-linux" target="_blank" rel="noopener noreferrer">The first to broadcast entirely on Linux</a></p>
<hr>
<h2 id="Admin" class="part" data-startline="24" data-endline="24">Admin</h2>
<p><a href="https://www.patreon.com/destinationlinux" target="_blank" rel="noopener noreferrer">Patreon</a></p>
<p class="part" data-startline="26" data-endline="29"><a href="https://liberapay.com/destinationlinux/" target="_blank" rel="noopener noreferrer">Liberapay</a><br />
<a href="https://teespring.com/destinationlinuxpodcast" target="_blank" rel="noopener noreferrer">Destination Linux Apparel</a><br />
<a href="http://www.youtube.com/destinationlinux" target="_blank" rel="noopener noreferrer">Destination Linux Youtube</a></p>
<h3 id="Where-Can-You-Find-Us-This-Week" class="part" data-startline="31" data-endline="31">Where Can You Find Us This Week</h3>
<p class="part" data-startline="32" data-endline="38">Rocco can be found at <a href="http://www.bigdaddylinux.com" target="_blank" rel="noopener noreferrer">www.bigdaddylinux.com</a><br />
Ryan can be found on youtube at <a href="http://www.youtube.com/dasgeek" target="_blank" rel="noopener noreferrer">www.youtube.com/dasgeek</a><br />
Zeb can be found on youtube at <a href="http://www.youtube.com/zebedeeboss" target="_blank" rel="noopener noreferrer">www.youtube.com/zebedeeboss</a><br />
Michael can be found at <a href="http://www.tuxdigital.com" target="_blank" rel="noopener noreferrer">www.tuxdigital.com</a><br />
All of us can be found on <a href="https://www.youtube.com/bigdaddylinux/live" target="_blank" rel="noopener noreferrer">Big Daddy Linux Live!</a> Which is on every Saturday night on the BigDaddyLinux Youtube channel</p>
<p class="part" data-startline="32" data-endline="38">Twitter<br />
<a href="https://twitter.com/BigDaddyLinux" target="_blank" rel="noopener noreferrer">@bigdaddylinux</a> <a href="https://twitter.com/dasgeekchannel" target="_blank" rel="noopener noreferrer">@dasgeekchannel</a> <a href="https://twitter.com/TuxDigitalcom" target="_blank" rel="noopener noreferrer">@TuxDigitalcom</a> <a href="https://twitter.com/zebedeeboss" target="_blank" rel="noopener noreferrer">@zebedeeboss</a></p>
<p class="part" data-startline="40" data-endline="40">A big thank you to each and every one of you for supporting us by watching or listening to Destination Linux.</p>
<p class="part" data-startline="42" data-endline="42">We appreciate all the continued support of our Patrons and those who support the channel by leaving us a rating on your preferred app whether youre listening via a Podcast app or on Youtube or Twitch. Also, thank you for those that leave comments, send us emails, subscribe, and hanging out with us on our individual channels. This feedback and support helps us to continue getting better.</p>
<div id="doc" class="markdown-body container-fluid">
<h4 id="Everybody-have-a-great-week-and-remember-the-Journey-ITSELF-is-just-as-important-as-the-Destination" class="part" data-startline="44" data-endline="44">Everybody have a great week and remember the Journey ITSELF is just as important as the Destination</h4>
</div>

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>I have a double monitor setup. One of my monitor, an ASUS VG249Q1R can run at 165 Hz after I enable overclocking in its user interface. Before, it can only run 60 Hz. But when I set it to 165 Hz it only shows random colors (white, blue, green, ...). It works with 144 Hz though. </p> <p>This is my /etc/X11/10-monitor.conf with 144 Hz that works:</p> <pre><code>Section &quot;ServerFlags&quot; Option &quot;BlankTime&quot; &quot;0&quot; EndSection Section &quot;Monitor&quot; Identifier &quot;HDMI-A-1&quot; Modeline &quot;192x108&quot; 220.75 1920 2064 2264 2608 1080 1083 1088 1130 -hsync +vsync Option &quot;PreferredMode&quot; &quot;192x108&quot; Option &quot;RightOf&quot; &quot;DisplayPort-0&quot; EndSection # This is the monitor Section &quot;Monitor&quot; Identifier &quot;DisplayPort-0&quot; Modeline &quot;192x108&quot; 452.50 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync Option &quot;PreferredMode&quot; &quot;192x108&quot; Option &quot;Primary&quot; &quot;true&quot; EndSection </code></pre> <p>And this is the same file with something with 165 Hz that causes X or whatever to show those random colors:</p> <pre><code>Section &quot;ServerFlags&quot; Option &quot;BlankTime&quot; &quot;0&quot; EndSection Section &quot;Monitor&quot; Identifier &quot;HDMI-A-1&quot; Modeline &quot;192x108&quot; 525.00 1920 2088 2296 2672 1080 1083 1088 1192 -hsync +vsync Option &quot;PreferredMode&quot; &quot;192x108&quot; Option &quot;RightOf&quot; &quot;DisplayPort-0&quot; EndSection # This is the monitor Section &quot;Monitor&quot; Identifier &quot;DisplayPort-0&quot; Modeline &quot;192x108&quot; 455.75 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync Option &quot;PreferredMode&quot; &quot;192x108&quot; Option &quot;Primary&quot; &quot;true&quot; EndSection </code></pre> <p>Both modelines are calculated using <code>cvt</code>.And finally, this is my /etc/X11/20-amdgpu.conf (I use an AMD Radeon RX 590):</p> <pre><code>Section &quot;Device&quot; Identifier &quot;AMD&quot; Driver &quot;amdgpu&quot; Option &quot;TearFree&quot; &quot;true&quot; Option &quot;VariableRefresh&quot; &quot;true&quot; EndSection </code></pre> <p>What can I do in order to have a refresh rate of 165 Hz instead of 144 Hz?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/patri9ck"> /u/patri9ck </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r5ptq2/monitor_only_shows_random_colors_when_setting_a/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/r5ptq2/monitor_only_shows_random_colors_when_setting_a/">[comments]</a></span>

View file

@ -0,0 +1 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/q87ztw/pantheon_riceish/"> <img src="https://external-preview.redd.it/55e8HSs7QqZk2dVwlCD0SHUmiir_lyamFTbHO2zdIRc.jpg?width=640&amp;crop=smart&amp;auto=webp&amp;s=86624c791568480b483c21b49bfadb57f7c245cc" alt="[Pantheon] Rice(ish?)" title="[Pantheon] Rice(ish?)" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Hot-Kick5863"> /u/Hot-Kick5863 </a> <br/> <span><a href="https://imgur.com/a/KXT2VWA">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/q87ztw/pantheon_riceish/">[comments]</a></span> </td></tr></table>

View file

@ -0,0 +1,43 @@
<p>One of the first customizations folks make to their Emacs is to hide the menu bar. This makes some sense if youre using a completion UI like Ivy: its usually faster and more convenient to find an option using fuzzy completion in the minibuffer than it is to mouse over a series of menus. Also, the menu covers only options that are relevant to the end-user. If you want fine-grained customization or access to Emacs API, youll need to use a different interface (like <code>customize</code>). The menu is thus seen as a crutch for new users to outgrow.</p>
<p>Its a shame, though. The menu bar serves two useful purposes:</p>
<ol>
<li>
<p><strong>Discoverability</strong>: <code>M-x</code> and the <code>describe-*</code> commands are good for “keyword searches”, <em>i.e</em> finding exact names for features that you know exist, including a rough idea of what it might be called (<em>"…probably ends in <code>-hook</code>?"</em>). But what about the unknown unkowns? Unless you chance upon features you want when looking for something else, youre out of luck. The menu bar is a helpful guide to discover features. CUA-mode, one of the most common new user requests is front and center in the menu bar:</p>
<figure>
<img src="https://karthinks.com/img/tab-bar-menu-demo-1.png" />
</figure>
</li>
<li>
<p><strong>Organization</strong>: The menu bar for any major-mode usually contains a comprehensive collection of options for that mode. Notwithstanding some recent improvements to command filtering, the <code>M-x</code> interface throws up the entire bag of Emacs commands at you irrespective of the context in which its called. The <code>describe-*</code> commands are worse. In contrast, the menu bar changes depending on what modes you have active, and generally provides a relevant set of actions. For example, the menu bar in programming modes provides options for linting, compilation, tracing, code folding and so on.<sup id="fnref:1"><a class="footnote-ref" href="https://karthinks.com/tags/emacs/index.xml#fn:1">1</a></sup> The menu in LaTeX or Org-mode is quite different.</p>
</li>
</ol>
<p>But if were honest, the real reason the menu bar is avoided tends to be more superficial: <em>it takes up space and does not compose visually with Emacs theming.</em></p>
<p>Lets address this too. There are at least two non-invasive approaches to using the menu in Emacs.</p>
<h2 id="the-text-mode-menu">The text-mode menu</h2>
<p>Theres a text-mode menu built into Emacs. Calling <code>tmm-menubar</code> (bound to <code>M-`</code> by default) will allow menu-bar access from the minibuffer (or equivalent), helping with discoverability and organization as before:</p>
<div style="width: 100%; height: 0px;"><p><a href="https://karthinks.com/img/tab-bar-menu-demo-3.mp4">[TMM-MENUBAR DEMO]</a></p></div>
<p><small>(<a href="https://karthinks.com/img/tab-bar-menu-demo-3.mp4">Direct link</a>)</small></p>
<h2 id="the-tab-bar-menu">The tab-bar menu</h2>
<p>The second method requires Emacs 28. You can shove the menu into the tab-bar:</p>
<div style="width: 100%; height: 0px;"><p><a href="https://karthinks.com/img/tab-bar-menu-demo-2.mp4">[TAB-BAR MENU DEMO]</a></p></div>
<p>(<a href="https://karthinks.com/img/tab-bar-menu-demo-2.mp4">Direct link</a>)</p>
<p>To do this, you add the built-in function <code>tab-bar-format-menu-bar</code> to <code>tab-bar-format</code>, which is the list of widgets to show in the tab bar.</p>
<div class="highlight"><pre><code class="language-emacs-lisp">(<span style="color: #963;">add-to-list</span> <span style="color: #a60; background-color: #fff0f0;">'tab-bar-format</span> <span style="color: #06b; font-weight: bold;">#'</span><span style="color: #963;">tab-bar-format-menu-bar</span>)
</code></pre></div><p>Contrary to its name, the tab-bar can show <a href="http://ruzkuku.com/texts/emacs-global.html">arbitrary information</a>. For example, the system time and battery information in addition to the menu and open tabs:</p>
<figure>
<img src="https://karthinks.com/img/tab-bar-global-demo-1.png" />
</figure>
<p>I use tabs (as workspaces) and the tab-bar already, so I prefer this method for accessing the menu occasionally.<sup id="fnref:2"><a class="footnote-ref" href="https://karthinks.com/tags/emacs/index.xml#fn:2">2</a></sup></p>
<section class="footnotes">
<hr />
<ol>
<li id="fn:1">
<p>Of course, this supposes that the relevant features are available in Emacs either as built-ins or through an installed package. <a class="footnote-backref" href="https://karthinks.com/tags/emacs/index.xml#fnref:1">↩︎</a></p>
</li>
<li id="fn:2">
<p>I changed the menu button text to <code>𝞴</code> from the default to further shorten it. <a class="footnote-backref" href="https://karthinks.com/tags/emacs/index.xml#fnref:2">↩︎</a></p>
</li>
</ol>
</section>

View file

@ -0,0 +1,7 @@
<p>
Today I got around to playing around with the <code>wrap</code> and the <code>post</code>
options to <code>org-mode</code> source blocks, and updated my <a href="http://howardism.org/Technical/Emacs/literate-devops.html#sec-7">Literate Devops
essay</a>, to help explain how I email my formatted notes directly to my
team mates.
</p>

View file

@ -0,0 +1,4 @@
<p>There is trouble at CopperheadOS, Plasma has a shiny new release, and we share the story of how Linux has powered the curiosity rover for 17 years.</p>
<p>Plus our stories from a weekend of Linux parties, Texas LinuxFest, SouthEast LinuxFest, and FOSS Talk Live.</p><p>Sponsored By:</p><ul><li><a href="http://linux.ting.com" rel="nofollow">Ting</a>: <a href="http://linux.ting.com" rel="nofollow">Visit linux.ting.com and get a $25 discount off a device, or $25 in service credit if you bring one!</a></li><li><a href="http://linuxacademy.com/unplugged" rel="nofollow">Linux Academy</a>: <a href="http://linuxacademy.com/unplugged" rel="nofollow">Visit linuxacademy.com/unplugged to support the show and sign up for a 7 day free trial.</a></li><li><a href="https://do.co/unplugged" rel="nofollow">DigitalOcean</a>: <a href="https://do.co/unplugged" rel="nofollow">Visit do.co/unplugged for a limited time special offer, or enter dounplugged after you create your account for a $10 credit.</a> Promo Code: dounplugged</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://www.polygon.com/virtual-reality/2018/6/11/17450428/leap-motion-vr-ar-hand-control-cat" title="Creepy, fascinating demo gets inside a cat" rel="nofollow">Creepy, fascinating demo gets inside a cat</a></li><li><a href="https://lwn.net/Articles/757267/" title="Trouble at CopperheadOS" rel="nofollow">Trouble at CopperheadOS</a></li><li><a href="https://www.kde.org/announcements/plasma-5.13.0.php" title="KDE Plasma 5.13: Fast, Lightweight and Full Featured." rel="nofollow">KDE Plasma 5.13: Fast, Lightweight and Full Featured.</a></li><li><a href="https://www.omgubuntu.co.uk/2018/06/winepak-flatpak-for-wine-apps" title="Winepak Could Make it Easier to Install Windows Apps on Linux " rel="nofollow">Winepak Could Make it Easier to Install Windows Apps on Linux </a></li><li><a href="https://9to5google.com/2018/06/12/acer-chromebook-linux-apps-support/" title="Acer Chromebook 13 & Chromebook Spin 13 will apparently support Linux apps at launch " rel="nofollow">Acer Chromebook 13 & Chromebook Spin 13 will apparently support Linux apps at launch </a></li><li><a href="https://www.engadget.com/2018/06/11/mars-opportunity-rover-minimal-power-mode-dust-storm/" title="Mars Opportunity rover is in danger of dying from a dust storm" rel="nofollow">Mars Opportunity rover is in danger of dying from a dust storm</a></li><li><a href="https://www.linuxjournal.com/article/7570" title="Driving the Mars Rovers | Linux Journal" rel="nofollow">Driving the Mars Rovers | Linux Journal</a></li><li><a href="https://linuxacademy.com/community/posts/show/topic/27776-july-content-launch-is-coming-soon" title="July Content Launch is COMING SOON!" rel="nofollow">July Content Launch is COMING SOON!</a></li><li><a href="https://ting.com/blog/refer-a-friend-amazon/" title="Refer a friend contest starts today, June 11 and ends July 11, 2018" rel="nofollow">Refer a friend contest starts today, June 11 and ends July 11, 2018</a></li><li><a href="https://www.digitalocean.com/write-for-donations/" title="Write for DOnations" rel="nofollow">Write for DOnations</a></li><li><a href="https://www.digitalocean.com/community/tutorials/how-to-verify-downloaded-files" title="How to Verify Downloaded Files | DigitalOcean" rel="nofollow">How to Verify Downloaded Files | DigitalOcean</a></li><li><a href="https://www.reddit.com/r/linux/comments/8pywij/texas_linuxfest_wheres_the_linux/" title="Texas LinuxFest: Wheres the Linux?" rel="nofollow">Texas LinuxFest: Wheres the Linux?</a></li><li><a href="https://github.com/fatedier/frp" title="frp: A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet." rel="nofollow">frp: A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.</a></li></ul>