• 2 Posts
  • 34 Comments
Joined 1 year ago
cake
Cake day: July 7th, 2023

help-circle



  • No. The responses are the way they are, because people who gave them are already thinking they joined some elitistic “muh sikret klub!” group.

    Simple “eh, it won’t fix the problem, and here’s why and how YOU can help” would be preferable, but no, special elite force of lemmy underground is too privileged to bother.

    Thank heavens not everyone is like that. Saves the number of times I have to hit “block the idiot” button.








  • I find this comment section a prime example of dickish hivemind seething over nothing.

    There’s a dude, obviously quite fresh in the ways of Mastodon. He probably doesn’t realize all the nuts & bolts supporting the system and how it all works. He is asking a question that is logical, but it needs clarification, like “it doesn’t work like this, my man”.

    Instead he gets “Hsssssssssssssss, selfhost it, hsssssssssssssssssssss, interloper, hsssssssssssssssssss, you want to destroy this place, hssssssssssssssss…”

    Get a life, eejits.







  • I can’t provide precise answer, since some services rely on HDD performance, while others enjoy big amount of RAM.

    Personally, RAM and reliability are two things I’m after when entertaining the idea of a home server.

    For example: I’m about to build a very simple file server + jellyfin + printserver + RDP rig and it’s going to be based on DELL 5040 + 8Gb RAM + 4Tb SATA, running… Windows 10 Pro. 🤠



  • It’s either an attack on your IT infrastructure, updates breaking something, or your IT doing some suspicious bold things.

    Either way, create (if you didn’t already) a *.BAT file on your desktop containing these lines:

    net use * /delete
    
    net use letterofmappeddrive: \\pathtothesharedplace /persistent:Yes
    

    repeat the last line for each mapped drive and run the script every time something weird happens. You can also schedule it to run every an hour or so, until your IT provides a lasting solution to the problem.