this post was submitted on 28 Dec 2024
68 points (94.7% liked)

Linux

48743 readers
822 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
68
submitted 1 day ago* (last edited 1 day ago) by [email protected] to c/[email protected]
 

I'm on Linux for a couple of years and I love it. Distrohoping never interested me though, I'm content with my flavour. But I need to reinstall my OS soon and it gives me headaches. So many settings I changed, applications I installed, configured and forgot about.
Now I read about all you guys constantly distrohopping for fun, how do you even do this? Do you start from scratch, explore everything and leave after months of putting in all the work of making an OS your own!? Or do you just casually check it out a couple of days? What do you do with all your music, pictures, addons, portable software?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 day ago* (last edited 1 day ago)

I use virtual machines and live usbs to try out distros when I'm thinking of a change. That gives you a chance to get a feel for the design philosophy of a distro and whether it works for you.

As others have said, back up is really important. You can back up a lot of settings and preferences and bring them to a new distro. They're stored in your home directory in folders like .config and .local.

I keep a back up of my /home folder. I'm also a KDE main so use Konsave to specifically back up my KDE theme and settings.

If you are at the point of moving then that's the time to make backups ready to restore. Also get a list together of the apps you want to keep so you can get set up quickly in a new distro.

Also another habit to get in to is backing up any major config changes into your Home folder for later reference. Even if you don't use the exact same file it can be useful to have somewhere that reminds you what you tweaked or did to get the system how you wanted it. For example I keep copies of my fstab file (just for reference!), and config files for programs I put in /opt amongst other tweaks I've made.

I also save Web pages which have specific tips I used in Linux configs - really helpful if you ever need to go back and do something again. I write txt files on some complex or niche things to remind me exactly what I did as you're unlikely to remember things you've only done once. These are two habits it's worth getting into - saves so much time hunting for how to do things when you need to, even if you're not moving distros.

All these things together make switching distros much easier should you want to do it.