Aussie living in the San Francisco Bay Area.
Coding since 1998.
.NET Foundation member. C# fan
https://d.sb/
Mastodon: @dan@d.sb

  • 2 Posts
  • 152 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle

  • dan@upvote.autoSelfhosted@lemmy.worldSoftware for manga/book reader
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    11 hours ago

    Which OS?

    On Android, Moon+ Reader is pretty good.

    My wife uses the Amazon Kindle app on her Android tablet. You can use it for non-Kindle books by sending an email to a special email address for your Kindle account: https://www.amazon.com/sendtokindle/email.

    Calibre is useful for this. It shows an easy to use “send to Kindle” button, and can convert books in ePub, mobi, etc formats to the format that works best in the Kindle app (AZW3).

    If you want a web interface for Calibre (eg to run on a home server and download books when you’re away from your computer), Calibre-web works well.



  • dan@upvote.autoSelfhosted@lemmy.worldDNS?
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    2
    ·
    edit-2
    1 day ago

    A recursive DNS server and a local DNS cache/forwarder/are two different things with two different purposes. You will always need both.

    Why do you need two separate ones though? Recursive DNS servers also cache responses. Usually the only reason you’d run a local forwarder/cache is if you’re not running a local recursive server.


  • dan@upvote.autoSelfhosted@lemmy.worldDNS?
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 days ago

    Throw Unbound on there too as your upstream recursive resolver

    If you want to run your own recursive DNS server, why would you run two separate DNS servers?

    You don’t even need to worry about an encrypted session to your upstream anymore because your upstream is now your loopback.

    Your outbound queries will still be unencrypted, so your ISP can still log them and create an advertising profile based on them. One of the main points of DoH and DoT is to avoid that, so you’ll want them to be encrypted at least until they leave your ISP’s network.


  • dan@upvote.autoSelfhosted@lemmy.worldDNS?
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    2 days ago

    AdGuard Home is a better choice than PiHole since it uses DNS-over-HTTPS by default. There’s also an app called AdGuardHome-Sync to sync settings between multiple instances.

    I’d recommend running two DNS servers, and at least one of those separately from the rest of your infrastructure like on a Pi. That way, if you need to pull one of them offline, the internet still works.








  • Otherwise I feel like it’s a bit pointless to put so much work into a system that can’t be kept secure,

    You just need to recompile stuff when needed :D

    I think it’s designed mostly to be a learning experience rather than as a daily driver. It serves that role very well!


  • dan@upvote.autoLinux@lemmy.mlNiche Distro Users: Why?
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 month ago

    Kinda enjoying the process of piecing stuff

    At the risk of sounding crazy… You might enjoy Linux From Scratch (LFS) and Beyond Linux From Scratch (BLFS). Maybe not as a daily driver, but it’s a great way to learn how everything works, since (as the name suggests) you build everything from scratch. No package manager, just tarballs of source code. It really helps with getting an understanding of how everything works.

    BLFS even includes instructions for building Xorg and all the major desktop environments.






  • I can’t remember examples off the top of my head, but there’s been some GUI programs I’ve wanted to install that are in Fedora’s repos but not in Debian’s. I’ll have to check my installed packages at home and see.

    Debian’s packages can also be very old, even in unstable. That’s to be expected - Debian focuses on stability rather than going for the cutting edge - but it can cause issues when using it in a desktop environment (as opposed to a server environment). I’ve got a Framework 16 laptop and AMD contributed a bunch of bugfixes in the 6.9 kernel, which took a while to make it to bookworm-backports.

    Debian is fantastic as a server OS and I’ve been using it for over 20 years, but on the desktop I ended up liking Fedora more.