trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hi all,</p> <h1>Problem Description</h1> <p>I'm trying to have the same <code>.org</code> file exported to LaTeX and ox-hugo. I use the template <a href="https://www.docsy.dev/">docsy</a> template to export to which uses an <a href="https://www.docsy.dev/docs/adding-content/shortcodes/#alert">alert shortcode</a> to render an alert/info area.</p> <p>In LaTeX I use <a href="https://packages.oth-regensburg.de/ctan/graphics/awesomebox/awesomebox.pdf">awesomebox</a> to render a similar block.</p> <p>The LaTeX output works perfectly when I am using </p> <p><code> #+begin_noteblock This is a noteblock info environment from the awesomebox LaTeX package. #+end_noteblock </code></p> <p>Now I want that noteblock to render into the following when using the <code>ox-hugo</code> export:</p> <p><code> {{% alert title="Warning" color="warning" %}} This is a warning. {{% /alert %}} </code></p> <p>I found I should be able to use <code>org-special-block-extras</code> to do this conversion, but I seem to be getting it wrong, as on export no conversion happens. As I though there is maybe something wrong with the condition, I added the caution block as well, but that also does not work.</p> <p>I deleted my <code>~/.emacs.d</code> and had everything set up from scratch again, in order to be "fresh".</p> <p>Can someone tell me what I am doing wrong here and how I can achieve the desired result?</p> <h1>Configuration</h1> <p>The configuration I am using is:</p> <p><code> (use-package org-special-block-extras :ensure t :hook (org-mode . org-special-block-extras-mode) ;; All relevant Lisp functions are prefixed ‘o-’; e.g., `o-docs-insert'. :config (org-special-block-extras--defblock noteblock (title "Details") (title-color "Green") "Define noteblock export for docsy ox hugo" (cond ((eq backend 'ox-hugo) (format "{{%% alert title=\"%s\" color=\"%s\" %%}}\n%s\n{{%% /alert %%}}" title title-color contents)) )) (org-special-block-extras--defblock cautionblock nil nil "Awesomebox caution" (format "{{%% alert title=\"caution\" color=\"info\" %%}}%s{{%% /alert %%}}" contents) ) ) </code></p> <h1>Errors</h1> <p>I get these compile errors:</p> <p>``` Compiling file /Users/j/.emacs.d/elpa/org-special-block-extras-20210909.2032/org-special-block-extras.el at Wed Dec 8 23:38:13 2021 Entering directory ‘/Users/j/.emacs.d/elpa/org-special-block-extras-20210909.2032/’</p> <p>In org-special-block-extras-mode: org-special-block-extras.el:133:17:Warning: reference to free variable ‘o--docs-from-libraries’ org-special-block-extras.el:194:21:Warning: assignment to free variable ‘o--docs-actually-used’ org-special-block-extras.el:195:21:Warning: assignment to free variable ‘o--docs’ org-special-block-extras.el:602:1:Warning: Unused lexical variable ‘blk-column’ org-special-block-extras.el:681:1:Error: Symbol’s value as variable is void: o--supported-blocks ```</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/authsec"> /u/authsec </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rc32ei/orgmodeoxhugo_custom_begin_noteblock/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/rc32ei/orgmodeoxhugo_custom_begin_noteblock/">[comments]</a></span>
|
|
@ -0,0 +1,4 @@
|
|||
<p><a href="https://imbmax.com">I’m Bmax</a> has a post about his journey to find the <a href="https://imbmax.com/posts/emacs-as-a-time-tracker/">perfect way to track his time</a>. Like almost everyone else, he started with a spreadsheet but if you’ve ever done that you know what a pain it is and how hard it is to keep it up. He tried a few other solutions before settling on Emacs and Org-mode.</p>
|
||||
<p>The thing that makes tracking your time with Org-mode so easy is that you just put the point on a task and clock in. When you’re finished or clock into another task, Org records the start and end time so that the time spent on a task is easily available. It doesn’t end there, of course. Org can produce reports on the total time spent on various task with a single key sequence.</p>
|
||||
<p>I’m Bmax seems happy with his Org solution. It’s just a matter of clocking in and out of the task Org entries he needs in any event. In my experience, the time tracking comes later. You start with recording tasks or some other item and then realize that you can easily track how much time you spend on them with a simple key sequence.</p>
|
||||
<p>Lots of people use Org mode to track their time for billing purposes and even produce their bills from the Org data. The nice thing about using Org is that you can simply record the times or use it to produce reports or bills on the time you spent on various tasks.</p>
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/-Zr7PHNAjJI" width="480" alt="thumbnail" title="Bitcoin Actually Explained" /></p>An explanation of what makes Bitcoin unique. A brief introduction to blockchain technology and the core principles like Proof of Work and decentralization. These are not just used by Bitcoin now, but other cryptocurrencies partially modeled off it, which I discuss.<br /><br />My website: https://lukesmith.xyz<br />Please donate: https://lukesmith.xyz/donate<br />Get all my videos off YouTube: https://videos.lukesmith.xyz<br /><br />OR affiliate links to things l use:<br />https://www.vultr.com/?ref=8384069-6G Get a VPS and host a website or server for anything else.<br />https://www.epik.com/?affid=we2ro7sa6 Get a cheap and reliable domain name with Epik.<br />https://brave.com/luk005 Get the Brave browser.<br />https://odysee.com/$/invite/@Luke:7 View my videos on Odysee. Get a bonus for joining.<br />https://www.coinex.com/register?refer_code=ndf87 Get crypto-rich on Coinex. Get reduced exchange fees for 3 months.<br />https://www.coinbase.com/join/smith_5to1 Get crypto-rich on Coinbase. We both get $10 in Bitcoin when you buy or sell $100 in cryptocurrencies.<br />...<br />https://www.youtube.com/watch?v=-Zr7PHNAjJI
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>The 64 bit iso is only 340MB in size. LOL. </p> <p>Let’s see if that works.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/OutcastByChoice"> /u/OutcastByChoice </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r87shi/for_nostalgia_installing_a_2010_snapshot_of_arch/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r87shi/for_nostalgia_installing_a_2010_snapshot_of_arch/">[comments]</a></span>
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hej fellow guix,</p> <p>TL;DR: On Guix, is there anything equivalent to journalctl? If so, where can I find resources on it?</p> <p>I am experiencing more or less frequent lockups which force me to hard reboot my machine (not only on guix, also on manjaro).</p> <p>I'd love to know why that is so that I can try and change stuff. On manjaro, I use journalctl -r to find out the culprit. Is there anything equivalent to this on guix? I've tried to find stuff on my own but have so far not been successful.</p> <p>Any suggestions/tips are very welcome. That would be one further step towards my migration process ;-)</p> <p>Have a good day, fellows :)</p> <p><strong>EDIT</strong>: I found out that Guix uses syslog(d). The logs are stored under <code>/var/log</code>. </p> <p>Still, I am wondering in which particular log I would find information about a crash and/or hard reboot. For people interested in knowing why the initial boot process has failed - sometimes that happens to me and there's a kind of kernel panic - you can invoke <code>dmesg</code> (you will probably need to be super user for that).</p> <p>Also, I'd be interested in how you people browse your logs. One thing I am really missing from systemd/journalctl is its highlighting of some of the messages (dunno if it's faulty or not). This way it seems like it is just a long, undiscernible mess.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/olivuser"> /u/olivuser </a> <br/> <span><a href="https://www.reddit.com/r/GUIX/comments/q9bwvs/how_does_logging_work_on_guix/">[link]</a></span>   <span><a href="https://www.reddit.com/r/GUIX/comments/q9bwvs/how_does_logging_work_on_guix/">[comments]</a></span>
|
|
@ -0,0 +1,2 @@
|
|||
<p>Our new server setup is bonkers, but we love it.</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></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://canonical.com/careers/3776036" title="Canonical Careers - Linux Desktop Gaming Product Manager" rel="nofollow">Canonical Careers - Linux Desktop Gaming Product Manager</a> — We are excited to create the role of Desktop Gaming Product Manager, to make Ubuntu the best Linux desktop for gaming.</li><li><a href="https://wiki.archlinux.org/title/ZFS" title="Arch Wiki - ZFS" rel="nofollow">Arch Wiki - ZFS</a></li><li><a href="https://kcc.iosphe.re/" title="Kindle Comic Converter" rel="nofollow">Kindle Comic Converter</a> — Kindle Comic Converter is an app that allows you to transform your PNG, JPG, GIF, CBZ, CBR and CB7 files into EPUB or MOBI format e-books. Preparing comics and manga for your E-Ink device was never easier.</li><li><a href="https://flathub.org/apps/details/io.github.ciromattia.kcc" title="Kindle Comic Converter on Flathub" rel="nofollow">Kindle Comic Converter on Flathub</a></li><li><a href="https://www.youtube.com/watch?v=aKwSnFk5a9U" title="Linux Action Show Season 2 preview… Kindle Oops" rel="nofollow">Linux Action Show Season 2 preview… Kindle Oops</a> — Bryan and Chris give you a preview on Season 2's first episode of The Linux Action Show! Watch a take that you won't see in the final episode.</li></ul>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
<img src="https://media.babylonbee.com/thumbs/article-10005-3-thumb.jpg"> <hr /><p style="text-align:center">Brought to you by:</p>
|
||||
<p>The post <a rel="nofollow" href="https://babylonbee.com/news/10-major-disasters-throughout-history-and-how-the-media-reported-them">10 Major Disasters From History And How The Media Reported Them</a> appeared first on <a rel="nofollow" href="https://babylonbee.com">The Babylon Bee</a>.</p>
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
<p>In part one (0:00-13:10), Tim recaps the series so far. He says the Son of Man title is Christ’s favorite title to use to describe himself, and it originally comes from a dream in Daniel 7. Tim then recaps Genesis 1 and 2. Humans are created after the animals but are then called to rule over the animals. So the creation and power order is inverted. Humans are overcome by the animals when they listen to the serpent, and humans embrace an animal-like state. Tim emphasizes that flowing out of Genesis are two lineages: a human lineage, the seed of the woman, and an animal lineage, the seed of the serpent. And at some point, a Son of Man will deliver the seed of the woman from the seed of the serpent.</p>
|
||||
<p>In part two (13:10-18:30), Tim and Jon dive into the imagery of animals in the Bible. Jon asks what is the proper relationship with animals for people to have. Tim speculates that animals are meant to be in a peaceful relationship with humans. And a peaceful connection with the animals is an image the prophets use to describe a new creation. (Lions, lambs etc. )</p>
|
||||
<p>In part three (18:30-33:50), Tim dives further into Genesis. He examines the inverted first born/second born relationships in the book. Abraham has two children, Isaac and Ishmael. Ishmael is the firstborn but is not chosen by God. Instead, God chooses Isaac. Then later in the story, Isaac has two sons, Jacob and Esau. Jacob is the second born and is chosen by God. Tim points out that the pattern is intentional.</p>
|
||||
<p>In part four (33:50-end), Tim then moves into the account of the Exodus. Pharaoh says he wants to deal “shrewdly” with the Hebrews. This is a synonym of the snake saying it is the “crafty” beast. Pharaoh is now embracing an animal-like tendency and seeking to harm the Hebrews.</p>
|
||||
<p>Then Tim dives into the story of the burning bush. God tells Moses to turn his staff into a snake ( snake (נחש) ). Many western readers see this story as some sort of magic trick that God is telling Moses to do. That's far from what's happening. Tim says the story is actually meant to portray Moses as a successful “son of man” who has power over the snake. This point is further emphasized when Moses and his brother Aaron go before Pharaoh to demand the release of the Hebrews. Aaron throws down his staff and it becomes, in Hebrew, a sea serpent. This is a different word than the previous word used for snake.</p>
|
||||
<p>Exodus 7:8-13:<br />
|
||||
"Now the Lord spoke to Moses and Aaron, saying, “When Pharaoh speaks to you, saying, ‘Perform a sign,’ then you shall say to Aaron, ‘Take your staff and throw it down before Pharaoh, that it may become a sea serpent (תנין).’" So Moses and Aaron came to Pharaoh, and thus they did just as the Lord had commanded; and Aaron threw his staff down before Pharaoh and his servants, and it became a sea serpent (תנין).<br />
|
||||
Then Pharaoh also called for the wise men and the sorcerers, and they also, the magicians of Egypt, did the same with their secret arts. For each one threw down his staff and they turned into sea serpents (תנין). But Aaron’s staff swallowed up their staffs. Yet Pharaoh’s heart was hardened, and he did not listen to them, as the Lord had said."</p>
|
||||
<p>Tim says the point is Moses and Aaron becoming associated characters. They are humans who have power over the snake. Literally. They grab snakes and symbolically they prevail over Pharaoh. This theme is picked up by later biblical authors who see the symbolism and use the same word, “sea serpent,” to describe Israel’s enemies.</p>
|
||||
<p>Isaiah 51:9-11:<br />
|
||||
"Awake, awake, put on strength, O arm of the Lord; [// the arm of Moses with the staff]<br />
|
||||
Awake as in the days of old, the generations of long ago.<br />
|
||||
Was it not You who cut Rahab in pieces, [= Israelite name for the god of Egypt]<br />
|
||||
Who pierced the sea-monster (תנין/tanin)<br />
|
||||
Was it not You who dried up the sea,<br />
|
||||
The waters of the great deep;<br />
|
||||
Who made the depths of the sea a pathway<br />
|
||||
For the redeemed to cross over?<br />
|
||||
So the ransomed of the Lord will return<br />
|
||||
And come with joyful shouting to Zion"</p>
|
||||
<p>Ezekiel 32:2:<br />
|
||||
“Son of man, take up a lamentation over Pharaoh king of Egypt and say to him,<br />
|
||||
‘You compared yourself to a young lion of the nations,<br />
|
||||
Yet you are like the monster (tanin) in the seas."</p>
|
||||
<p>Thank you to all of our supporters!</p>
|
||||
<p>Have a question about the Son of Man? Send it to us as we begin preparing for an upcoming Q+R episode.</p>
|
||||
<p>Show Produced By:<br />
|
||||
Dan Gummel, Jon Collins</p>
|
||||
<p>Show Music:<br />
|
||||
Defender Instrumental, Tents<br />
|
||||
Where Peace and Rest are Found, Beautiful Eulogy<br />
|
||||
Conquer, Beautiful Eulogy<br />
|
||||
Mind Your Time, Me. So.</p>
|
||||
<p>Show Resources:<br />
|
||||
Son of Man Video: https://bit.ly/2D3wD9o<br />
|
||||
Gerhard von Rad, Genesis: A Commentary<br />
|
||||
Crispin Fletcher-Louis, Jesus Monotheism<br />
|
||||
Richard Bauckham, Living with Other Creatures</p>
|
|
@ -0,0 +1,4 @@
|
|||
<p>We try out a couple of very popular Docker GUI's and report back, and discuss our biggest Self-Hosted regrets.</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://www.backblaze.com/ssh" rel="nofollow">Backblaze Unlimited Backup</a>: <a href="https://www.backblaze.com/ssh" rel="nofollow">Get peace of mind knowing your files are backed up securely in the cloud with Backblaze.</a></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://matrix.to/#/+lup:jupiterbroadcasting.com" title="Join the Jupiter Broadcasting Matrix" rel="nofollow">Join the Jupiter Broadcasting Matrix</a> — I mean might as well!</li><li><a href="https://linuxunplugged.com/433" title="LINUX Unplugged 433: The Lessons of Jellyfin" rel="nofollow">LINUX Unplugged 433: The Lessons of Jellyfin</a> — We revisit some old assumptions about the open-source Plex-alternative, Jellyfin. We each try it out, and along the way, gain a few insights about open source.</li><li><a href="https://www.portainer.io/" title="Portainer" rel="nofollow">Portainer</a> — Accelerate container adoption and reduce time-to-value on Docker and Kubernetes with a smart, self-service management portal, allowing you to deliver containerized applications from the data centre to the edge</li><li><a href="https://github.com/jesseduffield/lazydocker" title="lazydocker" rel="nofollow">lazydocker</a> — The lazier way to manage everything docker. A simple terminal UI for both docker and docker-compose, written in Go with the gocui library.</li><li><a href="https://imgur.com/a/7HmurMs" title="lazydocker screenshots" rel="nofollow">lazydocker screenshots</a></li><li><a href="https://dozzle.dev/" title="Dozzle" rel="nofollow">Dozzle</a> — Dozzle is a real-time log viewer for docker containers.</li><li><a href="https://www.cloudsavvyit.com/12144/whats-new-in-docker-compose-v2/" title="What’s New In Docker Compose v2?" rel="nofollow">What’s New In Docker Compose v2?</a> — Docker Compose v2 was announced at DockerCon 2021. It promises big changes to the Compose experience by integrating it into the docker CLI. v2 also comes with new convenience features to help you manage your container stacks.</li><li><a href="https://blog.ktz.me/monolithic-docker-compose-files-filtered-by-labels/" title="Monolithic docker-compose files filtered with profiles" rel="nofollow">Monolithic docker-compose files filtered with profiles</a> — This post will provide an overview of using profiles with docker-compose to address multiple services within a monolithic file. </li><li><a href="https://store.level1techs.com/products/14-kvm-switch-dual-monitor-2computer" title="1.4 Display Port KVM Switch" rel="nofollow">1.4 Display Port KVM Switch</a> — Have you ever wanted a KVM switch that doesn’t suck, supports DisplayPort 1.4 (3840x2160@120hz / 8k @ 30hz ) and USB3?
|
||||
|
||||
Listen. No KVM is perfect BUT our customers tell us -- The Level1Techs KVMs are pretty darn good.</li></ul>
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
<div ( . )='http://www.w3.org/1999/xhtml'>
|
||||
<a href='https://yewtu.be/watch?v=fzyV5Hc104Q'>
|
||||
<img src='https://yewtu.be/vi/fzyV5Hc104Q/mqdefault.jpg'/>
|
||||
</a>
|
||||
<p style='word-break:break-word;white-space:pre-wrap'>Was it God or Satan who incited David to take the census?
|
||||
How many troops were counted? 2 Sam and 1 Chron have different numbers.
|
||||
The book of James says God doesn't tempt anyone, how can that be reconciled with him inciting David?
|
||||
Why are Israel and Judah talked about as different groups before the kingdom split into those groups?
|
||||
|
||||
There’s a typo in the video. It should say 2 Sam 24, not 2 Sam 28.
|
||||
|
||||
This is just one segment of a long interview I did for the moderators of the r/Bible subreddit. They asked their subreddit to send me a bunch of questions and I spent a lot of time preparing so that I would be able to offer the best answers I could. I'll be posting these answers as individual videos so keep an eye out for the rest in the set.
|
||||
|
||||
Here's a playlist where I will add them as they come out. https://youtube.com/playlist?list=PLZ3iRMLYFlHtc_kN13cgTRV1l3bl3wZiD
|
||||
|
||||
My website https://BibleThinker.org</p>
|
||||
</div>
|
||||
|
|
@ -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 TODAY’S PODCAST: </p>
|
||||
|
||||
<p>- Video: <a href='https://www.youtube.com/watch?v=YvoWDXNDJgs'>2 Samuel Overview</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>
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/ljaS1Lk0yI0" width="480" alt="thumbnail" title="Install Vanilla Arch Linux With GUI Installer?!?!" /></p>Arch Linux is notorious for a it's installation process and even though it's not that difficult it does scare a lot of people away so what if we had a GUI installer do all the work for us.<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 />Arch Linux GUI Website: https://archlinuxgui.in/<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 />==========Time Stamps==========<br />0:00 Introduction<br />1:37 Flavors Available<br />5:18 Going Through Installer<br />9:28 Partitioning<br />7:51 Software Selection<br />11:13 Finalizing<br />14:23 Should This Exist<br />15:58 Outro<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 />#ArchLinux #Linux #InstallArchLinux<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=ljaS1Lk0yI0
|
|
@ -0,0 +1,39 @@
|
|||
<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 TODAY’S PODCAST: </p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=mark+8%3A31-38&version=ESV'>Mark 8:31-38</a></p>
|
||||
|
||||
<p>- Article: <a href='https://www.christiancourier.com/articles/1392-jesus-foretells-the-coming-kingdom'>Jesus Foretells the Coming Kingdom</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=luke+9%3A45&version=ESV'>Luke 9:45</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=exodus+30&version=ESV'>Exodus 30</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>
|
||||
|
||||
<p> </p>
|
|
@ -0,0 +1,3 @@
|
|||
<img src="https://media.babylonbee.com/thumbs/article-10011-1-thumb.jpg"> <p>BURBANK, CA—At the entertainment giant’s world headquarters, Disney Imagineers showed off new technology that uses artificial intelligence to scan the more than 700 episodes of “The Simpsons” and replace Bart Simpson’s probably-offensive catchphrase “Cowabunga!” with the much less problematic and more profitable catchphrase “Taiwan is not a sovereign state, dude!”</p>
|
||||
<p>The post <a rel="nofollow" href="https://babylonbee.com/news/disney-digitally-alters-bart-simpsons-catchphrase-from-cowabunga-to-taiwan-is-not-a-sovereign-state">Disney Digitally Alters Bart Simpson's Catchphrase From 'Cowabunga!' To 'Taiwan Is Not A Sovereign State!'</a> appeared first on <a rel="nofollow" href="https://babylonbee.com">The Babylon Bee</a>.</p>
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
<p>We're taking your calls about computers and technology and answering them LIVE on the air. Give us a call 1-855-450-NOAH (6624).</p><p><a href="https://patreon.com/linuxdelta" rel="payment">Support Ask Noah Show</a></p>
|
||||
|
|
@ -0,0 +1 @@
|
|||
  submitted by   <a href="https://www.reddit.com/user/zamansky"> /u/zamansky </a> <br/> <span><a href="https://cestlaz.github.io/post/using-emacs-79-project/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/q6m8eb/using_emacs_episode_79_project/">[comments]</a></span>
|
|
@ -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>!
|
||||
- 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 TODAY’S PODCAST: </p>
|
||||
|
||||
<p>- <a href='http://thebiblerecap.com/faq'>Frequently Asked Questions</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>
|
|
@ -0,0 +1,42 @@
|
|||
<p>Google & Apple have released their answer to contact tracing and for once it seems like they may be taking the side of their users! Microsoft is adding GUI support for Linux apps on Windows and Linus has switched to team red!</p>
|
||||
|
||||
<h3><strong>-- The Extra Credit Section --</strong></h3>
|
||||
|
||||
<p><a href="https://github.com/librespeed/speedtest" rel="nofollow">Host your own speedtest</a></p>
|
||||
|
||||
<p>For links to the articles and material referenced in this week's episode check out this week's page from our podcast dashboard!</p>
|
||||
|
||||
<p><a href="http://podcast.asknoahshow.com/182" rel="nofollow">This Episode's Podcast Dashboard</a></p>
|
||||
|
||||
<p><a href="http://www.voxtelesys.com/asknoah" rel="nofollow">Phone Systems for Ask Noah provided by Voxtelesys</a></p>
|
||||
|
||||
<p>Join us in our dedicated chatroom #AskNoahShow on Freenode!</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 they’re 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>live [at] asknoahshow.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>
|
||||
</ul><p><a href="https://patreon.com/linuxdelta" rel="payment">Support Ask Noah Show</a></p><p>Links:</p><ul><li><a href="https://www.washingtonpost.com/technology/2020/05/20/misinformation-coronavirus-plandemic-workaround/" title="Sites like Google Drive and the Internet Archive have hosted misinformation about covid-19 - The Washington Post" rel="nofollow">Sites like Google Drive and the Internet Archive have hosted misinformation about covid-19 - The Washington Post</a></li><li><a href="https://reclaimthenet.org/google-drive-takes-down-user-file-plandemic/" title="Google Drive takes down user’s personal copy of Judy Mikovits' Plandemic after it was flagged by The Washington Post" rel="nofollow">Google Drive takes down user’s personal copy of Judy Mikovits' Plandemic after it was flagged by The Washington Post</a></li><li><a href="https://www.theverge.com/2020/5/19/21263377/microsoft-windows-10-linux-gui-apps-gpu-acceleration-wsl-features" title="Microsoft is bringing Linux GUI apps to Windows 10 - The Verge" rel="nofollow">Microsoft is bringing Linux GUI apps to Windows 10 - The Verge</a></li><li><a href="https://www.politico.eu/article/google-apple-coronavirus-app-privacy-uk-france-germany/" title="How Google and Apple outflanked governments in the race to build coronavirus apps – POLITICO" rel="nofollow">How Google and Apple outflanked governments in the race to build coronavirus apps – POLITICO</a> — Google and Apple announced on April 10 they had partnered on software which would allow government-backed apps to trace potential infections even while running in the background of people's smartphones. The approach relied on data remaining, for the most part, on people's devices. Both companies refused to open their technology to governments pushing for centralized data storage, a strategy they considered vulnerable to state snooping.</li><li><a href="https://www.technologyreview.com/2020/05/20/1002001/apple-and-googles-covid-tracing-tech-has-been-released-to-22-countries/" title="Apple and Google’s covid-tracing tech has been released to 23 countries | MIT Technology Review" rel="nofollow">Apple and Google’s covid-tracing tech has been released to 23 countries | MIT Technology Review</a></li><li><a href="http://lkml.iu.edu/hypermail/linux/kernel/2005.3/00406.html" title="Linux-Kernel Archive: Linux 5.7-rc7" rel="nofollow">Linux-Kernel Archive: Linux 5.7-rc7</a></li></ul>
|
||||
|
|
@ -0,0 +1 @@
|
|||
Darren just seems to be pretty upset about everything…but I’m sure there may be a silver lining by the end?
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><blockquote> <p>wpa_supplicant [519]: n180211: kernel reports: Match already configured </p> <p>wpa_supplicant [519]: bgscan simple: Failed to enable signal strength monitoring </p> <p>NetworkManager [363]: <error> [1638236585.2912] audit: failed to open auditd socket: Protocol not supported </p> <p>wpa_supplicant [519] : bgscan simple: Failed to enable signal strength monitoring </p> <p>I get similar errors with any other distros I install too.</p> </blockquote> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/RaZdoT"> /u/RaZdoT </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r5ckcr/do_i_have_to_worry_about_any_of_these_journalctl/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r5ckcr/do_i_have_to_worry_about_any_of_these_journalctl/">[comments]</a></span>
|
Loading…
Add table
Add a link
Reference in a new issue