Skip Navigation

Trying Linux after using Windows for decades

96

You're viewing a single thread.

96 comments
  • I figure this is a halfway decent place to ask, and it's on my mind. If there's a better place to ask, I'd love a point in the right direction, cause navigating lemmy well still eludes me.

    Looking to test out linux for the first time and I know fuck-all about the basics, and I have a couple of questions:

    spoiler

    gaming is my main use for my pc, and I've seen Bazzite and Pop_OS as recommendations, are these good starting points? Relevant system specs (I assume):

    • CPU: Intel i5-9600K (overclocked in BIOS)
    • GPU: NVIDIA RTX 2060 (overclocked with MSI afterburner)
    • 2 monitors setup, with my main setup for gsync ('adaptive-sync/freesync'). Both are ASUS monitors
    • I almost universally don't play games with anticheat, so I'm not concerned on that front (I've heard that's a big wall for linux gaming)
    spoiler

    I plan on using an SSD for testing linux because I have a spare available, but I'd like to eventually use my NVME that my current windows install is on for linux (after swapping windows to a different drive of course). Could I expect any issues by doing that, or should I set up NVME for linux before starting the dive?

    spoiler

    I'd like to be able to boot into windows or linux regularly (at least until I get my bearings and settle into it), but I've heard windows like to fuck with boot processes in some way? Any tips for avoiding boot issues?

    Again, if there's a better place to ask (I'm sure there is lol), I'd appreciate a mention for that too.

    Edit: collapsible spoilers are a damn godsend.

      1. I'd recommend pop os over bazzite because it's a more standard distro, bazzite is immutible (update entire system at once instead of individual apps, and part of the filesystem are read only. It's harder to break stuff on an immutible distro, but they're less common and most resources online are for normal distros). It isn't hard to get nvdia drivers working on pop os, so I'd just google it after you get it set up.

      2. I'd make sure your windows drive is unplugged before installing, so you don't accidentally wipe it! I've never dealt with swapping what drive the os is on, but I'd expect some stuff to break because the filesystem is pointing to unique IDs that no longer match. That shouldn't be hard to fix by googling the errors, but I'd watch out for it.

      3. Windows updates like to mess up bootloaders sometimes, I've never had that happen, so I don't have any advice there. Unplugging the windows drive when you instsl should help, and just make sure the default is to boot into linux, that way any auto restarts won't get into windows to mess stuff up unless you let it.

      c/pop_os@lemmy.world

      c/linux@lemmy.ml

      Could also be good places to ask

    • I recommend downloading the latest Linux Mint .iso file and using Rufus to create a bootable, live USB drive. Also, if your computer has an internal d: drive, I would recommend using that entire drive, instead of dual-booting from c: (I had a bad experience removing Linux from a dual boot system and getting the partitions back to normal). This way, you're not touching anything on your windows (c:) drive.

      If you’re really worried about messing up your c: drive, you can physically disconnect it while you’re installing Linux, so the Live installer only has one choice for installation. After you've installed Linux, change your boot order in BIOS to boot from your d: drive first. Once you’re sure Linux is working correctly, you can run “sudo update-grub” which will add your c: drive to the boot menu on the d: drive. This allows you to dual boot into either OS without touching anything on your c: drive (so the boot menu will be on d:, your linux drive). Grub will let you choose between continuing to boot from d: or to boot windows on c: without you having to change the boot order every time in BIOS.

      If you use Steam to manage your games library, you're really going to like that Steam has been developing a proprietary Wine wrapper, called Proton, which lets you run all your Steam games from Linux. Steam also has a native linux client. So all the Steam games you backed up on windows, you can restore on Linux. I've run everything from Unreal Gold, to Witcher 3 to Techtonica to Fallout 4 without any problems.

    • my gear

      I still use HDDs because my 2 PCs are very old. But they both run versions of Linux mint 21.3 (the current release) without issue. Mint xfce on my 15 year old optiplex with 4Gb ram.(because 2 slots are fried) My other different model optiplex (also about 15 years old) has mint xfce, mint, another mint (different purposes) a shared volume, a timeshift partition (snapshots) on a 1tb hdd and windows on its original 320mb drive. 8Gb ram, onboard video, external soundcard

      things

      Over clocking on Linux... Not sure if necessary? Linux uses a CPU governor which throttles or maxes CPU based on .. Things. Same with memory.

      I don't play games, but I do run other processor heavy stuff. I know nvidia has/had issues depending on certain seemingly random things. Their drivers, I believe, are mostly NOT open source.
      WINE is a godsend, especially the latest version 8. Wine gives you the ability to natively rum most windows apps. (Some run better on Linux, lol) You could install windows as a VM, too. But wine works for what I need (fl studio basically)

      booting issues

      If you dual boot, windows must be installed first. Windows (MBR) and Linux (GPT or MBR) use different partition table types. Windows stores the boot loader in the MBR (master boot record) which is usually the first 100mb of a disk. Linux gpt can install boot record to disk (/dev/sda), to disk boot partition(/dev/sda6), and to BIOS. Windows will often overwrite the Linux boot loader (GRUB) Boot menus in Linux are fully customisable text files. They can be simple text menus, or fancy graphical ones. When GRUB is.used it finds other OSs on your disks. It makes a menu. It works. Separate drives helps. Linux isn't limited to 4 logical volumes or the need for extended partitions. Linux can see all filesystem types. Windows?

      ::: filesystem's Linux uses a fuckton of different filesystems for different functions (Linux is at its core -simple, but it is voluminous in the knowledge base - 15 years later and I'm still going, 'oh, that's cool, I didn't know I could do that) Anyway, the main fs on Linux is ext4, but it can read/write/modify NTFS, fat, vfs, luks, and on and on. Windows does NTFS and fat. :::

      ::: don't be scared The terminal is actually, really, truly, for real, your best friend and portal to power potential :::

      Resources may seem overwhelming at first. Linux uses a lot of words to do things. The GUI has gotten prettier, but the real customisation comes in text files(all of Linux is text files) there's not registry that is mostly unreadable/unusable.

      Linux manages resources much better (Maybe because it doesn't try to stuff ads all over the place and spy on you)

      Use the manpages man7.org or sjmilar Use archwiki.org Use bash.org Use your distros site (or use Ubuntu.com or Debian.org for deb/Ubuntu variants like mint)

      Learn your package manager. (Apt, pacman, whatever it is). Install apps from there. Unless trusted or you've reviewed the code, avoiding installation from websitez is good practice.

      Everything is a text file. Configuration files are usually easily readable and configurable. Though some may be in json and some in Java and some in Matlab and some in sh and some in plaintext (the joys of not having monolithic monopolies controlling everything)

      Anyway. Its late. I've rambled. Happy fossing

    • Consider Nobara for gaming!

    • For both 2 & 3 the answer is the same:

      Having Mint and Windows on the same machine will end up with a completely fucked boot drive if you're not super careful.

      When I installed Mint on an NVME I installed specifically for it, either it or windows decided that the boot info should be placed on my SSD with Windows and not on the same NVME as mint (as I wanted, as windows was literally just a dead data drive to me at this point that happened to be bootable), so when it came time for the wipe and swap of drives I suddenly couldn't boot anything

      Minor headache to get boot repair rolling and get everything set up properly to the partition I'd made on the NVME, but the googling I did to fix this taught me that Mint and Windows Dual-Boot is a question of "when and what will fuck Up" rather than "if it will"

      My advice would be to just read carefully what's happening when you do drive shit and to keep a working boot USB for mint (should do this anyway, but keep it updated) for at least as long as you're dual booting. Boot repair WILL save you, its very easy to use, and remember the words emblazoned on that amazing book: Don't Panic

    • my gear

      I still use HDDs because my 2 PCs are very old. But they both run versions of Linux mint 21.3 (the current release) without issue. Mint xfce on my 15 year old optiplex with 4Gb ram.(because 2 slots are fried) My other different model optiplex (also about 15 years old) has mint xfce, mint, another mint (different purposes) a shared volume, a timeshift partition (snapshots) on a 1tb hdd and windows on its original 320mb drive. 8Gb ram, onboard video, external soundcard

      things

      Over clocking on Linux... Not sure if necessary? Linux uses a CPU governor which throttles or maxes CPU based on .. Things. Same with memory.

      I don't play games, but I do run other processor heavy stuff. I know nvidia has/had issues depending on certain seemingly random things. Their drivers, I believe, are mostly NOT open source.
      WINE is a godsend, especially the latest version 8. Wine gives you the ability to natively rum most windows apps. (Some run better on Linux, lol) You could install windows as a VM, too. But wine works for what I need (fl studio basically)

      booting issues

      If you dual boot, windows must be installed first. Windows (MBR) and Linux (GPT or MBR) use different partition table types. Windows stores the boot loader in the MBR (master boot record) which is usually the first 100mb of a disk. Linux gpt can install boot record to disk (/dev/sda), to disk boot partition(/dev/sda6), and to BIOS. Windows will often overwrite the Linux boot loader (GRUB) Boot menus in Linux are fully customisable text files. They can be simple text menus, or fancy graphical ones. When GRUB is.used it finds other OSs on your disks. It makes a menu. It works. Separate drives helps. Linux isn't limited to 4 logical volumes or the need for extended partitions. Linux can see all filesystem types. Windows?

      ::: filesystem's Linux uses a fuckton of different filesystems for different functions (Linux is at its core -simple, but it is voluminous in the knowledge base - 15 years later and I'm still going, 'oh, that's cool, I didn't know I could do that) Anyway, the main fs on Linux is ext4, but it can read/write/modify NTFS, fat, vfs, luks, and on and on. Windows does NTFS and fat. :::

      ::: don't be scared The terminal is actually, really, truly, for real, your best friend and portal to power potential :::

      Resources may seem overwhelming at first. Linux uses a lot of words to do things. The GUI has gotten prettier, but the real customisation comes in text files(all of Linux is text files) there's not registry that is mostly unreadable/unusable.

      Linux manages resources much better (Maybe because it doesn't try to stuff ads all over the place and spy on you)

      Use the manpages man7.org or sjmilar Use archwiki.org Use bash.org Use your distros site (or use Ubuntu.com or Debian.org for deb/Ubuntu variants like mint)

      Learn your package manager. (Apt, pacman, whatever it is). Install apps from there. Unless trusted or you've reviewed the code, avoiding installation from websitez is good practice.

      Everything is a text file. Configuration files are usually easily readable and configurable. Though some may be in json and some in Java and some in Matlab and some in sh and some in plaintext (the joys of not having monolithic monopolies controlling everything)

      Anyway. Its late. I've rambled. Happy fossing

    • my gear

      I still use HDDs because my 2 PCs are very old. But they both run versions of Linux mint 21.3 (the current release) without issue. Mint xfce on my 15 year old optiplex with 4Gb ram.(because 2 slots are fried) My other different model optiplex (also about 15 years old) has mint xfce, mint, another mint (different purposes) a shared volume, a timeshift partition (snapshots) on a 1tb hdd and windows on its original 320mb drive. 8Gb ram, onboard video, external soundcard

      things

      Over clocking on Linux... Not sure if necessary? Linux uses a CPU governor which throttles or maxes CPU based on .. Things. Same with memory.

      I don't play games, but I do run other processor heavy stuff. I know nvidia has/had issues depending on certain seemingly random things. Their drivers, I believe, are mostly NOT open source.
      WINE is a godsend, especially the latest version 8. Wine gives you the ability to natively rum most windows apps. (Some run better on Linux, lol) You could install windows as a VM, too. But wine works for what I need (fl studio basically)

      booting issues

      If you dual boot, windows must be installed first. Windows (MBR) and Linux (GPT or MBR) use different partition table types. Windows stores the boot loader in the MBR (master boot record) which is usually the first 100mb of a disk. Linux gpt can install boot record to disk (/dev/sda), to disk boot partition(/dev/sda6), and to BIOS. Windows will often overwrite the Linux boot loader (GRUB) Boot menus in Linux are fully customisable text files. They can be simple text menus, or fancy graphical ones. When GRUB is.used it finds other OSs on your disks. It makes a menu. It works. Separate drives helps. Linux isn't limited to 4 logical volumes or the need for extended partitions. Linux can see all filesystem types. Windows?

      ::: filesystem's Linux uses a fuckton of different filesystems for different functions (Linux is at its core -simple, but it is voluminous in the knowledge base - 15 years later and I'm still going, 'oh, that's cool, I didn't know I could do that) Anyway, the main fs on Linux is ext4, but it can read/write/modify NTFS, fat, vfs, luks, and on and on. Windows does NTFS and fat. :::

      ::: don't be scared The terminal is actually, really, truly, for real, your best friend and portal to power potential :::

      Resources may seem overwhelming at first. Linux uses a lot of words to do things. The GUI has gotten prettier, but the real customisation comes in text files(all of Linux is text files) there's not registry that is mostly unreadable/unusable.

      Linux manages resources much better (Maybe because it doesn't try to stuff ads all over the place and spy on you)

      Use the manpages man7.org or sjmilar Use archwiki.org Use bash.org Use your distros site (or use Ubuntu.com or Debian.org for deb/Ubuntu variants like mint)

      Learn your package manager. (Apt, pacman, whatever it is). Install apps from there. Unless trusted or you've reviewed the code, avoiding installation from websitez is good practice.

      Everything is a text file. Configuration files are usually easily readable and configurable. Though some may be in json and some in Java and some in Matlab and some in sh and some in plaintext (the joys of not having monolithic monopolies controlling everything)

      Anyway. Its late. I've rambled. Happy fossing

    • ::: my gear

      I still use HDDs because my 2 PCs are very old. But they both run versions of Linux mint 21.3 (the current release) without issue. Mint xfce on my 15 year old optiplex with 4Gb ram.(because 2 slots are fried) My other different model optiplex (also about 15 years old) has mint xfce, mint, another mint (different purposes) a shared volume, a timeshift partition (snapshots) on a 1tb hdd and windows on its original 320mb drive. 8Gb ram, onboard video, external soundcard :::

      ::: things Over clocking on Linux... Not sure if necessary? Linux uses a CPU governor which throttles or maxes CPU based on .. Things. Same with memory.

      I don't play games, but I do run other processor heavy stuff. I know nvidia has/had issues depending on certain seemingly random things. Their drivers, I believe, are mostly NOT open source.
      WINE is a godsend, especially the latest version 8. Wine gives you the ability to natively rum most windows apps. (Some run better on Linux, lol) You could install windows as a VM, too. But wine works for what I need (fl studio basically) :::

      ::: booting issues If you dual boot, windows must be installed first. Windows (MBR) and Linux (GPT or MBR) use different partition table types. Windows stores the boot loader in the MBR (master boot record) which is usually the first 100mb of a disk. Linux gpt can install boot record to disk (/dev/sda), to disk boot partition(/dev/sda6), and to BIOS. Windows will often overwrite the Linux boot loader (GRUB) Boot menus in Linux are fully customisable text files. They can be simple text menus, or fancy graphical ones. When GRUB is.used it finds other OSs on your disks. It makes a menu. It works. Separate drives helps. Linux isn't limited to 4 logical volumes or the need for extended partitions. Linux can see all filesystem types. Windows? :::

      ::: filesystem's Linux uses a fuckton of different filesystems for different functions (Linux is at its core -simple, but it is voluminous in the knowledge base - 15 years later and I'm still going, 'oh, that's cool, I didn't know I could do that) Anyway, the main fs on Linux is ext4, but it can read/write/modify NTFS, fat, vfs, luks, and on and on. Windows does NTFS and fat. :::

      ::: don't be scared The terminal is actually, really, truly, for real, your best friend and portal to power potential :::

      Resources may seem overwhelming at first. Linux uses a lot of words to do things. The GUI has gotten prettier, but the real customisation comes in text files(all of Linux is text files) there's not registry that is mostly unreadable/unusable.

      Linux manages resources much better (Maybe because it doesn't try to stuff ads all over the place and spy on you)

      Use the manpages man7.org or sjmilar Use archwiki.org Use bash.org Use your distros site (or use Ubuntu.com or Debian.org for deb/Ubuntu variants like mint)

      Learn your package manager. (Apt, pacman, whatever it is). Install apps from there. Unless trusted or you've reviewed the code, avoiding installation from websitez is good practice.

      Everything is a text file. Configuration files are usually easily readable and configurable. Though some may be in json and some in Java and some in Matlab and some in sh and some in plaintext (the joys of not having monolithic monopolies controlling everything)

      Anyway. Its late. I've rambled. Happy fossing

    • ::: my gear

      I still use HDDs because my 2 PCs are very old. But they both run versions of Linux mint 21.3 (the current release) without issue. Mint xfce on my 15 year old optiplex with 4Gb ram.(because 2 slots are fried) My other different model optiplex (also about 15 years old) has mint xfce, mint, another mint (different purposes) a shared volume, a timeshift partition (snapshots) on a 1tb hdd and windows on its original 320mb drive. 8Gb ram, onboard video, external soundcard

      :::

      :::things Over clocking on Linux... Not sure if necessary? Linux uses a CPU governor which throttles or maxes CPU based on .. Things. Same with memory.

      I don't play games, but I do run other processor heavy stuff. I know nvidia has/had issues depending on certain seemingly random things. Their drivers, I believe, are mostly NOT open source.
      WINE is a godsend, especially the latest version 8. Wine gives you the ability to natively rum most windows apps. (Some run better on Linux, lol) You could install windows as a VM, too. But wine works for what I need (fl studio basically) :::

      ::: booting issues If you dual boot, windows must be installed first. Windows (MBR) and Linux (GPT or MBR) use different partition table types. Windows stores the boot loader in the MBR (master boot record) which is usually the first 100mb of a disk. Linux gpt can install boot record to disk (/dev/sda), to disk boot partition(/dev/sda6), and to BIOS. Windows will often overwrite the Linux boot loader (GRUB) Boot menus in Linux are fully customisable text files. They can be simple text menus, or fancy graphical ones. When GRUB is.used it finds other OSs on your disks. It makes a menu. It works. Separate drives helps. Linux isn't limited to 4 logical volumes or the need for extended partitions. Linux can see all filesystem types. Windows? :::

      ::: filesystem's Linux uses a fuckton of different filesystems for different functions (Linux is at its core -simple, but it is voluminous in the knowledge base - 15 years later and I'm still going, 'oh, that's cool, I didn't know I could do that) Anyway, the main fs on Linux is ext4, but it can read/write/modify NTFS, fat, vfs, luks, and on and on. Windows does NTFS and fat. :::

      ::: don't be scared The terminal is actually, really, truly, for real, your best friend and portal to power potential :::

      Resources may seem overwhelming at first. Linux uses a lot of words to do things. The GUI has gotten prettier, but the real customisation comes in text files(all of Linux is text files) there's not registry that is mostly unreadable/unusable.

      Linux manages resources much better (Maybe because it doesn't try to stuff ads all over the place and spy on you)

      Use the manpages man7.org or sjmilar Use archwiki.org Use bash.org Use your distros site (or use Ubuntu.com or Debian.org for deb/Ubuntu variants like mint)

      Learn your package manager. (Apt, pacman, whatever it is). Install apps from there. Unless trusted or you've reviewed the code, avoiding installation from websitez is good practice.

      Everything is a text file. Configuration files are usually easily readable and configurable. Though some may be in json and some in Java and some in Matlab and some in sh and some in plaintext (the joys of not having monolithic monopolies controlling everything)

      Anyway. Its late. I've rambled. Happy fossing

    • ::: my gear

      I still use HDDs because my 2 PCs are very old. But they both run versions of Linux mint 21.3 (the current release) without issue. Mint xfce on my 15 year old optiplex with 4Gb ram.(because 2 slots are fried) My other different model optiplex (also about 15 years old) has mint xfce, mint, another mint (different purposes) a shared volume, a timeshift partition (snapshots) on a 1tb hdd and windows on its original 320mb drive. 8Gb ram, onboard video, external soundcard

      :::

      :::things Over clocking on Linux... Not sure if necessary? Linux uses a CPU governor which throttles or maxes CPU based on .. Things. Same with memory.

      I don't play games, but I do run other processor heavy stuff. I know nvidia has/had issues depending on certain seemingly random things. Their drivers, I believe, are mostly NOT open source.
      WINE is a godsend, especially the latest version 8. Wine gives you the ability to natively rum most windows apps. (Some run better on Linux, lol) You could install windows as a VM, too. But wine works for what I need (fl studio basically) :::

      ::: booting issues If you dual boot, windows must be installed first. Windows (MBR) and Linux (GPT or MBR) use different partition table types. Windows stores the boot loader in the MBR (master boot record) which is usually the first 100mb of a disk. Linux gpt can install boot record to disk (/dev/sda), to disk boot partition(/dev/sda6), and to BIOS. Windows will often overwrite the Linux boot loader (GRUB) Boot menus in Linux are fully customisable text files. They can be simple text menus, or fancy graphical ones. When GRUB is.used it finds other OSs on your disks. It makes a menu. It works. Separate drives helps. Linux isn't limited to 4 logical volumes or the need for extended partitions. Linux can see all filesystem types. Windows? :::

      ::: filesystem's Linux uses a fuckton of different filesystems for different functions (Linux is at its core -simple, but it is voluminous in the knowledge base - 15 years later and I'm still going, 'oh, that's cool, I didn't know I could do that) Anyway, the main fs on Linux is ext4, but it can read/write/modify NTFS, fat, vfs, luks, and on and on. Windows does NTFS and fat. :::

      ::: don't be scared The terminal is actually, really, truly, for real, your best friend and portal to power potential :::

      Resources may seem overwhelming at first. Linux uses a lot of words to do things. The GUI has gotten prettier, but the real customisation comes in text files(all of Linux is text files) there's not registry that is mostly unreadable/unusable.

      Linux manages resources much better (Maybe because it doesn't try to stuff ads all over the place and spy on you)

      Use the manpages man7.org or sjmilar Use archwiki.org Use bash.org Use your distros site (or use Ubuntu.com or Debian.org for deb/Ubuntu variants like mint)

      Learn your package manager. (Apt, pacman, whatever it is). Install apps from there. Unless trusted or you've reviewed the code, avoiding installation from websitez is good practice.

      Everything is a text file. Configuration files are usually easily readable and configurable. Though some may be in json and some in Java and some in Matlab and some in sh and some in plaintext (the joys of not having monolithic monopolies controlling everything)

      Anyway. Its late. I've rambled. Happy fossing

    • my gear

      I still use HDDs because my 2 PCs are very old. But they both run versions of Linux mint 21.3 (the current release) without issue. Mint xfce on my 15 year old optiplex with 4Gb ram.(because 2 slots are fried) My other different model optiplex (also about 15 years old) has mint xfce, mint, another mint (different purposes) a shared volume, a timeshift partition (snapshots) on a 1tb hdd and windows on its original 320mb drive. 8Gb ram, onboard video, external soundcard

      things

      Over clocking on Linux... Not sure if necessary? Linux uses a CPU governor which throttles or maxes CPU based on .. Things. Same with memory.

      I don't play games, but I do run other processor heavy stuff. I know nvidia has/had issues depending on certain seemingly random things. Their drivers, I believe, are mostly NOT open source.
      WINE is a godsend, especially the latest version 8. Wine gives you the ability to natively rum most windows apps. (Some run better on Linux, lol) You could install windows as a VM, too. But wine works for what I need (fl studio basically)

      booting issues

      If you dual boot, windows must be installed first. Windows (MBR) and Linux (GPT or MBR) use different partition table types. Windows stores the boot loader in the MBR (master boot record) which is usually the first 100mb of a disk. Linux gpt can install boot record to disk (/dev/sda), to disk boot partition(/dev/sda6), and to BIOS. Windows will often overwrite the Linux boot loader (GRUB) Boot menus in Linux are fully customisable text files. They can be simple text menus, or fancy graphical ones. When GRUB is.used it finds other OSs on your disks. It makes a menu. It works. Separate drives helps. Linux isn't limited to 4 logical volumes or the need for extended partitions. Linux can see all filesystem types. Windows?

      ::: filesystem's Linux uses a fuckton of different filesystems for different functions (Linux is at its core -simple, but it is voluminous in the knowledge base - 15 years later and I'm still going, 'oh, that's cool, I didn't know I could do that) Anyway, the main fs on Linux is ext4, but it can read/write/modify NTFS, fat, vfs, luks, and on and on. Windows does NTFS and fat. :::

      ::: don't be scared The terminal is actually, really, truly, for real, your best friend and portal to power potential :::

      Resources may seem overwhelming at first. Linux uses a lot of words to do things. The GUI has gotten prettier, but the real customisation comes in text files(all of Linux is text files) there's not registry that is mostly unreadable/unusable.

      Linux manages resources much better (Maybe because it doesn't try to stuff ads all over the place and spy on you)

      Use the manpages man7.org or sjmilar Use archwiki.org Use bash.org Use your distros site (or use Ubuntu.com or Debian.org for deb/Ubuntu variants like mint)

      Learn your package manager. (Apt, pacman, whatever it is). Install apps from there. Unless trusted or you've reviewed the code, avoiding installation from websitez is good practice.

      Everything is a text file. Configuration files are usually easily readable and configurable. Though some may be in json and some in Java and some in Matlab and some in sh and some in plaintext (the joys of not having monolithic monopolies controlling everything)

      Anyway. Its late. I've rambled. Happy fossing

    • my gear

      I still use HDDs because my 2 PCs are very old. But they both run versions of Linux mint 21.3 (the current release) without issue. Mint xfce on my 15 year old optiplex with 4Gb ram.(because 2 slots are fried) My other different model optiplex (also about 15 years old) has mint xfce, mint, another mint (different purposes) a shared volume, a timeshift partition (snapshots) on a 1tb hdd and windows on its original 320mb drive. 8Gb ram, onboard video, external soundcard

      things

      Over clocking on Linux... Not sure if necessary? Linux uses a CPU governor which throttles or maxes CPU based on .. Things. Same with memory.

      I don't play games, but I do run other processor heavy stuff. I know nvidia has/had issues depending on certain seemingly random things. Their drivers, I believe, are mostly NOT open source.
      WINE is a godsend, especially the latest version 8. Wine gives you the ability to natively rum most windows apps. (Some run better on Linux, lol) You could install windows as a VM, too. But wine works for what I need (fl studio basically)

      booting issues

      If you dual boot, windows must be installed first. Windows (MBR) and Linux (GPT or MBR) use different partition table types. Windows stores the boot loader in the MBR (master boot record) which is usually the first 100mb of a disk. Linux gpt can install boot record to disk (/dev/sda), to disk boot partition(/dev/sda6), and to BIOS. Windows will often overwrite the Linux boot loader (GRUB) Boot menus in Linux are fully customisable text files. They can be simple text menus, or fancy graphical ones. When GRUB is.used it finds other OSs on your disks. It makes a menu. It works. Separate drives helps. Linux isn't limited to 4 logical volumes or the need for extended partitions. Linux can see all filesystem types. Windows?

      ::: filesystem's Linux uses a fuckton of different filesystems for different functions (Linux is at its core -simple, but it is voluminous in the knowledge base - 15 years later and I'm still going, 'oh, that's cool, I didn't know I could do that) Anyway, the main fs on Linux is ext4, but it can read/write/modify NTFS, fat, vfs, luks, and on and on. Windows does NTFS and fat. :::

      ::: don't be scared The terminal is actually, really, truly, for real, your best friend and portal to power potential :::

      Resources may seem overwhelming at first. Linux uses a lot of words to do things. The GUI has gotten prettier, but the real customisation comes in text files(all of Linux is text files) there's not registry that is mostly unreadable/unusable.

      Linux manages resources much better (Maybe because it doesn't try to stuff ads all over the place and spy on you)

      Use the manpages man7.org or sjmilar Use archwiki.org Use bash.org Use your distros site (or use Ubuntu.com or Debian.org for deb/Ubuntu variants like mint)

      Learn your package manager. (Apt, pacman, whatever it is). Install apps from there. Unless trusted or you've reviewed the code, avoiding installation from websitez is good practice.

      Everything is a text file. Configuration files are usually easily readable and configurable. Though some may be in json and some in Java and some in Matlab and some in sh and some in plaintext (the joys of not having monolithic monopolies controlling everything)

      Anyway. Its late. I've rambled. Happy fossing

You've viewed 96 comments.