For me it’s installing a new OS every six months for a fun new experience.
I have a USB drive bay. Just swap disks to play around with other distros. It’s pretty neat too
I installed ubuntu on my workstation in 2013 and have upgraded the OS since. I’ve swapped out the motherboard and added 5 drives in raid6. The thing morphed from a desktop into a server over the years. The only original HW is the case (power supply died a few years ago). I never really concidered wiping & installing a new OS.
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! 😅
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.
Most distros follow the Filesystem Hierarchy Standard
Edit: also, check out this video by Fireship
Thanks for this. New linux user and this helped me understand a bit better why files go where they go.
Who cares with storage nowadays? I just use filelight or command line based tools to determine big storage hogs when I need to
I just mean, do you ever get scared of showing hidden files in your hone directory? My install isn’t even a year old, and I do.
I thought the point of Linux was not doing this every year like with Windows?
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.
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
The Arch Linux Wiki is an incredible resource, even if you’re running another distro. Most of it is pretty universal (other than specific commands like the package manager), and it explains how everything functions and fits together. If I’m troubleshooting, it’s always my first stop.
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.
I would recommend reading the manuals yes. Their are many manuals and not all are equal. The man pages can feel a bit strange as they list everything the software can do. To learn I found the archwiki to be better. (Also info manuals but many people are weirded out by the controls used to read these.)
Also don’t blame yourself for reinstalling if you mess up. It’s normal especially if you need the computer to actually work in a timely fashion
Getting comfortable with manpages and regex will get you pretty far, this is a really great resource for beginners (available for free as .pdf):
Yep tinkering with the system is probably the main issue (for that NixOS is awesome btw.). But even when you’re not constantly tinkering. System-State accumulates over time, bugs are also apparent in (upgrading of) distros, and the maintainers of a distro cannot realistically handle every upgrade time-point x -> y, so stuff will likely break after some time.
But even when I have fixed all the issues in my previous at some time broken distros, at some point it just feels good to have a freshly installed system without all that dirty accumulated state (NixOS + impermanence and you’ll have that every reboot :P, see also this)
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.
I have 3 clones of my 10yo Manjaro desktop install running on other hardware around my network, including a Proxmox VM. It just jumps across, fires up and I fix the hostname, good to go.
Cloning a base image and creating VMs from it is one of the coolest things. I do it for my VMs on my Proxmox cluster any time i need a new server for something - and yeah just copying my dev desktop to my new laptop for going to a conference was such a great way to avoid hours of setup
I’ve gone from windows 7 to windows 10 to windows 11 all without a reformat.
Whose doing it every year with Windows? I’ve had it for years and only reinstalled once when I got a bunch of new hardware
I reinstall about every 6 months, or whenever there is a big feature update. It’s rather noticeable when running benchmarks that performance drops over time mostly 0.1% lows.
Especially when running a stripped install, Microsoft somehow always finds a way to enable shit again or reinstall bloat with updates.
This, plus I’ve found corruption to be a way bigger issue on Windows. I had been using a Win10 install for about 5 years and eventually it just stopped booting and I had to reformat. Maybe it was my SSD, but I’ve been running Linux on that same SSD ever since then with 0 issues.
What do you change after a clean Windows install? I used to have a script that would turn everything off but it doesn’t work anymore.
It is nowhere near necessary to reinstall the OS to fix anything… at least for Mint and Raspbian which are the two I’ve used over the last decade. I may have done an upgrade on mint a few times. Otherwise it chugged on merrily.
PS: now that I think about it I’ve never reinstalled windows on my old laptop either. I like to find the root cause of problems and fix them rather than giving up and reinstalling… call me crazy?
I thought we ditched Windows because we were tired of doing that?
Reinstalling is Windows user logic. On Linux your supposed to fix things in place.
Fixing things in place in windows is a nightmare for the most part. Users are dumb fucks. Power users and admins are mostly the same. With a consequence that when you have a real obscure problem, there is no documentation by anyone anywhere. Certainly not microsoft with their posh ‘documentation’ that really doesn’t explain a thing.
Doesn’t really help either that they change things with every minor update. And their basic structure is one big mess of mixed environments and totally diffferent visions. Let’s not even talk about their scripting language where nothing has standard behaviour.
Ffs I hate microsoft. I’ve been managing that piece of shit for way too long.