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 @@
|
|||
<!-- SC_OFF --><div class="md"><p><a href="https://gist.github.com/slavistan/53c8e2627bf9ca202ab6c56ef4d5c497">https://gist.github.com/slavistan/53c8e2627bf9ca202ab6c56ef4d5c497</a></p> <p>Here's a quick guide on how to set up an arch distribution on WSL2 with proper CUDA support. </p> <p>The official instructions to set up native GPU support on WSL2/Linux are mostly tailored towards Ubuntu and I had to do a little digging to set it up on arch (which, in the end, turned out to be almost trivial, lol). I hope this guide will spare someone else an hour or two.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/agentsmurf6"> /u/agentsmurf6 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r1disj/a_guide_to_cudaready_archlinux_for_wsl2/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r1disj/a_guide_to_cudaready_archlinux_for_wsl2/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>How can i make vsftpd in standalone mode , when i set</p> <blockquote> <p>listen=YES</p> </blockquote> <p>It is able to run in standalone mode but gives error</p> <blockquote> <p>500 OOPS: could not bind listening IPv4 socket</p> </blockquote> <p>When i remove the listen part or make it to no, it says </p> <blockquote> <p>500 OOPS: vsftpd: not configured for standalone, must be started from inetd</p> </blockquote> <p>According to wiki , you need to set <strong>listen = NO</strong> to avoid the IPv4 binding issue but then in that case you won't be able to run in standalone mode. I need to run vsftpd in standalone mode and to do that i have to set <strong>listen=YES</strong> which would give the IPv4 error.</p> <p>What should i do now?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/sl0w_photon"> /u/sl0w_photon </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r1sjct/problem_in_setup_ftp_server_in_arch/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r1sjct/problem_in_setup_ftp_server_in_arch/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
  submitted by   <a href="https://www.reddit.com/user/Foxboron"> /u/Foxboron </a> <br/> <span><a href="https://github.com/archlinux/mkinitcpio/releases/tag/v31">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r4u69k/mkinitcpio_v31_released/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>So I have my system up to date and at some point (idk when) my nvidia GPU stopped working with Gnome. Maybe it's to do with Gnome 41 but when I try and use multiple monitors it refuses to let me hit apply display configuration and says it can't due to hardware limitations. I tried both with Wayland and Xorg but neither will display from my GTX 970. Only my RX 460 works. </p> <p>Anyone know whats going on?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Kilobytez95"> /u/Kilobytez95 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r1qzkl/cant_use_nvidia_amd_gpu_in_gnome/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r1qzkl/cant_use_nvidia_amd_gpu_in_gnome/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I use OpenVPN along with systemd-resolved through the custom script <a href="https://wiki.archlinux.org/title/OpenVPN#The_update-systemd-resolved_custom_script">update-systemd-resolved</a>.</p> <p>It works mostly fine with IPv6 disabled however I noticed that my DNS was leaking.</p> <p>I did try setting up <a href="https://wiki.archlinux.org/title/OpenVPN#vpnfailsafe">vpnfailsafe</a> though it seems not to fix anything through the standard installation. </p> <p>Can anyone recommend a way to fix this? My VPN provider is ProtonVPN if it matters.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/el_lanor"> /u/el_lanor </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r1ok20/has_anyone_fixed_dns_leak_while_using_openvpn/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r1ok20/has_anyone_fixed_dns_leak_while_using_openvpn/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Anyone have a similar issue? I've tried rebooting with the card inserted as well. Check on gparted and refresh devices and it's not there. It's a brand new SD card I got in the mail</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Swiroman"> /u/Swiroman </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r5g4t5/laptop_wont_read_micro_sd_card/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r5g4t5/laptop_wont_read_micro_sd_card/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hi guys, </p> <p>I am writing my own theme and I would like to change the color of all brackets. I can't find any option for setting that. I am using custom-theme mode interface for building the theme.</p> <p>Is there an option that I can use inside the <code>custom-theme-set-faces</code> form?<br/> for example like <code>'(font-lock-string-face ((t (:foreground "#d7d7af"))))</code></p> <p>Thanks!</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/geospeck"> /u/geospeck </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/ppe9f9/set_bracket_color_in_theme/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/ppe9f9/set_bracket_color_in_theme/">[comments]</a></span>
|
Loading…
Add table
Add a link
Reference in a new issue