this post was submitted on 21 May 2026
30 points (100.0% liked)
linux4noobs
3208 readers
2 users here now
linux4noobs
Noob Friendly, Expert Enabling
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
Seeking Support?
- Mention your Linux distro and relevant system details.
- Describe what you've tried so far.
- Share your solution even if you found it yourself.
- Do not delete your post. This allows other people to see possible solutions if they have a similar problem.
- Properly format any scripts, code, logs, or error messages.
- Be mindful to omit any sensitive information such as usernames, passwords, IP addresses, etc.
Community Rules
- Keep discussions respectful and amiable. This community is a space where individuals may freely inquire, exchange thoughts, express viewpoints, and extend help without encountering belittlement. We were all a noob at one point. Differing opinions and ideas is a normal part of discourse, but it must remain civil. Offenders will be warned and/or removed.
- Posts must be Linux oriented
- Spam or affiliate links will not be tolerated.
founded 2 years ago
MODERATORS
Since I’m relatively new to the Linux game I’ve made a few mistakes along the way. Installed things wrong with Wine, installed multiple versions of the same thing, etc. I figure I can just back up my personal files and then start with a clean install.
I'm a big fan of occasionally starting over just because I can, and distro hopping.
Personally I run Kubuntu on my daily driver, but I'm experimenting with kde linux (the people behind kde plasma made their own immutable Linux distro instead of hitching it on Ubuntu) on an old laptop and I'm loving it so far.It's very experimental though, so frequent big downloads for updates and things that might not work as expected, though apart from my laptop being configured in BIOS to do RAID for the single disk it has (???) and kde linux breaking specifically for RAID I haven't run into any issues.
I definitely recommend backups of all things you consider important, if possible the whole disk perhaps, just for ease.
Then if you have a big enough disk I would recommend partitioning it into:
This way, assuming your data partition isn't entirely filled, when the next distrohop comes around you can just shrink the data partition for a new linux partition, install linux on that one, and you can dual boot for however long you need to verify that the new one works.
Then what I do is symlink my home folder and keep it on the data partition. The benefit is that it doesn't get wiped if you wipe the linux installation partition. The downside is that some programs (notably anything in snap's sandbox) have issues with this, due to what I think is either intentional and I missed a config somewhere, or a bug in apparmor. It doesn't hinder me a lot so I haven't looked into it enough to fix it yet.