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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.