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

help-circle

  • Got the Framework 13 Ryzen 5 7640U when it was initially released (Batch 5 I think). Brought my own SSD (500gb I still had kicking around) and RAM (32GB). Only ever ran Linux (Arch) on it. Had a lot of issues at the beginning with suspend pulling lots of power and then (after some tweaking) suspend not being usable because at every wake the Filesystem was read-only. Also the boot option (efistub) would vanish if I hit Ctrl+Alt+Delete during boot (meaning I would have to boot from a live USB every time to fix it. After a while of this (and some troubleshooting) I switched the SSD (with another 1TB leftover from some other project but rather new) and the boot option issue stopped. After undoing my tweak for suspend, suspending now works and at least seems to be pulling less power. So had a bit of hassle at the beginning, now it’s just a great Linux laptop.



  • 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.