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

help-circle
  • Moved my sister to Ubuntu a while ago aside from the occasional support call everything works quite well.

    As for my mom, I sat her down way back and told her she needed to move off of Windows XP (support was running out). I explained to her that she could learn Windows 7 and eventually 10 (8 was already a known dud by then) or she could switch to a “Traditional” desktop paradigm that resembled XP closely where she’d only had to relearn once and then keep running it forever, so I moved her to MATE.

    While most issues she had with incompatibilities could be solved (and often remotely by me just via ssh) there was one MFP that just wouldn’t scan properly (I’ve scoured the web for guides and sane drivers etc.) in the end I set up a Dual boot Windows (with a nice "switch to Windows " script right in the pinned apps) just so she could scan from there (scans automatically saved on a NAS share that was also available in Linux so she could use the scanned documents there). These days the MFP died and she got a new one that will actually scan in Linux but I kept the dual boot just in case (though I doubt she ever uses it).



  • For files are in git (using stow to recreate) and my documents folder is syncing to nextcloud (selfhosted) and this also to my laptop. This is of course not a “Backup” per se more a “multiple copies” but it gets the job done and also firs my workflow. To be happy with that I want to set up an offsite backup of data from my server to a NAS in my parents place but right now that’s just a to-do I haven’t put any work in yet ;)


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




  • As many people here have pointed out already, it’s highly dependent on what type of Job you’re looking for and in what industry.

    When I was applying for my entry level Job (actually an apprenticeship to become a sysadmin), the fact that I was a linux user (especially daily driving Arch) and that I had set up my own self hosted projects was a factor in me being set up in the department that was actually interesting to me (the Linux/Server department) instead of the Windows/Client department but I probably would have gotten the job either way. My work there set me up deeping my path into Linux sysadminship where I still am today.


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