• 6 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: March 4th, 2023

help-circle




  • Usually, I do the simplest thing: all the stuff goes on one big ext4 partition. I don't make a separate partition for /home. I'll make a swap partition if I can remember but I've forgotten to do that before and nothing bad happened. The bootloader goes on a fat32 /boot/efi on the same drive as whatever the Linux install is on. This way I can swap around the drive to different pcs if I have to or easily change/upgrade drives without having to reinstall all my stuff.

    This strategy works for dual booting Windows also. I'll put the windows install all on its own separate drive so it won't try to erase grub during a disk check or something. That happened one time. Also, by putting Windows and Linux on separate drives you can use the bios to boot between Windows or Linux if you mess up one of the bootloaders.




  • Computer parts are expensive. My pc specs are more of a downward graph. ddr3 ftw. Am4 b550 stuff isn't good enough to warrant an upgrade and b650 motherboards with their stupid overpriced ddr5 ram are too expensive to be worth it.

    I already have ddr4 ram from my "old" but newer motherboard that stopped working (before someone points out ram prices and is like uhm ACKTUALLY)



  • PeterPoopshit@lemmy.mltoProgrammer Humor@lemmy.mlthis is right way
    ·
    edit-2
    1 year ago

    Another thing stackoverflow is good for is if you're like 14, don't really know programming that well and can't quite comprehend what you're doing but know how to copy and paste code then fidget around with it until your ide stops complaining and it compiles and all works together.