fixing a bunch of broken stuff I think
This commit is contained in:
parent
0dbc3ead0e
commit
8bace887a2
1551 changed files with 299 additions and 57481 deletions
|
@ -1 +0,0 @@
|
|||
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/qy0bsp/cinnamon_another_happy_day_of_not_using_arch_and/"> <img src="https://preview.redd.it/utgokbq8bp081.png?width=640&crop=smart&auto=webp&s=99f1fcbc0cfb625a138a8d8bac04c2c091840218" alt="[cinnamon] Another happy day of not using arch and tiling window manager ? will u accept me :)" title="[cinnamon] Another happy day of not using arch and tiling window manager ? will u accept me :)" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/volcan07"> /u/volcan07 </a> <br/> <span><a href="https://i.redd.it/utgokbq8bp081.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/qy0bsp/cinnamon_another_happy_day_of_not_using_arch_and/">[comments]</a></span> </td></tr></table>
|
|
@ -1,3 +0,0 @@
|
|||
<img src="https://media.babylonbee.com/thumbs/article-9694-1-thumb.jpg"> <p>On Wednesday, William Shatner, the beloved Boston Legal actor famous for portraying attorney Denny Crane, traveled to space.</p>
|
||||
<p>The post <a rel="nofollow" href="https://babylonbee.com/news/breaking-evil-mirror-universe-william-shatner-returns-from-space">Breaking: Evil Mirror Universe William Shatner Returns From Space</a> appeared first on <a rel="nofollow" href="https://babylonbee.com">The Babylon Bee</a>.</p>
|
||||
|
|
@ -1 +0,0 @@
|
|||
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/r12p60/i3_my_first_desktop_on_old_laptop/"> <img src="https://preview.redd.it/5empjojyxi181.png?width=640&crop=smart&auto=webp&s=0bafb7f1da0ec1c577555bb30e723e3840dc3cb1" alt="[I3] my first desktop on old laptop" title="[I3] my first desktop on old laptop" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/yarikfanarik"> /u/yarikfanarik </a> <br/> <span><a href="https://i.redd.it/5empjojyxi181.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/r12p60/i3_my_first_desktop_on_old_laptop/">[comments]</a></span> </td></tr></table>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hello, and please forgive me if this question is stupid. I'm studying to install Arch and I want to have Vulkan on my system. The wiki (<a href="https://wiki.archlinux.org/title/Vulkan">https://wiki.archlinux.org/title/Vulkan</a>) says I have to install my gpu driver (I'll go with nvidia-lts; nvidia-utils; nvidia-settings; lib32-nvidia-utils) plus these two packages: <a href="https://archlinux.org/packages/extra/x86_64/vulkan-icd-loader/">https://archlinux.org/packages/extra/x86_64/vulkan-icd-loader/</a> and <a href="https://archlinux.org/packages/multilib/x86_64/lib32-vulkan-icd-loader/">https://archlinux.org/packages/multilib/x86_64/lib32-vulkan-icd-loader/</a></p> <p>My concern is both are marked as out of date. Is that a concern or am I safe to install them? Is the method described in the wiki outdated and there's another newer way of getting vulkan for nvidia gpus?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/benjamarchi"> /u/benjamarchi </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r1krxe/vulkanicdloader_marked_out_of_date_is_it_safe_to/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r1krxe/vulkanicdloader_marked_out_of_date_is_it_safe_to/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I tried to boot to my Arch system, and the kernel doesn't seem to recognize Btrfs.</p> <p>It gave me an "unknown filesystem" error, but it works with the "regular" Linux kernel.</p> <p>Any idea what's up?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/iJONTY85"> /u/iJONTY85 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/q6yri2/btrfs_not_mounting_on_arch_with_linux_zen_kernel/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/q6yri2/btrfs_not_mounting_on_arch_with_linux_zen_kernel/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Often times when I install a package, I will later completely forget what I installed it for. Is there any tool that I can use that can save a comment from me during installation and then when I'm spring cleaning, I can take a look at the package description and my notes and decide if I still want that package.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/friendlysatanicguy"> /u/friendlysatanicguy </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/ru66ab/saving_packages_with_comments/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/ru66ab/saving_packages_with_comments/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hi, I'm trying to run this function described here <a href="https://emacs.stackexchange.com/a/35683/11700">https://emacs.stackexchange.com/a/35683/11700</a></p> <p>I have an sql statement highlighted when running the command but the highlighted text gets replaced by </p> <pre><code>Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named sqlparse </code></pre> <p>I've tested sqlparse in my terminal by opening a Python 3.7 REPL and the example here <a href="https://pypi.org/project/sqlparse/">https://pypi.org/project/sqlparse/</a> works fine. Any idea why my emacs process doesn't seem to be able to find the package?</p> <p>For reference, I'm on macOS 11.6, spacemacs, and I open an emacs frame by typing <code>emacs</code> in my terminal.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/covertbeginner2"> /u/covertbeginner2 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/q72bdy/trying_to_run_a_python_process_but_im_getting/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/q72bdy/trying_to_run_a_python_process_but_im_getting/">[comments]</a></span>
|
|
@ -1,3 +0,0 @@
|
|||
<img src="https://media.babylonbee.com/thumbs/article-9978-2-thumb.jpg"> <p>HONOLULU, HI—CNN and other mainstream news outlets are reporting on a "tragic, completely accidental" boating accident at Pearl Harbor. As details still come in, CNN is urging people to not rush to judgment or assign blame until the story goes away in a few days. </p>
|
||||
<p>The post <a rel="nofollow" href="https://babylonbee.com/news/cnn-reports-japan-accidentally-crashed-planes-into-pearl-harbor-ships">CNN Reports On 'Deadly Boat Accident' At Pearl Harbor</a> appeared first on <a rel="nofollow" href="https://babylonbee.com">The Babylon Bee</a>.</p>
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
<img src="https://media.babylonbee.com/thumbs/article-10038-1-thumb.jpg"> <p>WASHINGTON, D.C.—Members of the Biden Administration were in high spirits and celebrating the nation’s burgeoning economy after the November jobs report showed an astounding growth of two whole jobs. </p>
|
||||
<p>The post <a rel="nofollow" href="https://babylonbee.com/news/biden-administration-celebrates-creating-2-whole-jobs">Biden Administration Celebrates Creating 2 Whole Jobs</a> appeared first on <a rel="nofollow" href="https://babylonbee.com">The Babylon Bee</a>.</p>
|
||||
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I had decided to attempt to sign the bootloader and kernel with shim as it seemed the simplest to do.<br/> I followed the steps as outlined in the Arch Wiki, however since the bootloader was already named grubx64.efi, I had done the following instead.<br/> <code># cp /usr/share/shim-signed/shimx64.efi esp/EFI/GRUB/</code><br/> <code># cp /usr/share/shim-signed/mmx64.efi esp/EFI/GRUB/</code> </p> <p><code># efibootmgr --verbose --disk /dev/sdX --part Y --create --label "Shim" --loader /EFI/GRUB/shimx64.EFI</code> </p> <p>Once these were done, I enabled secure boot and into MokManager to sign both grubx64.efi and vmlinuz-linux with hash. But once complete MokManager would boot back up with the following error message.</p> <p><code>0x1A Security Violation</code></p> <p>Hopefully it would be possible to get secure boot up and running as Valorant does require it to be enabled on Win11 and I would like to not have to toggle it on and off when my group wants to play.</p> <p>​</p> <p>System Information: </p> <p>Windows 11 and Arch Linux dual boot. Attempted using Ubuntu before Arch but didn't like it and removed it, but there is still a lingering ubuntu boot entry that I'm unsure how to remove. Not sure if the ubuntu entry is messing with things as well. </p> <p>Linux usage information: </p> <p>Used Mint for a year before transitioning back to Windows. Am now pretty fresh on an Arch dual boot setup.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Mihaynd"> /u/Mihaynd </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/qz1oz2/unable_to_sign_bootloader_and_kernel_with_shim/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/qz1oz2/unable_to_sign_bootloader_and_kernel_with_shim/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<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/246805584115915/"></a><i></i><p>This week at NV TFC we'll be starting up our new series! So What!? All throughout life we have questions, "Who am I? Why am I here?". "What purpose do I have?", "Am I going to heaven?", "Does anyone love me?". These are the kinds of questions we hope to answer this year at TFC and sometimes the best places to look for those answers is in the beginning. We'll see what God's Word has to say about those questions and more!</p><a href="https://www.facebook.com/NorthernValleyTFC/photos/a.117554230374385/246805584115915/"><img src="https://scontent.fict1-1.fna.fbcdn.net/v/t1.6435-9/p526x296/240589129_246805594115914_1370605568603176270_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8024bb&_nc_ohc=--UKACimWJkAX_oUcHL&_nc_ht=scontent.fict1-1.fna&oh=8e0c81a0c6de467c1db3ef3b4ff07dda&oe=6168CA4C" alt="No photo description available." width="500" height="376" caption="No photo description available." /></a>
|
Loading…
Add table
Add a link
Reference in a new issue