this post was submitted on 15 Oct 2023
442 points (96.2% liked)

Linux

52807 readers
494 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] beirdobaggins@lemmy.world 35 points 1 year ago* (last edited 1 year ago) (6 children)

Remote desktop working like it does in windows.

  • easy to setup and use
  • can remote into a system that has been recently rebooted. Without needing to make the user auto login and set the keychain password to be blank.
  • resolution scales to remote client interface

I love linux and it is really all I use but RDP support is severly worse than windows.

[–] rasensprenger@feddit.de 14 points 1 year ago (4 children)

What do you need RDP for? I did everything i ever needed to do remotely via SSH (I mean this as a genuine question, not that we shouldn't have better RDP support)

[–] leo85811nardo@lemmy.world 10 points 1 year ago

A lot of proprietary engineering software (CAD, MATLAB, etc) or GUI heavy programs have poor or no terminal interface to work with, so the need remote desktop solution is valid

[–] iopq@lemmy.world 6 points 1 year ago

I should be able to use my system wirelessly without having to connect it up. I was running baduk (weiqi/go) simulations on the GPU and I wanted to see live output on the board instead of staring at some SSH'd numbers

[–] redd@discuss.tchncs.de 3 points 1 year ago

I dont know how to mount external drives on Bash without root privilegues. On the Desktop environment it can be done by just clicking without root password.

[–] beirdobaggins@lemmy.world 3 points 1 year ago

I can do anything I "need" to via ssh. But I would really like the convenience.

At work they monitor web traffic and block vpns, but they dont block ssh. So I use an ssh tunnel to rdp to my home system so I can easily look something up, navigate to the web interface of one of my self hosted apps, or get a torrent downloading at home.

[–] andruid@lemmy.ml 6 points 1 year ago (1 children)

Setting up vnc is not as easy as it should be. I really wish it as just send auth, if auth create virtual display and perf devices as user that actually sends it to remote client, user sees desktop env loaded.

I've had various VNC systems fail to interoperate. Like you have to use the same server and client.

[–] FarLine99@lemm.ee 4 points 1 year ago (1 children)
[–] LootLair@mastodon.social 4 points 1 year ago (1 children)

@FarLine99 @beirdobaggins
It's great that on the download page they have a scam warning, all remote services should have this.

[–] FarLine99@lemm.ee -1 points 1 year ago

Agree. When the program became more popular, many scammers appeared who used this software.

[–] Irkam@jlai.lu 3 points 1 year ago

That's my biggest issue so far. With RDP I knew I could hook up my cheap Android Tablet on my private network and RDP my way to stuff I forgot to do or I needed urgently. Now I can do similar things with SSH but I still struggle to use VNC without it breaking my gdm, and not even to the full extent I'd wish for.

[–] Sentient_Modem@lemm.ee 1 points 1 year ago (2 children)

Give https://remmina.org/ a shot. Solid RDP connection. I have been using it for a few years and works well with my work laptop (windows). I hated the VNC route.

[–] redd@discuss.tchncs.de 4 points 1 year ago

Isnt Remmina a client only? Or can it be configured to autolaunch a VNC/RDP server?

[–] beirdobaggins@lemmy.world 1 points 1 year ago (1 children)

I use Remmina and it is great as a RDP client. But that is not my issue.

The issue is the way RDP is implemented at the server level.

[–] Sentient_Modem@lemm.ee 1 points 1 year ago

Gotcha, sorry I miss understood what you were looking for.