DigitalDilemma

  • 0 Posts
  • 55 Comments
Joined 2 years ago
cake
Cake day: July 22nd, 2023

help-circle













  • How we’ve done it recently:

    1. Put domain on cloudflare or another registrar that supports an API. Generate a token with the right privs.
    2. Use certbot with the cloudflare plugin, and that token, and generate whatever certs you need within that domain using the DNS01 method.

    No need to have port 80 open to the world, no need for a reverse proxy, no need for NAT rules to point it to the right machine, no need to even have DNS set up for the hostname. All of that BS is removed.

    The token proves your authentication and LetsEncrypt will generate the certs.



  • DigitalDilemma@lemmy.mltoLinux@lemmy.mlGRUB is confusing
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 month ago

    I agree, Grub is horrendous and one of the most complex systems in linux. Grub2 is even worse, and searching the web for help is difficult as the two are named interchangeably, despite being hugely different in design.

    Random files spread over the filesystem. Some you edit, some are done automatically, some are done by kernel upgrades, some you need to run yet more commands for them to work - and it all differs from distro to distro. The sooner more distros move away from this, the better.


  • wade through hundreds of AI generated pages of useless information

    I personally find the best use of AI is to read those pages of useless information and summarise what I actually want to know.

    Google: " hugo, show total number of posts not including pages " = advertising, a billion pages of partially but not entirely relevant information that takes ages to wade through.

    Gemini: same question: Clear explanation and working examples in seconds.

    They’re both google, but one knows what I’m actually trying to say and doesn’t (yet) push advertising at me.