this post was submitted on 09 Dec 2025
95 points (100.0% liked)

Linux

60439 readers
264 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
 

Hi Linux Lemmites. Recently finished up school and started working full time and kind of miss working on personal projects. I’m looking to try to make something in rust and try out gpui if I can figure it out or maybe egui. I also want to make something maybe even a handful of people would actually use as I find that motivating, so I ask what would actually be useful to you?

Edit: thank you all very much for the input, I think that maybe doing something akin to a “settings+” would be a fair target for me for a n initial project. If I make anything interesting I’ll make another post in this sub.

you are viewing a single comment's thread
view the rest of the comments
[–] Glifted@lemmy.world 6 points 2 weeks ago* (last edited 2 weeks ago) (4 children)

WinSCP is a Windows tool I use at work to send files between machines and I wish there was linux version. Programs like Dolphin are similar but I always manage to find something I can do in WinSCP that I can't do in the linux alternatives

Edit: commenters just pointed out a bunch of potential solutions I wasn't even aware of, so I'm probably just dumb please carry on

[–] N0x0n@lemmy.ml 5 points 2 weeks ago (2 children)

I'm not sure what WinSCP has what linux SCP hasn't? I guess WinSCP is a GUI tool?

I do a lot of scp to send files between machines (even mac<->linux).

[–] SnachBarr@lemmy.zip 1 points 2 weeks ago (1 children)

It’s a GUI tool that lets you see both filesystem side by side and drag and drop items to transfer them

[–] lukecooperatus@lemmy.ml 3 points 2 weeks ago

Can't you already do that from Nautilus with bookmarked sftp locations?

I'm not commenting to discourage other tools from being made, just curious if there's some aspect of that process that isn't already easy to accomplish on Linux with existing GUI tools, or if you'd like to be able to do it differently is all.

Have you seen the current version of SSH Pilot? Close enough perhaps?

[–] roflo1@piefed.social 3 points 2 weeks ago

I’m intrigued.

Do you recall something in particular?

FWIW, I usually just connect to a ssh location from within Nautilus.

[–] netvor@lemmy.world 2 points 1 week ago

FAR manager (clone of Norton Commander) might be worth giving a look. Not a GUI, though, it's TUI but responds to mouse.

On Debian, sudo apt install far2l and then run far2l.

BTW, to add ssh-agent authenticated scp connection, press F11, go to NetRocks and create connection. in the dialog you'll need to select the protocol to scp and then auth method in "protocol options". you can edit an existing connection by going back to the connection "directory" and using F4 on the connection. Once you connect you can copy/move files back and forth.

Along with scp it supports eg. smb, nfs and davs.