this post was submitted on 04 May 2024
147 points (96.8% liked)
Linux
48002 readers
937 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
You can continue to use OneDrive. I use the OneDriver client and it works really well - your drive appears just like a local drive, but files only get downloaded when you try to access them. Once downloaded, it gets cached locally and is available offline, and is kept in sync automatically. Other cloud providers should have similar FUSE clients available.
Best practice is to stick to packages provided by your distro's repos. Flatpak should be your second option if you can't find your app there, and AppImages should be your third option (since Flatpaks are superior as they can share dependencies, unlike AppImages). Avoid Snap. In fact, avoid any distros that even use Snap (*buntu). Also, if you're on a Debian/Ububtu based distro, avoid adding PPAs (thirdparty user repositories) as far as possible, as these can cause dependency issues and may cause pain when you upgrade your distro.
That should be provided by your distro - Gnome-based ones have "Software" and KDE-based ones have "Discover".
Thank you for the detailed reply.
I've used onedriver previously, or rather I do use it on my backup machine. While it works well what I'm missing is a progress indication for the download of files, I occasionally work with bigger video files f.ex. Also an option to keep directories synced permanently to the device would be great. In OneDrive you can check a box in the context menu to 'make files available offline'. It keeps the file/directory synced and available offline. This is again useful for bigger projects. I could of course move those to a temporary location on disk but I do like the set and forget nature of working in automatically synced directories.
I assumed that's best practice, thank you. What I find overwhelming is the amount of choice. Which is a general Linux "problem" I suppose. Yes, it's possible and elegant to manage everything through the package manager and the default repos. But if I search for a specific program, like f.ex. a clipboard manager, I might just get recommended something that is not there. And all of a sudden I have an appimage. Or the nextcloud client for example, it's on the flathub but only the appimage supports the above file on-demand feature.
Btw, how can I be sure that software from the flathub is kept up to date? My understanding is that it's often community maintained?
If it got the ownership verified then should be kept updated by original developers, like Kodi for example (see the blue checkmark).