top 50 comments

sorted by: hot top controversial new old
[–] 73 points 2 years ago (2 children)

For me it's installing a new OS every six months for a fun new experience.

  • source
  • hideshow 3 child comments
  • load more comments (1 reply)
    [–] 65 points 2 years ago (2 children)

    LoL my current Gentoo system was installed like 12 years ago and moved on 5 different hardware platforms without a proper reinstall.

    I have said myself to never peek in the /etc directory for any reason! πŸ˜…

  • source
  • hideshow 4 child comments
  • [–] 10 points 2 years ago (1 child)

    I know a little linux, but obviously I'm still learning. I've picked up everything I know on my own, for the most part - internet guides from the linux community tend to be pretty solid, and I know enough to not totally FUBAR my system.

    Is there a listing of standard linux directories and what they're for? Lite /etc, things like that. Because I seem to find bits of different stuff in a variety of directories.

    I've recently moved to linux on my gaming rig, which is my daily driver - that being said, it is mainly for gaming. Anything can surf the web or play videos and shit, for the most part.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 17 points 2 years ago* (last edited 2 years ago) (1 child)

    Most distros follow the Filesystem Hierarchy Standard

    Edit: also, check out this video by Fireship

  • source
  • parent
  • hideshow 2 child comments
  • [–] 55 points 2 years ago (11 children)

    I thought the point of Linux was not doing this every year like with Windows?

  • source
  • hideshow 16 child comments
  • [–] 45 points 2 years ago (2 children)

    Realistically you don't have to if you're not constantly tinkering, but if you're changing a lot of low-level stuff without knowing what you're doing, you have the ability to break things. If you don't know how to fix them, then it's easier to just reformat. Basically it's a skill issue lol.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 7 points 2 years ago (5 children)

    I've broke things often and had to reinstall a lot because I didn't know what I was doing. Still kinda don't know, but do y'all recommend anyways to learn the knowledge?

    Like I could probably read through man pages but I want something that shows how everything builds on each other to fill any gaps I'm missing

  • source
  • parent
  • hideshow 7 child comments
  • [–] 7 points 2 years ago*

    Just keep breaking stuff! It means your learning and trying new things, for the most part. Eventually you'll just break stuff less and less or know what to look for when something breaks. On that note do try to struggle with something a little bit before rolling back or reinstalling.

  • source
  • parent
  • load more comments (3 replies)
  • load more comments (1 reply)
  • [–] 13 points 2 years ago (2 children)

    I've been running the same installation of Manjaro since 2018, across three different machines. Each time I've upgraded hardware I just pop the SSD out and stick it in the new motherboard. Zero instability or troubles from that. Meanwhile I've done that to my wife's Windows PC and it resulted in going through a whole rigmarole with calling Microsoft because the OS install was suddenly no longer activated.

    Linux didn't even care that I went from AMD to Intel to AMD.

  • source
  • parent
  • hideshow 2 child comments
  • load more comments (2 replies)
  • load more comments (6 replies)
    [–] 34 points 2 years ago (2 children)

    I thought we ditched Windows because we were tired of doing that?

  • source
  • hideshow 4 child comments
  • [–] 32 points 2 years ago (3 children)

    Reinstalling is Windows user logic. On Linux your supposed to fix things in place.

  • source
  • hideshow 3 child comments
  • load more comments (3 replies)
    [–] 22 points 2 years ago* (last edited 2 years ago) (1 child)

    Not reinstalling the OS but instead booting a rescue disk and painstakingly fixing your mistake 😎

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)
    [–] 20 points 2 years ago (3 children)

    My Windows installation breaks and has to be installed every 9 months on average and its so fun

  • source
  • hideshow 4 child comments
  • load more comments (2 replies)
    [–] 15 points 2 years ago

    The beauty of Linux, you can not upgrade, or upgrade, migrate, or reinstall. You can script the install, so it's barebones+custom. Freedom is sweet.

  • source
  • [–] 14 points 2 years ago (4 children)

    reinstalling the os because im to lazy to clean the drives

  • source
  • hideshow 4 child comments
  • load more comments (4 replies)
    [–] 13 points 2 years ago (1 child)

    Then there's me, reinstalling the OS because it's quicker than installing the three months' worth of updates I forgot about.

  • source
  • hideshow 2 child comments
  • [–] 7 points 2 years ago (2 children)

    The main downside to a rolling release distro, with that much drift there's a good chance something will install that conflicts with something else, and nobody can really help because the only real way to replicate your install is to go back in time and do the same thing

  • source
  • parent
  • hideshow 3 child comments
  • load more comments (1 reply)
  • [–] 12 points 2 years ago* (last edited 2 years ago)

    NixOS is great, you can even have it automatically reinstall and wipe your garbage with Impermanence lol

  • source
  • [–] 11 points 2 years ago

    I actually do that. It forces me to backup the most necessary things and throw away the rest, hence making the OS feel cleaner.

  • source
  • [–] 11 points 2 years ago (1 child)

    So am I the only one distro hopping for fun?

  • source
  • hideshow 2 child comments
  • [–] 10 points 2 years ago (1 child)
    load more comments (1 reply)
    [–] 9 points 2 years ago

    I never reinstall and always recover. Even when migrating from notebook to PC I just dd-ed it and fixed fstab. My current system is 5 years old :)

  • source
  • [–] 9 points 2 years ago* (3 children)

    Why would you reinstall NixOS, like, ever?

    Heck even moving it to another partition isn't really a re-install as it'll happily create the exact 1:1 same system based on nothing but the configuration file, change nothing but the id of the root partition (you'll have to move over /home manually, though).

    And if you mess up your configuration either roll back instantly, or fix it in situ in case you already gc'ed the old stuff. It's practically impossible to get it into a non-booting state without literally ripping out the disk it's installed on (or, well, Windows messing up the bootloader or something). Even if you run unstable on the whole system every single commit on that branch is tested to not break boot and rollback.

    Oh just one thing: Don't skimp on the size of your EFI partition. 100M are definitely borderline when you have both NixOS and Windows booting from it, those kernels and initrds have gotten quite large over the years and you'll need to be able to fit, bare minimum, two of both.

  • source
  • hideshow 4 child comments
  • load more comments (2 replies)
    [–] 9 points 2 years ago (1 child)

    Reinstalling every 6 months to feel like new was Windows 95, 98, XP, etc

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)

    Nixos is amazing just saying

  • source
  • [–] 9 points 2 years ago (4 children)

    I didn't reinstall my system for 5 years

  • source
  • hideshow 5 child comments
  • load more comments (3 replies)
    [–] 8 points 2 years ago*

    Remember the windows XP & HDD days when you would reinstall windows every new year so it ran smoother xd

  • source
  • [–] 7 points 2 years ago* (2 children)

    stares at Debian Bookworm VPS that's been upgraded in-place and hasn't been reformatted since Debian Etch (2007)

  • source
  • hideshow 2 child comments
  • load more comments (2 replies)
    load more comments
    view more: next β€Ί