this post was submitted on 23 Dec 2023
62 points (97.0% liked)
Linux
48328 readers
659 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Install stuff, try and make it better but end up breaking it horribly, and then spend time fixing it. This is how I've learned everything over the years.
I distro hopped for a few years but eventually settled on Arch over a decade ago. It was a lot more difficult to install back then, but it will still get you comfortable with the CLI if you're not comfortable with it already. Also, if you don't know already, Arch pretty much has the best Wiki available and it works with almost all distros since most only differ in package management.
I actually got heavy into Linux during my freshman year of college (2004) back when Linux wasn't supported for most things, so I wiped Windows off of my PC, and forced myself to use Ubuntu for 2 months, which required me to figure out how to install WINE and Microsoft Office. It was a pain, and after two months I put Windows back on it for dual-boot and ease of use purposes but largely used Linux once I got over the learning hump.
I'd suggest setting up a Level 1 hypervisor like VMware or Proxmox so that you can have multiple things running at once independent of each other, but a Level 2 hypervisor like KVM works just as well, but you have to make sure that you don't break the host OS somehow hahaha
I'm a Linux System Engineer now 🤓
idk how people do this.
like what do you do? force the emulation harder?
I've never seen an error that just says "bad platform".
Fixing computer problems is essentially just being good at searching for stuff related to your problem. For example in your problem it would just be googling "Linux bad platform ≤name of game>" and guaranteed someone else has had the same problem and either them or someone else has figured out a fix for it. You then apply that fix, if that doesn't work, try the next result. If it gives you a new problem, rinse and repeat.
Look up the XKCD comic about fixing a computer, that's literally how we do it. My dad asked me a similar question to yours, I literally printed out the comic and taped it next to the computer and said "this is what I do".
About 2 years ago (I've been working from home for the past 3 years, a week here or there was spent at my parents), years after I had printed out that comic, he said "I just realized that your job is essentially knowing how to look for the information you need and how to apply it when you find it". He's an electrician, so not really the same set of skills haha.
Relevant XKCD
Thanks, I was too lazy to look it up.
No problem!