• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: November 10th, 2023

help-circle
  • Your biggest issue is going to be dealing with multiple partitions, unless you can find another boot disk, because your disk is pretty full. I would strongly recommend getting a second disk, unless you are willing to delete a lot of (presumably) game executables.

    It is also a good idea to have a relatively smaller Linux partition, and point your Steam library and other documents to a separate data partition. My 1TB nvme has 150MB EFI FAT32 partition, a 100GB ext4 root partition (Linux is installed here), and the remaining ~900GB as my ext4 data partition. This way, if you choose to install a different Linux, or blow away your root partition, you can relink your Steam/Music/Video Libraries and local AI models, and get up and running again very quickly.

    Outside of the disk, my top recommendation is to archive your active steam games, so you can restore them into Linux without fully re-downloading later. Additionally, unless your games are in Steam Cloud, you will also have a bit of a time restoring save files to the new OS, as the file paths will be different than you are used to on Windows.

    My second recommendation is to ensure secure boot is disabled in your BIOS; there are currently known issues with driver signing with the NVIDIA driver.

    Finally, assuming you’re on a Ubuntu-based distro like Mint, ensure you install Steam from the .deb or apt package, not the flatpak. On Mint, “Install Steam” is available right in the start menu.



  • Don’t bother with the cert if it’s not your job, but at least look into CCNA Routing and Switching. There are tons of courses available, both in person and online, as well as numerous YouTube videos on the subject.

    See if your local library or community college has an adult education center that provides a course. At some point, you will need to learn subnetting, which is just math, but practice makes perfect, and your life is easier if you have it committed to memory.

    Proper written work is still one of the most effective ways to do this.



  • Why are you running a VPN? If you are simply shielding your internet activity from your ISP, Google won’t give a shit where you sign in from.

    If you are browsing to shield your identity, you want to be fully disassociated with any non-secure browsing habits. If this is your use case, even if you are using discrete internet accounts, tracking cookies are common enough that, you would still be identifiable from your browser fingerprint. It all depends on what your risk factors are, and how much you want to spend to mitigate them.



  • The biggest mistake users will make is thinking their data is safe JUST because they have a NAS or a RAID. It’s common parlance in Systems Administration that RAID is NOT backup.

    To wit— not truly understanding RAID and how it relates to capacity, parity, and especially the time required to rebuild in failed disk situation. It is a crucial mistake to use RAID 5 with greater than 2TB disks, and even that is pushing it, but RAID 5 is at least in the zeitgeist.

    There are also some outside concerns such as Drive batch dates and knowing to pre-purchase spare disks well in advance that may hamper recovery.