• 0 posts
  • 23 comments
Joined 3 years ago
Cake day: November 10th, 2023
  • No, AllowedIPs should be set to your internal Wireguards IP range to only allow access to your Wireguard peers. You could also add more like your Servers LAN for example (which will need packet forwarding, as I mentioned before)

    Here’s an example of one of my client configs:

    [Interface]
    Address = 10.8.0.2/32
    PrivateKey = 
    
    [Peer]
    PublicKey = 
    PresharedKey = 
    Endpoint = 192.168.0.3:51820
    AllowedIPs = 10.8.0.0/16
    

    Just be careful to not mess up your subnet masks. For example my [Interface] Address ends with /32 because that only leaves 10.8.0.2 In the [Peer] Section i set it to /16 which will allow the client to connect to 10.8.x.x iirc

    Best is to just try it yourself and see if it works, I’m by no means good at networking stuff

  • Iirc setting AllowedIPs in your clients config should do exactly that. Their respective [Peer] entry in your servers config should also have the same AllowedIPs, otherwise they could easily circumvent this

    Further finetuning should be really easy by using any firewall on your Wireguard server

    If you want your clients to be able to access other devices in your servers LAN you need to setup additional packet forwarding rules though. Optionally setup NAT aswell

  • It’s mostly people on older cards with those problems I guess

    Me for example on my GTX 1080 can’t use G-Sync (monitor blacks out in specific fps ranges). Nvidia “fixed” this like 5 times already. Newer cards work correctly I guess?

    I also get graphical bugs in Wayland after Nvidias final Wayland “fix”. Other people somehow do not experience this so I guess newer cards work correctly (again)

    Imo Nvidia just didn’t bother fixing this on their old cards so there is a minority left with those problems which can be ghosted safely by Nvidia because “those bugs got fixed”

    It’s not uncommon for Nvidia to ignore their normal users since the most money comes from other companies purchasing their GPUs anyway

  • Reddit has more content. And arguably, more content that is actually important

    That much is obvious, but Reddit also has so many reposts it’s not even funny

    Also there’s a lot of trash on Reddit too

    Comparing it percentage wise would be a fairer comparison, and imo the average post quality on Lemmy is so much higher than on Reddit. Wich would mean if you start bringing over Reddits content, you would automatically lower Lemmys average post quality

  • For duplicates dupeGuru’s Music Mode should suffice (don’t be overly aggressive when batch deleting files!)

    Then tag and sort them with MusicBrainz Picard (again, take it slow. Picard is great and all but not every automated match is correct and I always check mine if they’re correct)

    After doing that start taking notes while listening to your Music in case you detect something is wrong (missed duplicate, wrong/partial metadata, etc) which allows you to fix these errors later on

    I’d also recommend you do backups along the way because dupeGurus and Picards changes can’t be undone and as a beginner you’re likely to do mistakes till your accustomed to the process

    That’s what I did and will continue to do with my 1500 songs (for now)

    I also prefer to sync my music from my PC to my phone via rsync (any sync application should suffice). But that’s just me, because imo offline playback is the way to go