this post was submitted on 17 Jun 2024
176 points (98.4% liked)

Linux

48044 readers
750 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 5 years ago
MODERATORS
 

I'm running OpenSUSE leap 15.5, When I was on the linux mint, I was using warpinator but using it on openSUSE is troublesome and I wish there was a linux version of blip but unfortunately there is not.

(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 4 months ago

Use Localsend!

[–] [email protected] 33 points 4 months ago (2 children)

Use LocalSend. It's exactly like Apple Airdrop but works on ALL operating systems so no matter what device you have you can easily transfer files.

It's local, secure and open source.

https://localsend.org/

load more comments (2 replies)
[–] [email protected] 6 points 4 months ago

Localsend works well for me when kdeconnect has slip ups

[–] [email protected] 24 points 4 months ago (2 children)

KDEconnect or gsconnect if you're on KDE or Gnome respectively.

load more comments (2 replies)
[–] [email protected] 15 points 4 months ago

syncthing is the easy option if you have some files you always want to have on both. if you just want to access your desktop files from your phone, I recommend Cx File Explorer for Android, it's a file browser that supports various network file share protocols including Samba and SFTP.

[–] [email protected] 8 points 4 months ago

Onionshare or syncthing

[–] [email protected] 7 points 4 months ago
[–] [email protected] 6 points 4 months ago

I use a mix of GSConnect/KDEConnect, Warpinator, and Syncthing. I've got a shared "dropoff" folder on Syncthing that lets me easily drop files from one device to another. You're having issues with Warpinator but if you're able to figure out the issue there, that's my second go-to for one-time file transfers. KDEConnect is a bit more fiddly, but I use it mostly for sharing clipboard info and the occasional file when it's stable enough.

[–] [email protected] 0 points 4 months ago

My go to hack was quickly running a python http server and connect to it. I can't remember what the command was exactly. Something like python -m http.server or so, then connect to the ip from my phone, heh.

[–] [email protected] 3 points 4 months ago (1 children)

The funniest solution I've found was a service that offered secure transfer of passwords between devices through their "encrypted transmission" with a password field on their website

FYI, don't give any password to a service you aren't using with that service

[–] [email protected] 1 points 4 months ago

For ad hoc transfers, easiest way is to pack it with 7zip (or any other compression software with proper encryption) and setting a proper password for the file

[–] [email protected] 31 points 4 months ago (1 children)

Syncthing for automated syncing (highly reccomend)

https://github.com/schollz/croc for quick and lazy file sends (auto nat & proxy included)

sftp get from phone if it's like one thing (various ssh/sftp apps on gplay and fdroid)

load more comments (1 replies)
[–] [email protected] 6 points 4 months ago (1 children)

Warpinator. I use it all the time, set a password, make sure you're connected to Wi-Fi and you are all set.

[–] [email protected] 3 points 4 months ago* (last edited 4 months ago)

+1 for warpinator

But if you had problems try https://pairdrop.net/

[–] [email protected] 29 points 4 months ago (1 children)

Kdeconnect + dolphin lets you mount your phone

[–] [email protected] 1 points 4 months ago (1 children)

For me it hasn't been working. I think the android app is borked rn. Still does everything else

[–] [email protected] 1 points 4 months ago (1 children)
[–] [email protected] 1 points 4 months ago

Fails when mounting the filesystem or sending or receiving files.

[–] [email protected] 17 points 4 months ago
[–] [email protected] 5 points 4 months ago

I use rclone and the Round Sync Android client.

Supports a ton of back ends, self hosted, and commercial options. You can transparently encrypt with private keys you control.

I personally use B2 Backblaze for storage.

My phone backs up every night and Round Sync pushes them to B2. On my desktop I can mount as a volume. I can also access my storage from my phone going the other direction.

I've done the same using SFTP if I don't want the overhead of persistent file storage.

It does not support indexing or previews for searching or finding say a photo. You can put whatever you want for data. So I have caches, indexes, and thumbnails that work in Linux. I can't really make use of those on my phone though.

Rclones bisync feature is also a bit dangerous when I tried to use it a year ago. I more than once "deleted" everything. B2 doesn't delete by default, just hides, so I was able to recover. I now do unidirectional syncs from my machines to different buckets until I'm motivated to investigate a proper 3-way merge solution.

[–] [email protected] 24 points 4 months ago

Check out LocalSend. App that let you send things over local WiFi. No server required.

[–] [email protected] 3 points 4 months ago

Haven't seen anyone recommend Flying Carpet, yet.

I use it to transfer files between my Windows desktop PC and my Steam Deck.

[–] [email protected] 2 points 4 months ago

Lot of people mentioning kde connect. I'm going to take a moment to clarify, kde connevts functionality is modular. you need the sshfs package for it to mount the phones filesystem over ssh. Once you've done that, it works pretty normally.

[–] [email protected] 22 points 4 months ago* (last edited 4 months ago)

I use syncthing all over the place for this sort of thing. I have some sync directories that are multi way synced across multiple devices, others that are one-way drop targets to a specific device, others that are for operations like backing up photos. It's quite excellent with a good sync algorithm that rarely results in conflicts.

[–] [email protected] 2 points 4 months ago

The android nextcloud client works great if you're willing to setup/maintain a nextcloud server.

[–] [email protected] 4 points 4 months ago* (last edited 4 months ago)

Btw, clipboard is great too.

[–] [email protected] 1 points 4 months ago

Mostly because I'm not the most competent techie, I've been using VLC between my PC and iPhone, for moving "books" around on devices that are very out of date.

load more comments
view more: ‹ prev next ›