• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2024

help-circle

  • Like you I lurked the self hosting communities until I made the dive myself. I bought a used HP Elitedesk Mink 800 G3, not a particularly powerful machine, and installed Ubuntu server. I started playing around with docker compose detuos for various services and eventually committed to running immich, qbittorrent, and Plex on it, along with hosting some dedicated servers for various games depending on what I felt like playing at the time. It all worked easily enough and I figured out things as I went along such as domain names (ddns), security hardening, and reverse proxies.

    I picked it up around 100 euro, got a secondhand switch so I could have both my PC and it on the same line from the house router to my office.

    I have two of them now so I can split game servers onto their own machine to save rrsourcss, and recently also picked up a Seagate expansion drive of 10Tb to use for media storage for the originak one. Still lots to learn, but that’s the fun!



  • Ive just started in a government IT role; everything is windows, I use windows myself at home for games, but run WSL for hobby dev, home server management and stuff like that.

    This is my first sysadmin role, having come from a Dev background, and administration on windows feels like such a chore. Everything takes ten steps to do, lots of issues, and feels very counter intuitive. I am not enjoying it at all. I suppose actual large scale Linux adminning probably has the same issues and I’m putting it down to lack of experience, but there’s so many small niggly issues that I know I could solve if this was a Linux environment that I can’t due to how windows is set up.

    I’m hopefully getting to move into a more hybrid dev/admin role for some web stuff, but I firs thave to convince my boss to let me install WSL so O can have a sane dev environment for web dev.





  • You might not be aware but there’s also a fairly content-rich successor project called SpaceStation 14! Its obviously nowhere near as featureful as 13 is, due to lack of development time but has a very active development community around it.

    One of the major (imo) improvements is a move to per pixel “real time” movement instead of the tile movement of ss13, it helps make them game feel much more alive and interactive.

    Definitely worth a look for fans of ss13, and its also open source and Linux compatible.

    https://spacestation14.com/


  • From someone who worked as a dev/engineer for a long time dont downplay DevOps as “not really development” most of what standard development is today is wiring together different services and building a UI on it. DevOps is a critical part of the impillar that is software development. Just because you’re not writing the JS that renders the front end doesn’t mean you’re not developing for the product! Infrastructure is as important as UI!