• 0 Posts
  • 33 Comments
Joined 5 months ago
cake
Cake day: January 20th, 2025

help-circle



  • I started with Bazzite recently after getting a recommendation to go with a SilverBlue derived distro, and other than trying to figure out my own issues, it’s been pretty smooth.

    I do have a weird issue that crops up after reboot where the display environment variable isn’t exported or something. But considering I also had an issue with my steam library not loading that was user error, I’m not entirely sure that isn’t of my own making as well…






  • Since they handle redundancy and backups I think it’s fine staying with them (+ great product)

    This. I love self hosting services, but anything that I 100% can’t live without isn’t one of them. Because I don’t have the funds for proper redundancy/high availability, and my backup practices at home are… Not ideal. I’ve had a couple brushes with data loss due to gaps in backups, lack of monitoring for impending hardware failures, and had 2 disks suddenly die together in a raid array, all in over a decade of self hosting.

    I have cold backups of most of my critical services, but they’re not nearly regular enough for me to trust my passwords to myself.









  • Do you remember what you fixed when you fixed it on the window side? Asking because what you’re describing almost sounds like you have a bad driver, which would explain why your Linux side would also have a similar problem, IE locking up completely auddenly, if it had the same bad driver and interacted with the hardware the same way causing a similar crash.

    Honestly, if it’s fixable in the windows it’s definitely fixable Linux. It just might take a little bit more extra work to figure it out.



  • And depending on your audience or how often you (don’t) go back and review it, it can help to comment the things that are self explanatory.

    I write a lot of scripts for my team and have to make them “maintainable” by the people in my department (who are as familiar with the concept, as your buddy that calls the gym the James), so I will regularly over comment so that any ape can come along and hopefully know what the script does.