• 0 Posts
  • 5 Comments
Joined 3 months ago
cake
Cake day: July 24th, 2024

help-circle

  • somenonewho@feddit.orgtolinuxmemes@lemmy.worldNever forget
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    15 days ago

    Vista was truly the greatest Windows I’ve ever used. I had been using 98 and XP when I bought my first Laptop (the first computer that was truly mine that I had bought with my own money) and it was running Vista of course. Being a curious computer user I twiddled with the system a lot and it broke A LOT so I learned fixing (or reinstalling it) eventually I figured out that Windows only lets you get so far in twiddling and customization so I tried out that hacker OS Linux with a dual boot at first and eventually switching completely. Haven’t run Windows as a daily driver since ~2011-12 now working as a Linux Sysadmin. All thanks to that stupid piece of shit Vista :)


  • Worked as a sysadmin for years dealing with all kinds of certificates. Liek others have said if you can’t automate the process a paid certificate buys you 12 months at a time in validity. Also wildcard certificates are more difficult to do automated with let’s encrypt. If you want EV certificates (where the cert company actually calls you up and verifies you’re the company you claim to be) you also need to go the paid route

    In my experience trustworthyness of certs is not an issue with LE. I sometimes check websites certs and of I see they’re LE I’m more like “Good for them”



  • I think a large factor is because so many people use it. A lot of people come to self hosting without much knowledge and just copy configs etc. from a Tutorial. Those tutorials will 90% of the time use Apache or nginx. I remember back when I set up my first servers I mostly followed instructions and copied configs. Years later I understood I had set up Apache with virtual hosts and what that means/how it works but it might as well just have been nginx.

    As for why so many people use these two I think it also has to do with “adoption” in another way. Back before nginx Apache was the standard everything else was “different”. Then nginx appeared to solve the Problems of Apache and then there were 2 … These days you can probably do anything you want/need with the 2 servers so no reason to use anything else.

    Professionaly I usually use either HAProxy and Apache or Nginx (or sometimes HAProxy and Nginx) but if there are special requirements that might change.