What tips for initial setup?
cross-posted from: https://lemmy.world/post/47127555
I installed Ubuntu 24.04 LTS about a year ago. Now that 26.04 is out, I was planning to upgrade, but instead I think I'm going to wipe and re-install from scratch. Does anyone have any tips or tweaks they recommend for new installs? Things like, do or don't encrypt the drive during the install process, make an administrator account separate from your regular user account? I already plan to install the Flatpak repo and the Gnome Software Center.
Thanks!
Keep a list of any packages you install for your hardware, just in case you need to reinstall down the road
As long as you have a strong backup strategy, I would recommend full disk encryption during installation, especially if for a laptop. Peace of mind with negligible cost on modern hardware. Even accessing the encrypted disk from a live USB takes only two extra commands compared to an unencrypted disk. As long as the LUKS header doesn't corrupt, hence the need for good backups.
It’s on a desktop, not a laptop, which is why I didn’t encrypt it this time. But, the more I thought about it, the more it worried me that someone could just pop out my drive and get instant access. I live in the US and it’s starting to feel like they’re going to start breaking into houses looking for banned material any day now.
I would say the following:
flatpak list --columns=applicationto output all the flatpaks you have installed. This way you dont have to try to remember what you had installedFor the flatpak output, i would recommend the following script to help download all automatically:
This will go through each flatpak and install it for you, saying yes to all so you don't have to do anything. Don't forget to run:
That's my brain dump at the moment lol. Lmk if you have any questions.
Very helpful, thank you!
My best tip is don't use Ubuntu especially the latest version they're in the middle of a full kernel rewrite and it's chaotic bad.
To make a fresh install less painful: Most applications save all user data in your home folder under .config and .local. Some others make their own .folders, which you can see pressing ctrl+h (for hidden) in your file explorer. You might save these and carry them over whenever you wipe your OS. If you save a list of installed packages from your package manager as well, you can get up and running in just a few minutes on a fresh install.