I'm an educator, and my Windows PC crashed during my first period class.

I had a cinnamon mint USB drive in my bag. I booted to it, and it saved the day!

I don't have anybody to tell just how much of a godsend that was, but I figured you guys might appreciate it!

you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 5 hours ago (8 children)

As someone who is only starting to delve into Linux recently I must admit it's not as great as you guys make it all seem. Maybe I'm just having lots of issues cause I missed some wiki or chose the wrong distro or something

  • source
  • parent
  • hideshow 8 child comments
  • [–] 3 points 2 hours ago

    I don't get this at all. im in IT but im an old guy who does not have the patience for mucking about. If you can install windows on a machine then you can install linux and zorin installed and ran and did not really need anything special. Then since it comes with so much out of the box pre installed software I would call it a bit easier than windows. more akin to a mac.

  • source
  • parent
  • [–] 2 points 5 hours ago (5 children)

    What kinds of issues have you had? I haven't had a single problem since switching a couple years ago. Sometimes there are driver issues with specific hardware.

  • source
  • parent
  • hideshow 5 child comments
  • [–] 2 points 5 hours ago (4 children)

    Yesterday I downloaded a mod manager for Valheim and it opened to a blank screen so I had to google around and find out I need to set an environment variable. Then how to do that via terminal but I also wanted a way to automate it and so I found out about .bashrc and alias. And there's probably easier or better ways but like half the crap I find online feels like I'm trying to decipher another language and/or its a 15 year old post so idk if it's even valid anymore.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 9 points 5 hours ago*

    I play Valheim on Linux and have hosted a server before.

    Easiest way is just to use R2 Mod Manager. It's available for Linux too. You just launch the game through it instead of Steam / wherever you launch it. I use PikaOS now which is based on Debian but had Bazzite in the past and it worked there too.

    You do have to tell it where Steam / the game is installed though, but that's true of it even in Windows.

    PS: fastest way to get help is probably venting/ saying something isn't working in a Linux community lol. It's a useful thing to know. That's how I sometimes get my answers too.

  • source
  • parent
  • [–] 4 points 5 hours ago

    environment variables are a thing on windows as well. I grew up with windows and had to set environment variables for random stuff there as well. That is just a (depending on what you do) fairly normal thing. i hate to say it because obviously we all want people to switch to linux and have a good time and want to be helpful but … that’s just a skill issue

  • source
  • parent
  • [–] 2 points 5 hours ago*

    Well that would depend on what you use to run that mod manager, as that's probably a Windows application using wine (or proton, which is still based on wine). If you always just launch it from bash, .bashrc is the easiest. Launchers like Bottles or Steam will let you configure launch options per program/game. e.g ENVVAR=value %command% (%command% is a standin for the actual launch command, you leave that as is - it's necessary because you can add things both before and after the command)

    But yes, overall, running Windows software is still the most annoying part of using Linux. At least usually for games run from Steam there's not much tinkering needed assuming the game works (so no kernel level anticheat games)

  • source
  • parent