I’m a regular user of Linux systems but apart from a couple of test Ubuntu installs many years ago they’ve always been containers or VMs with no DE which I can throw away when I break them. The Steam Deck showcasing how far Wine/Proton has come combined with Windows being Windows has given me the push; I’ve made a Mint live USB and it’s running beautifully on my desktop. I come to you, the masters, with questions before I hit install:

  1. What do you recommend I do about disk partitions? I’m keeping a Windows install for the few things that demand it, does Windows still occasionally destroy Linux partitions? Do I need separate partitions for data and OS? Is it straightforward to add additional distros as new partitions or is that asking for trouble?
  2. Is disk encryption straightforward? And is that likely to upset the Windows partition?
  3. Is cloud storage sync straightforward? It’s my off-site backup solution on Android and Windows (using Cryptomator with Dropbox, Google Drive, etc) but I don’t think that many providers have Linux clients. Is something like rclone recommended?
  4. Should I just use apt to install software? I know there’s some kind of graphical package manager (synaptic?), does that use apt under the covers or is it separate? Is it recommended to install something like Flathub too?
  5. Any other pearls of wisdom? How do I keep everything tidy? Any warnings about what not to do? Should I use a particular terminal emulator or Firefox fork?
  • Lumilias@pawb.social
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 month ago

    I’ve recently been working on this kind of migration as well (but to Fedora instead), so I can speak from my own experiences:

    • Cloud storage: I’ve heard fewer issues with Google Drive and Dropbox, but I had tried syncing OneDrive and ran into some issues. I ended up purchasing a license to Insync a while back, which was a bit overkill for what I needed it to do. I’m still working on weaning myself off OneDrive entirely and instead going to self-hosted cloud sync.
    • Software installs: there are a ton of different methods to do software installs on Linux these days. I think Synaptic only does apt (it’s in the name!), but a lot of apps are distributed through flatpak, AppImage, or even Snaps.
      • Native packages tend to work better with your desktop environment in terms of theming but any library dependencies will get installed with them, while the others are easier to distribute and include the dependencies with them.
    • Other advice:
      • Play around with different distros and desktop environments until you find something you’re really comfortable in.
      • Make a list of your required apps and verify which distro’s native capabilities may or may not meet your needs.
      • It took me a few tries before settling on Fedora KDE spin, particularly because KDE had a feature I really wanted: per monitor wallpaper settings without having to install a separate app. I’ve found that many other KDE apps are really nice too, so I’m sticking with it. KDE also puts me in a familiar desktop environment coming from Windows as well.
      • One irritation I’ve experienced: gaming-centric hardware is designed for Windows and if you have stuff designed around that, it’s going to become very obvious. Yes, there’s open source projects that help adapt them for Linux. But they are nowhere near equivalent and generally they lack maintainers to keep them going.
        • I have a Stream Deck that on Windows, I used it for monitoring hardware temps. On Linux, you get app launcher buttons at best.
        • My mouse is a Logitech G604 Lightspeed. Piper + libratbag does a pretty good job at trying to support it, but it’s middling at best and unfortunately looking at the repo, they’re in pretty desperate need of maintainers.

    This is my own personal (and recent) experiences and I’m pretty new to using a Linux DE for a main OS too, so anything I say could be incorrect and I welcome suggestions/corrections.