this post was submitted on 12 May 2025
532 points (99.1% liked)

Gaming

3235 readers
381 users here now

The Lemmy.zip Gaming Community

For news, discussions and memes!


Community Rules

This community follows the Lemmy.zip Instance rules, with the inclusion of the following rule:

You can see Lemmy.zip's rules by going to our Code of Conduct.

What to Expect in Our Code of Conduct:


If you enjoy reading legal stuff, you can check it all out at legal.lemmy.zip.


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 1 day ago (4 children)

I'm going to be migrating to Linux and using Mint. I'm just paranoid about doing something wrong and accidentally walking into a security vulnerability. So I want to set aside time to properly learn things and understand what I'm doing but I'm just busy AF these days...

[–] [email protected] 1 points 17 hours ago* (last edited 17 hours ago)

This is a very valid and smart concern to have. But the scary commands all start with "sudo", which gives everything you type in root access. Other than that linux is very secure and idiot proof as long as you read what the commands do. For software linux is way more secure as gone will be the days of rummaging through dodgy sites for installers. Instead you just open up software center and find the app you want and it will be installed straight from the official upload. The repos software centers have are customizable so you can add and remove them. Instead of checking if the installer is secure, you check if the repo is secure on the rare case you add a new repo.

I mean a popular app distribution is flatpack that ships apps like steam and blender and whatever in a sandbox with access only to resources they absolutely need access too. To the point where you need to allow the apps to get access to another drive even. Just to make sure nobody will inject ransomware through the blender default cube I guess.

[–] [email protected] 8 points 1 day ago

Take it slow and do it the right way, don't let Lemmy pressure you if you're making slow but steady progress. It's a learning curve for sure

[–] [email protected] 3 points 1 day ago* (last edited 1 day ago) (1 children)

Basically don't run random sudo(superuser do, root access) commands you find on the internet without reading what the command does from docs or asking ai.

Leaving windows makes you more secure.

Also don't worry about turning secureboot off. It makes it a lot less annoying and gets rid of a lot of issues. Also also steam doesn't like running on linux and having it's library on windows filesystem you gotta format them both, if your games are on a separate drive.

There you go, the two hurdles i had with linux.

[–] [email protected] 1 points 1 day ago (1 children)

Agreed.

Had the same problem with the Steam library on a Windows filesystem and some annoyances with NTFS drives.

Other than that, pretty easy overall (you have to tinker around with some games and wineversions though)

[–] [email protected] 1 points 17 hours ago

My only two issues were also steam on ntfs and secureboot, which are easy fixes. I'd like to add "flatpack apps not having access to another drive" as a very common beginner problem I had. Solution was easy: Add the drive in flatpack settings/flatseal or just don't flatpak.

[–] [email protected] 5 points 1 day ago (2 children)

I have four pieces of advice

  1. btrfs file system for easy backup and recovery
  2. Encrypt your drive
  3. use an ad blocker everywhere
  4. use virus total to scan anything you might be wary of, and if you really feel like you need an AV, they do exist for Linux.

I usually prefer Debian based systems, but when I finally ditched windows 3 weeks ago, I switched to Manjaro, and I'm loving it. You got this!

[–] [email protected] 1 points 1 day ago

What's wrong with EXT4 ?

[–] [email protected] 1 points 1 day ago

If you are worried about disk space don't use backup on btrfs though it fills up yr drive I never encrypt my drive but maybe you should Manjaro is great though!