Just a lvl 29 guy from Finland. Full-stack web developer and Scrum Master by trade, but actually more into server-side programming, networking, and sysadmin stuff.

During the summer, I love trekking, camping, open water swimming and going on long hiking adventures. Also somewhat of an avgeek and a huge Lego fanatic.

A furry or something. Why be yourself when you can be a fluffy raccoon on the internet?

  • 0 Posts
  • 5 Comments
Joined 3 years ago
cake
Cake day: June 20th, 2023

help-circle

  • If anyone who’s already played it is looking for an interesting second (or third) playthrough, try ignoring Delilah altogether. Never respond to her, and only radio her when the game won’t progress otherwise. The devs went to great lengths to avoid forcing the player to talk to her, and there’s a good amount of dialogue (well, monologue, actually xD) that you won’t hear when playing “normally”.

    And I think this playstyle actually fits Henry’s character better. After all, he took the job to get away from everyone and everything, only to end up being constantly harassed by an overly social supervisor. Oh, and when the helicopter comes to pick you up at the end, you can just ignore that too and run back into the forest. It’s a bit of a secret ending.



  • It works great when you log in as a user like you normally would on a Windows pc. But on a server you want it to run as a service, starting automatically in the background and/or being managed by the failover cluster without requiring a user to log in.

    The solution back then was to use netplwiz autologon. Obviously a hack and bad for security, but fine for a homelab. After googling it now, it looks like some other “solutions” are documented in the GitHub issue about this.


  • Asking out of curiosity: is there a specific reason you’re running Windows on your server? I used to do the same on my home servers because that’s what we used to have at work, and I wanted to learn and test some stuff. But it was a difficult road, to put it mildly. Simple things, like getting Docker autostart on boot seemed almost impossible. At some point I just gave up and switched to Linux.