• 1 Post
  • 28 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle



  • Lv_InSaNe_vL@lemmy.worldtoAsklemmy@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    15
    arrow-down
    3
    ·
    27 days ago

    First, you should probably lessen with the therapy speak. This is a personal thing but the commodification of therapy is actually a huge problem that we should talk about. But I digress.

    Second, maybe clarify this up a little bit? Are these people your roommates? Your upstairs neighbor? Downstairs? Next door? I genuinely don’t know who you’re talking about.

    But (I’m assuming these are your up or downstairs neighbors?) I had a buddy who was in a similar situation where even the microwave beeping would cause the upstairs neighbor to thump on the floor. He just had to complain to the apartment complex a bunch (basically every time it happened, as it happened) and eventually they got it sorted. The upstairs neighbor stopped being annoying and moved out shortly after.

    In an apartment you will hear your neighbors and it’s unrealistic to expect them to be perfectly silent all the time.


  • Ubuntu Server supports Windows Active Directory. I haven’t used it for anything but authentication (and authentication works flawlessly) and some basic directory/share permissions but theoretically it should support group policy too.

    It’d be cool if there was a mainstream FOSS alternative though (there might be, I’ve done literally 0 research), but this works okay-ish in the meantime.

    But for management of the actual production servers at work I use a combination of ManageEngine (super great and reasonably priced) and Microsoft’s Entra (doesn’t work well, don’t do it)




  • but at least people who can’t even navigate their basic file explorer that they are expected to use scary terminal commands.

    This! I work in IT, in fact, I’m the director of both the IT and software teams at my company and I am constantly teaching my new techs and reminding my existing techs that they need to remember just how little the “average” person knows about computers, and how much more that is than what they’d actually care to learn.

    99% of people don’t care about computers, or how to make things “more efficient”, or anything else. They just care about the easiest way to do something. And like it or not, the easiest way for the vast majority of people is through a GUI.

    There is even an XKCD about this

    And that’s even before you get to the security problems! I am constantly trying to prevent users from going to FreeNuclearCodes.com or sending passwords and social security numbers to [email protected] (actual email address I had to block last week)


  • For me (sysadmin actually) it’s because what I’m doing is either simple enough that I can use Nano (editing simple config files) or complicated enough that I’ll want a full fledged IDE. I use VSCode and it handles remote files really really well.

    Although I have learned a little bit of Vi/Vim because sometimes thats all you have.

    Plus if you’re doing major changes (like more than editing a line or two) you shouldn’t be doing that on a production server anyways. Like if I found out an engineer or dev was primarily working directly off of the server they would probably be on their way out the door. Uptime is worth way too much for that nonsense.