this post was submitted on 20 Oct 2025
13 points (61.0% liked)

Linux

59134 readers
725 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
top 33 comments
sorted by: hot top controversial new old
[–] umbrella@lemmy.ml 1 points 1 day ago

localsend is super fast and multiplatform.

[–] just_another_person@lemmy.world 26 points 2 days ago* (last edited 2 days ago) (5 children)

KDEConnect is honestly going to be better. It's runs on everything (yes, Gnome and Cinnamon), has transport and device security, and offers more than just file transfer.

[–] ominouslemon@sh.itjust.works 10 points 2 days ago

KDE Connect is one of the most amazing pieces of software I've used in my life

[–] utopiah@lemmy.ml 8 points 2 days ago

It also has kdeconnect-cli with e.g. kdeconnect-cli --share myfile.txt so don't think you are stuck with a GUI to use KDEConnect.

[–] imnapr@discuss.tchncs.de 6 points 2 days ago (1 children)

KDE Connect fucking RULES! The ability to send clipboard from phone to pc, send files, control media, remote mouse input, its low key one of the most useful software I've ever used.

[–] Telorand@reddthat.com 4 points 2 days ago

It's one of their best pieces of software, hands down

[–] BCsven@lemmy.ca 6 points 2 days ago

GSconnect extension on GNOME, and its honestly amazing. Send files, copy clipboard, auto pause my music when a phonecalls comes in. Custom commands from the phone to lock my session if I'm away from my desk. Such a great application.

[–] hperrin@lemmy.ca 1 points 2 days ago (1 children)

KDEConnect is great, but I don’t think it can share a folder. If you want to transfer a folder from, say, a MacBook to a Linux PC, I think QuickDAV would be better suited than KDEConnect. Also, QuickDAV works on Win/Mac/Lin.

You can send entire folders from Android/iOS just fine with a normal file browser.

Downloads for all platforms: https://kdeconnect.kde.org/download.html

[–] blackbrook@mander.xyz 8 points 2 days ago

Also, fuck ZDNet for autoplaying a video on this page.

[–] Vector@lemmy.world 25 points 2 days ago (2 children)

Any advantages to this over scp, samba/nfs, or even something like LocalSend?

[–] 68silver@beehaw.org 6 points 2 days ago (1 children)

You lost me athaving to use flatpak.

[–] hperrin@lemmy.ca -5 points 2 days ago (1 children)

Lol what? Are you against Flatpak? Are you a snap fan?

[–] SmoochyPit@lemmy.ca 3 points 1 day ago (1 children)

You’re strawmanning their comment— I’d imagine they’d have the same, if not more, issues with snap.

Flatpak doesn’t integrate well with all systems. For me personally, on Arch, I have to update and store Flatpak versions of some dependencies, like proprietary Nvidia drivers, separately from the rest of my system and its package management system. And it does take up some space to store the runtime too.

Also Flatpaks may require some extra set up and/or workarounds due to their sandboxed environment. That’s not inherently bad and has some big security upsides, but it’s a consideration.

Also I don’t know how well it plays with immutable distros, but I’d imagine there may be similar integration issues there, too.

It’s still probably a lot easier for devs to have a consistent distribution format though, and they are typically more secure, so I’m not saying there’s not merits to only providing a Flatpak. Just pointing out that your reply here was misguided, imo.

[–] hperrin@lemmy.ca -4 points 1 day ago* (last edited 1 day ago)

I wasn’t strawmanning, I was asking a question.

[–] gi1242@lemmy.world 8 points 2 days ago

for one time transfers (e.g. friends phone) I use warpinator.

if I own the device I use scp/rsync.

to keep files in sync I use syncthing

[–] normalexit@lemmy.world 6 points 2 days ago (1 children)

I just install openssh server, because I need it anyways, and use an SFTP client to transfer files. Seems to be fast, secure, and easy. No new ports to open up.

I've transferred many terabytes of data this way, no complaints. Rsync is nice for syncing huge folders, and walking away, so I'll also use that when the need arises.

[–] mfat@lemmy.ml 1 points 1 day ago

A bit of self-promotion here: check out my free app SSH Pilot that supports SFTP/SCP file upload/downloads https://sshpilot.app/

[–] FishFace@piefed.social 8 points 2 days ago

I don't believe it's easier than rsync.

[–] Little8Lost@lemmy.world 9 points 2 days ago (2 children)

"go to another machine on your LAN"
So its basically syncthing?
But that its not able to decide who gets whick file as there is only one option to log in in QuickDAV?
But maybe more intuitive?

[–] hperrin@lemmy.ca 7 points 2 days ago* (last edited 2 days ago)

Syncthing (as the name implies) is meant to synchronize folders across machines. QuickDAV is meant to transfer files/folders from one machine to another. They definitely both have there uses, and there uses might overlap in a lot of cases, but they also have there own niches. Like, I wouldn’t use Syncthing to transfer a photo to my desktop once, and I wouldn’t use QuickDAV to keep my photos directory synchronized across several machines.

[–] cmnybo@discuss.tchncs.de 7 points 2 days ago (1 children)

It's a WebDAV server, so it's more like FTP than Syncthing.

[–] utopiah@lemmy.ml 1 points 2 days ago (1 children)

FWIW if it users WebDAV might want to check copyparty then as it also provides that, and a WebUI, and... a lot more.

[–] hperrin@lemmy.ca 1 points 2 days ago

QuickDAV has a web UI. It’s shown in the article.