fixing a bunch of broken stuff I think

This commit is contained in:
Chris Cochrun 2022-02-25 14:16:41 -06:00
parent 0dbc3ead0e
commit 8bace887a2
1551 changed files with 299 additions and 57481 deletions

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>i need help switching from vim</p> <p>ok so I&#39;ve been using vim for a bit and mainly I was just learning programming so it was no problem, but lately I feel like I need a better development environment.</p> <p>So I&#39;ve read a thing or two about emacs and emacs is I think exactly what I need. </p> <p>Problem: I spent a lot of time to customize vim. lots of scripts, functions, mappings so now I really dont feel like switching to something else but I dont have a choice. I tried watching some videos on youtube like emacs introduction something like that, but they dont seem very helpful</p> <p>So: if you can give me some documentation or any kinda resource i can read or watch whatever so i can pick up emacs and start writing asap, the more in depth stuff I&#39;ll learn as I use emacs thruout. </p> <p>Thanks</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Far-Veterinarian9464"> /u/Far-Veterinarian9464 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/qxr825/switching_from_vim/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/qxr825/switching_from_vim/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Sorry to asking the ever green of questions, but i&#39;ve checked a lot of other posts and don&#39;t know what to do or what to check.</p> <p>That&#39;s the situation:</p> <p>- archlinux installed on a laptop with:</p> <p>- ryzen 7 4800h</p> <p>- nvidia gtx 1050Ti</p> <p>all working without issues until i try to install nvidia-dkms drivers.</p> <p>after the reboot i got stuck on the black screen with not blinking cursor and i&#39;ve to switch ttyn and uninstall them.</p> <p>How can i solve or at least check where the problem is?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/kitcarson03"> /u/kitcarson03 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r69m6c/black_screen_after_nvidia_drivers_install/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/r69m6c/black_screen_after_nvidia_drivers_install/">[comments]</a></span>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/q7y7aj/bspwm_what_i_look_at_for_9_hours_every_day/"> <img src="https://preview.redd.it/c2romlatnet71.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=141fde5243d240d81bf7050acec71931524844dc" alt="[bspwm] What I look at for 9 hours every day" title="[bspwm] What I look at for 9 hours every day" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/somethingwentawry"> /u/somethingwentawry </a> <br/> <span><a href="https://i.redd.it/c2romlatnet71.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/q7y7aj/bspwm_what_i_look_at_for_9_hours_every_day/">[comments]</a></span> </td></tr></table>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I cant figure out how to compress a folder with Ark sorry XD<br/> Any suggestions ?<br/> If they could be free (as in free software) and have a GUI that would be awesome.</p> <p>Thanks!</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/JSV007"> /u/JSV007 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r1oziy/any_good_file_compression_applications_with_a_gui/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/r1oziy/any_good_file_compression_applications_with_a_gui/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I need to activate the &quot;force full composition pipeline&quot; option from nvidia settings, how can I do that on wayland since the app won&#39;t start. Can I log in into a xorg session and save the changes, will they apply?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Kind-Connection1284"> /u/Kind-Connection1284 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r5jfw2/change_nvidia_settings_on_wayland/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/r5jfw2/change_nvidia_settings_on_wayland/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I am new to Emacs and I am running it on macOS. I use the GUI app, but I frequently want to launch it from the command line. With VS Code, if I ran <code>code {filename}</code> it would launch VS Code (or use the existing copy running) and open the file I want to edit. It would then exit the <code>code</code> command so I could continue to use the terminal.</p> <p>If I run <code>emacs {filename}</code>, a new instance of the Emacs GUI is launched (even if there is an existing instance) and the command does not exit until I quit the GUI instance that is spawned. That isn&#39;t the largest problem - I can always open a new tab, but I would prefer it to not do so. I would also like it if the file I opened was added as a buffer to the existing instance of the GUI if one is already open.</p> <p>Is this possible to do? I tried to do some searching on my own first, but I&#39;m not even sure what terms to use for the searches and I (obviously) not been successful so far.</p> <p>Thanks for any help :)</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/BarbarianGeek"> /u/BarbarianGeek </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r3abry/how_to_launch_emacs_from_command_line_in_macos/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r3abry/how_to_launch_emacs_from_command_line_in_macos/">[comments]</a></span>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/rcgu1e/qtile_i_changed_stuff_i_hope_this_helps_atleast/"> <img src="https://preview.redd.it/l9xoxouogi481.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=17b5f5b888dd45ac778d7d618141965451166c89" alt="[qtile] i changed stuff i hope this helps atleast" title="[qtile] i changed stuff i hope this helps atleast" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Informal_Ranger3496"> /u/Informal_Ranger3496 </a> <br/> <span><a href="https://i.redd.it/l9xoxouogi481.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/rcgu1e/qtile_i_changed_stuff_i_hope_this_helps_atleast/">[comments]</a></span> </td></tr></table>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>How can I create a snippet that can give me the date in YY-MM-DD-HH-MM, instead of YYYY-MM-DD-HH-MM ? Currently I&#39;m using the line format-time-string &quot;%Y-%m-%d-%H-%M and it&#39;s giving me the four digit YYYY instead of the two digit YY</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/manylights"> /u/manylights </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/q754kk/shortening_the_date_so_its_only_the_last_two/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/q754kk/shortening_the_date_so_its_only_the_last_two/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>So I&#39;ve formatted my old drive with my previous installation of linux, after rebooting I got the error that it Failed to Load Kernel Modules. It also said waiting for sda2, which was the drive I&#39;ve formatted. Now I&#39;ve unplugged the drive but still get the same error when booting. Haven&#39;t found anything similar in the web.</p> <p>I would really appreciate any help from u guys!</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Chourrage"> /u/Chourrage </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/q87t7b/failed_to_load_kernel_modules_after_formatting/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/q87t7b/failed_to_load_kernel_modules_after_formatting/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Hey Guys, </p> <p>I know this question has been asked about a million times on various forums but I still haven&#39;t found the full answer to what I&#39;m looking for yet. I need your guys&#39; assistance to clear up a couple of things. </p> <p><strong>My goal</strong>: is to dual boot Arch Linux and Windows 10 on two separate drives. Windows on a 500 GB SSD and Arch on a 1 TB HDD. I already have Windows installed with all its usual partitions (EFI, NTFS C:, Recovery, and Reserved Partition). I am going to be installing Arch using a forked version of the ArchTitus install script (<a href="https://github.com/happy4pizza/ArchTitus">https://github.com/happy4pizza/ArchTitus</a>), with a few minor changes, for its ease of use and refinement; and since it was created by somebody far more experienced in Linux and Arch than I am. I want to use the GRUB2 bootloader for its stability and compatibility with different file systems. Some people have recommended reFIND since it searches for your OS but I want to stick with GRUB2. I also want to have two EFI System partitions one for Windows and one for Arch. Is that possible? </p> <p><strong>What I have tried so far</strong>: From what I have read online so far is that I want to mount the Windows EFI System Partition to its own /mnt directory, then use OS-Prober to find and grab Windows and add it to the grub-mkconfig file. I know that OS-Prober has to be enabled by using GRUB_DISABLE_OS_PROBER=false in /etc/default/grub. The issue is, when I try to run grub-mkconfig I get an error: &quot;failed to get canonical path of &#39;airootfs&#39;. Am I mounting the drives incorrectly? I managed to dual boot Windows and Ubuntu with two separate EFI partitions and installed the bootloader on my Linux drive. I want to do the same with Arch.</p> <p>&#x200B;</p> <p>So at the end of the day, <strong>my three main questions are this:</strong> </p> <ul> <li>What would be your approach to a dual-drive Windows Arch Dual Boot w/ GRUB?</li> <li>Is my current approach logically sound?</li> <li>If so, what is causing the grub-mkconfig error? Incorrect mounting, Windows security, etc.?<br/></li> </ul> <p>I know this is a lot for one post but I am desperate and trying to solve this, and any help would be greatly appreciated.</p> <p>Thanks</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/happy4pizza"> /u/happy4pizza </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r6bf6d/dual_booting_arch_linux_and_windows_10_using_2/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/r6bf6d/dual_booting_arch_linux_and_windows_10_using_2/">[comments]</a></span>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/r4hjex/i3_moved_to_linux_5_months_ago_am_i_doing_it_right/"> <img src="https://preview.redd.it/cn6xdevj8f281.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=d3069035e2f64deba73ed5d71cf7c2418398f816" alt="[i3] moved to linux 5 months ago, am i doing it right?" title="[i3] moved to linux 5 months ago, am i doing it right?" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/YamatoHD"> /u/YamatoHD </a> <br/> <span><a href="https://i.redd.it/cn6xdevj8f281.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/r4hjex/i3_moved_to_linux_5_months_ago_am_i_doing_it_right/">[comments]</a></span> </td></tr></table>