this post was submitted on 28 Nov 2023
102 points (99.0% liked)

Linux

48364 readers
1372 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
 

Howdy, folks! Doing X11 forwarding over ssh has been my go to way to access graphical applications on my headless server. With X11 being deprecated with its many security issues, I was slightly bummed since I thought I'd have to setup VNC or RDP.

Low and behold I stumbled across Waypipe! Made my god damn day.

you are viewing a single comment's thread
view the rest of the comments
[–] d3Xt3r@lemmy.nz 16 points 1 year ago (1 children)

So how do you do it? Like, what's the Wayland equivalent of xinit ssh -X user@remote-server startkde to forward an entire desktop session?

[–] Max_P@lemmy.max-p.me 13 points 1 year ago (2 children)
[–] d3Xt3r@lemmy.nz 4 points 1 year ago

That looks promising. Thanks!

[–] Cwilliams@beehaw.org 3 points 1 year ago (1 children)

I love that this notation is generally accepted among the linux nerds. Lemmy FTW :)

[–] Max_P@lemmy.max-p.me 2 points 1 year ago

To be fair, if you're deep enough into Linux to use xinit, it's extremely unlikely you've never used sed before.