this post was submitted on 06 May 2026
322 points (97.9% liked)

Technology

84422 readers
4747 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] DevDave@piefed.social 2 points 9 hours ago (2 children)

I've been using some variation of Linux since the mid 90's but never been able to fully switch over. That said I am on my longest and perhaps permanent switch over with KDE EndevourOS (Arch based). I don't believe this is what you are hoping for but I do believe it is close so perhaps something to keep an eye on for the future.

I have gotten Teams to run once for a about an hour before it crashed and now I can't figure out what proton/wine voodoo witch doctor recipe I used.

No idea what luck you will have with RDP or RustDesk.

KDE plasma's window tiling manager is really damn cool but has no documentation. Still you can do neat stuff with it like having a floating window tile on top of another tile (basically an always on top state but on steroids) with distinct tiling arrangements for each virtual desk space.

Scaling has been good but font support is still at the "almost but still not perfect". A graphics designer might be in trouble.

Drivers - This is where Arch's pacman (software package manager) and pkgbuild really shine. If it can compile and is available as a git repo, an rpm, or deb file then there is a good chance you can get it working. That said there are still an unfortunate mountain of unsupported stuff.

Otherwise, with all the improvements to Wine via proton and the other forks, it is getting easier to run a lot more Window's applications.

Like I said, EndevourOS/Arch with KDE is getting pretty close to being an easy jump from Windows but not 100% perfect.

[–] Taleya@aussie.zone 1 points 3 hours ago (2 children)

You can rdp from nix to win pretty easily, but rdping to linux requires fuckery that works about 80% of the time, even in the most ideal environs.

[–] ReluctantMuskrat@lemmy.world 1 points 3 hours ago (1 children)

I'm using RDP from my CachyOS machine to access my Raspberry Pi and a home server with Linux Mint. The Remmina RDP client works quite well.

I'm quite new to running Linux at home and as an admin, and I recall it took me a bit to get RDP working on my servers but I've been very happy with it.

Its likely hard because its honestly niche.

Linux administration is terminal first so SSH is pretty much all you need. Some services have a WebUI to fill the gap, but its bound to that service. Most server variants of distros don't even include a desktop environment.

KVM-over-IP (hardware device) is likely a more common approach because if you need video, might as well have BIOS access.

There may be something in the virtualization space where the hypervisor provides a remote desktop, but I'm not familiar with this space. A quick search for proxmox and remote desktop yielded mostly results for guest OS setups instead of at the host layer.

[–] sturmblast@lemmy.world 1 points 3 hours ago

Vnc over ssh works fine

[–] AlecSadler@lemmy.dbzer0.com 1 points 9 hours ago (2 children)

I'll check it out! I'm a glutton for punishment. Thanks for the suggestion.

[–] sloppy_diffuser@sh.itjust.works 2 points 8 hours ago

If you want punishment go for NixOS!

  • Fundamental philosophy changes over its lifetime.
  • No idea (when starting) which documentation or patterns go with which version.

But once it clicks you have a fully declarative setup**. I edit a file, activate, commit to git. On another system, pull, activate.

** The config system is expansive but not exhaustive. I still have to login to Slack, pick my theme, etc. My VPN on the other hand is just ready credentials and all.

I never have to remember the 100 little tweaks I made, every tweak is in git. Noise canceling pipewire filter, what software I had installed, service configurations, secret management, disk partitions, all portable between different systems.

A lighter introduction is probably home manager, works in any Linux system or macOS. Manages your home directory as the name implies.

You can also go lighter with a repo flake.nix and a devShell. Its like a generic virtual environment. Auto activate with direnv. A step up from a devShell would be https://devenv.sh/ which tracks more like home manager with configurable modules. A devShell is really a bash script with these programs available from Nix.

[–] MrSnookums@lemmy.pt 1 points 8 hours ago (1 children)

Not wanting to start any distro wars, its all a matter of taste but I could advise you to try cachyos its also arch based, but with a few performance tweaks, what I believe that it could help you is that on cachyos start screen it gives you the option to install and setup winboat and winboat is great when you need to run windows applications.

[–] AlecSadler@lemmy.dbzer0.com 1 points 8 hours ago

Added to my last to try! Thanks!