541
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 18 Mar 2026
541 points (97.2% liked)
Linux
63789 readers
755 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 6 years ago
MODERATORS
What is the most effective way to gather all of my personal stuff within Linux and it be as plug and play with every distro as possible?
Like if I wanted to infinitely distro hop to avoid this fucking Trainwreck right here, how would I easily and effectively ensure I can?
Can I take a set of folders?
Is there a backup format of some kind?
Is there a way to do this with installed programs in a way that can be dropped in?
Use a home dir on a separate partition and use nix or flatpak or some other distro agnostic package manager
Is the idea here that an agnostic package manager will install everything within home as well, and so when that's ported, and you have one of those PMs installed, it'll pick up where you left off or is there any specific protocol for importing something like that?
Pretty much what
nix(distinct fromNixOS) is.That being said I would recommend NOT to do that because you most likely need 10 specific packages at most. That should take you 15min tops to install with few minutes paying attention.
Just make sure
/homeis its own partition, or even disk, the distro hop if you want. You can also have in your~directory anappsdirectory where you keep binaries, AppImage, etc.For most people this is not a real concern.
I'll have to look into that. I've been daily driving Linux for maybe about 2 years now, and I've learned a bit and have messed around with it on and off for years, but I don't know it.
I'm at a point though where I know that there's going to be a time where I need to know to feel secure in avoiding bullshit like this post, malicious packages, general good security practices and what not, so y'all may see quite a bit of questions from me.
Thanks for the info
No worries, if you want you can "test" that via a virtual machine, even a container e.g. https://docs.linuxserver.io/images/docker-webtop/ and see what you would genuinely miss.
It feels like our computer is very unique, very customized, but often it's done in very few key places, e.g. browser profile data, ~/.bashrc , etc and once you locate those, transitioning to any other system is way easier.
Good call on vms, thanks again