• 0 Posts
  • 164 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle
  • It never worked well for me. Not because it couldn’t fetch ebooks, but because it defaults to adding an author’s entire library, which was dumb for my reading habits.

    I would search for a book, find it, only be able to add the author, and then have to uncheck almost all the books the author had written because I just wanted one.

    Sorting by “books” just showed me a list of hundreds of books when I just wanted 7 of those.

    If your workflow matched that for readarr, I’m sure it worked well, metadata problems aside.





  • No, it is not fully working.

    Many have tried to explain to you that your setup only works for YOU on YOUR subnet.

    Your are then asking other public tools meant to lookup public ips with publicly-available DNS names to resolve your internal addresses, which they obviously don’t know anything about, and you’re getting those errors from tools that follow rfc because you are putting the equivalent of “bedroom” on the outside of an envelope and expecting the post office to know that it means YOUR bedroom.

    For dns to work properly, the authoritative DNS server should be able to create a reverse lookup record for every a record that allow a DNS client to ask “what record do you have for this IP?” and get a coherent response. Since 192.168.10.0/24 is a non-routable network, you will never have such a reverse record.

    Wolfgang has done you a disservice by giving you a shortcut that works as a side-effect of dns before you fully understood how DNS works.




  • Presuming you have not limited edge port 22 to one or two IPS and that you are not translating a high port to 22 internal, the danger is that you are allowing the entire internet to hammer away at your ssh. If you have this described setup, you will most definitely see the evidence of attempts to break in in your SSH endpoint and firewall logs.

    Zero days for SSH do exist, so it’s just a matter of time before you’re compromised if you leave this open.






  • They are local listings for buying used stuff that that you might have not even have known you want before browsing the listing.

    That is not how I nor anyone I know uses our listings on Kijiji. I go to look for specific things i don’t want to buy new. I do not browse used stuff for sale. I’ve personally bought motorbikes 600km away because the search area has to be bigger for more niche items. I also set up the sale of a car to a guy 1800km away via kijiji.

    I couldn’t do either of these using flohmarkt, so it isn’t really useful to me, federated or not.






    1. Nesting=1. This isn’t about virtualizing inside the container, it allows internal resources to access parent resources.

    2. You should only need the cgroup2 entries, but they should be pointing to the correct devices:

    • cgroup2 entries to allow rwm access to the correct device
    • /dev/dri dir and file entries that specify bind,optional,create

    Nvidia example, but quicksync is similar:

    lxc.cgroup2.devices.allow: c 226:0 rwm
    lxc.cgroup2.devices.allow: c 226:128 rwm
    lxc.mount.entry: /dev/dri dev/dri none bind,optional,create=dir
    lxc.mount.entry: /dev/dri/renderD128 dev/renderD128 none bind,optional,create=file