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

help-circle
  • I’m in the lucky position that I always could work with Linux. I was working with people that couldn’t be bothered to run Windows on their Desktops (administering mostly Linux Servers anyway). In my first job we had a “Standardized” Fedora desktop that was actually attached to our AD so you could log in at any desktop with your domain user. However we did have internal tools and some software requirement that only were available on Linux meaning everyone in our department had a Windows VM for using those tools (kinda overkill but ok). My last job we didn’t have any standard other than the system had to be encrypted and had Eset installed other than that we could set it up he was we liked.

    Could I work with a Windows desktop? Sure I’m on the Terminal sshing into systems 98% of the time anyway but at the end of the day I love to simply be on Linux having a workflow I’m used to.

    Regarding Office I was just using Office online for anything that needed it.

    Getting Linux Systems into AD is possible (but of course requires cooperation on the side of the IT department)

    Proxy and VPN should mostly be doable (but of course might not be able to be deployed via Group policies)


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



  • somenonewho@feddit.orgtolinuxmemes@lemmy.worldNever forget
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    16 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 :)


  • 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 ;)


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



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