▲ 532 ▼ It is called 🍷 (lemmy.zip) submitted 2 years ago by possiblylinux127@lemmy.zip to c/linuxmemes@lemmy.world 74 comments fedilink hide all child comments
[–] rtxn@lemmy.world 50 points 2 years ago (3 children) Did they invent X11 Forwarding over the network? permalink fedilink source parent hideshow 6 child comments replies: [–] Samsy@lemmy.ml 34 points 2 years ago (3 children) Btw. when we get wayland forwarding over Network? permalink fedilink source parent hideshow 6 child comments replies: [–] potentiallynotfelix@lemdro.id 37 points 2 years ago (2 children) waypipe exists, but it's still not perfect. permalink fedilink source parent hideshow 4 child comments replies: [–] Samsy@lemmy.ml 12 points 2 years ago Never heard about this. Thx. permalink fedilink source parent [–] AVincentInSpace@pawb.social 2 points 2 years ago Neither was X11 so it's in good company permalink fedilink source parent [–] db2@lemmy.world 17 points 2 years ago (1 child) Btw. when we get wayland forwarding over Network? permalink fedilink source parent hideshow 2 child comments replies: [–] mexicancartel@lemmy.dbzer0.com 10 points 2 years ago /c/foundthenvidiauser permalink fedilink source parent [–] d_k_bo@feddit.org 16 points 2 years ago (1 child) Unlike X11, Wayland was never intended to be network transparent. As others say, solutions like waypipe and more tradionally RDP and VNC exist. permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 5 points 2 years ago (2 children) Exactly. We won’t. We’ll get specialized video stream over network. I’m not happy about this regression. I understand that was a willing sacrifice to achieve better local performance, but I’m not sure it was worth it. permalink fedilink source parent hideshow 4 child comments replies: [–] MinFapper@startrek.website 7 points 2 years ago (1 child) Their reasoning was that X11 network transparency had been broken for quite some time. If you tried running chrome, most games, or anything with modern hardware acceleration over X11 forwarding, they wouldn't work. So, IMHO waypipe is actually an improvement in terms of compatibility, rather than a regression. permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 6 points 2 years ago You always had the option to send frames over the net using VNC and such. But for many use cases, X over SSH was absolutely fantastic. I remember using it on a very basic DSL connection to work remotely back in 2005, and it was almost like running local. You don’t get anywhere near the same performance with VNC or RDP. permalink fedilink source parent [–] Petter1@lemm.ee 5 points 2 years ago (1 child) It’s more about security if I recall correctly permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 2 points 2 years ago (1 child) How so? Is there a way for malicious code to start injecting itself into calls to 127.0.0.1? permalink fedilink source parent hideshow 2 child comments replies: [–] Petter1@lemm.ee 3 points 2 years ago* (1 child) Sorry, I am not an expert myself, but I think there are some recourses about that in the internet Or, this file on x.org: “But the X protocol is still unsecure by design…” https://www.x.org/wiki/Events/XDC2014/XDC2014DodierPeresSecurity/xorg-talk.pdf permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 4 points 2 years ago Yeah, to send it naked over the wire would be nuts, which is why everybody uses SSH. But unless there’s insecurity within the computer, that’s a moot point. permalink fedilink source parent [–] lurch@sh.itjust.works 14 points 2 years ago* X11 can render individual windows (Xclients) through the network on another Xserver since decades. With XPRA you can even buffer them, to move them from one Xserver to another or make sure they survive network disconnect. It's very cool, but not widely used. permalink fedilink source parent [–] potentiallynotfelix@lemdro.id 10 points 2 years ago (1 child) Yes, the ssh -X flag forwards it. permalink fedilink source parent hideshow 2 child comments replies: [–] rtxn@lemmy.world 2 points 2 years ago* (1 child) I doubt it's nearly as secure as OpenSSH though. permalink fedilink source parent hideshow 2 child comments replies: [–] lurch@sh.itjust.works 15 points 2 years ago it goes through an SSH tunnel permalink fedilink source parent
[–] Samsy@lemmy.ml 34 points 2 years ago (3 children) Btw. when we get wayland forwarding over Network? permalink fedilink source parent hideshow 6 child comments replies: [–] potentiallynotfelix@lemdro.id 37 points 2 years ago (2 children) waypipe exists, but it's still not perfect. permalink fedilink source parent hideshow 4 child comments replies: [–] Samsy@lemmy.ml 12 points 2 years ago Never heard about this. Thx. permalink fedilink source parent [–] AVincentInSpace@pawb.social 2 points 2 years ago Neither was X11 so it's in good company permalink fedilink source parent [–] db2@lemmy.world 17 points 2 years ago (1 child) Btw. when we get wayland forwarding over Network? permalink fedilink source parent hideshow 2 child comments replies: [–] mexicancartel@lemmy.dbzer0.com 10 points 2 years ago /c/foundthenvidiauser permalink fedilink source parent [–] d_k_bo@feddit.org 16 points 2 years ago (1 child) Unlike X11, Wayland was never intended to be network transparent. As others say, solutions like waypipe and more tradionally RDP and VNC exist. permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 5 points 2 years ago (2 children) Exactly. We won’t. We’ll get specialized video stream over network. I’m not happy about this regression. I understand that was a willing sacrifice to achieve better local performance, but I’m not sure it was worth it. permalink fedilink source parent hideshow 4 child comments replies: [–] MinFapper@startrek.website 7 points 2 years ago (1 child) Their reasoning was that X11 network transparency had been broken for quite some time. If you tried running chrome, most games, or anything with modern hardware acceleration over X11 forwarding, they wouldn't work. So, IMHO waypipe is actually an improvement in terms of compatibility, rather than a regression. permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 6 points 2 years ago You always had the option to send frames over the net using VNC and such. But for many use cases, X over SSH was absolutely fantastic. I remember using it on a very basic DSL connection to work remotely back in 2005, and it was almost like running local. You don’t get anywhere near the same performance with VNC or RDP. permalink fedilink source parent [–] Petter1@lemm.ee 5 points 2 years ago (1 child) It’s more about security if I recall correctly permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 2 points 2 years ago (1 child) How so? Is there a way for malicious code to start injecting itself into calls to 127.0.0.1? permalink fedilink source parent hideshow 2 child comments replies: [–] Petter1@lemm.ee 3 points 2 years ago* (1 child) Sorry, I am not an expert myself, but I think there are some recourses about that in the internet Or, this file on x.org: “But the X protocol is still unsecure by design…” https://www.x.org/wiki/Events/XDC2014/XDC2014DodierPeresSecurity/xorg-talk.pdf permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 4 points 2 years ago Yeah, to send it naked over the wire would be nuts, which is why everybody uses SSH. But unless there’s insecurity within the computer, that’s a moot point. permalink fedilink source parent
[–] potentiallynotfelix@lemdro.id 37 points 2 years ago (2 children) waypipe exists, but it's still not perfect. permalink fedilink source parent hideshow 4 child comments replies: [–] Samsy@lemmy.ml 12 points 2 years ago Never heard about this. Thx. permalink fedilink source parent [–] AVincentInSpace@pawb.social 2 points 2 years ago Neither was X11 so it's in good company permalink fedilink source parent
[–] Samsy@lemmy.ml 12 points 2 years ago Never heard about this. Thx. permalink fedilink source parent
[–] AVincentInSpace@pawb.social 2 points 2 years ago Neither was X11 so it's in good company permalink fedilink source parent
[–] db2@lemmy.world 17 points 2 years ago (1 child) Btw. when we get wayland forwarding over Network? permalink fedilink source parent hideshow 2 child comments replies: [–] mexicancartel@lemmy.dbzer0.com 10 points 2 years ago /c/foundthenvidiauser permalink fedilink source parent
[–] mexicancartel@lemmy.dbzer0.com 10 points 2 years ago /c/foundthenvidiauser permalink fedilink source parent
[–] d_k_bo@feddit.org 16 points 2 years ago (1 child) Unlike X11, Wayland was never intended to be network transparent. As others say, solutions like waypipe and more tradionally RDP and VNC exist. permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 5 points 2 years ago (2 children) Exactly. We won’t. We’ll get specialized video stream over network. I’m not happy about this regression. I understand that was a willing sacrifice to achieve better local performance, but I’m not sure it was worth it. permalink fedilink source parent hideshow 4 child comments replies: [–] MinFapper@startrek.website 7 points 2 years ago (1 child) Their reasoning was that X11 network transparency had been broken for quite some time. If you tried running chrome, most games, or anything with modern hardware acceleration over X11 forwarding, they wouldn't work. So, IMHO waypipe is actually an improvement in terms of compatibility, rather than a regression. permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 6 points 2 years ago You always had the option to send frames over the net using VNC and such. But for many use cases, X over SSH was absolutely fantastic. I remember using it on a very basic DSL connection to work remotely back in 2005, and it was almost like running local. You don’t get anywhere near the same performance with VNC or RDP. permalink fedilink source parent [–] Petter1@lemm.ee 5 points 2 years ago (1 child) It’s more about security if I recall correctly permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 2 points 2 years ago (1 child) How so? Is there a way for malicious code to start injecting itself into calls to 127.0.0.1? permalink fedilink source parent hideshow 2 child comments replies: [–] Petter1@lemm.ee 3 points 2 years ago* (1 child) Sorry, I am not an expert myself, but I think there are some recourses about that in the internet Or, this file on x.org: “But the X protocol is still unsecure by design…” https://www.x.org/wiki/Events/XDC2014/XDC2014DodierPeresSecurity/xorg-talk.pdf permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 4 points 2 years ago Yeah, to send it naked over the wire would be nuts, which is why everybody uses SSH. But unless there’s insecurity within the computer, that’s a moot point. permalink fedilink source parent
[–] acockworkorange@mander.xyz 5 points 2 years ago (2 children) Exactly. We won’t. We’ll get specialized video stream over network. I’m not happy about this regression. I understand that was a willing sacrifice to achieve better local performance, but I’m not sure it was worth it. permalink fedilink source parent hideshow 4 child comments replies: [–] MinFapper@startrek.website 7 points 2 years ago (1 child) Their reasoning was that X11 network transparency had been broken for quite some time. If you tried running chrome, most games, or anything with modern hardware acceleration over X11 forwarding, they wouldn't work. So, IMHO waypipe is actually an improvement in terms of compatibility, rather than a regression. permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 6 points 2 years ago You always had the option to send frames over the net using VNC and such. But for many use cases, X over SSH was absolutely fantastic. I remember using it on a very basic DSL connection to work remotely back in 2005, and it was almost like running local. You don’t get anywhere near the same performance with VNC or RDP. permalink fedilink source parent [–] Petter1@lemm.ee 5 points 2 years ago (1 child) It’s more about security if I recall correctly permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 2 points 2 years ago (1 child) How so? Is there a way for malicious code to start injecting itself into calls to 127.0.0.1? permalink fedilink source parent hideshow 2 child comments replies: [–] Petter1@lemm.ee 3 points 2 years ago* (1 child) Sorry, I am not an expert myself, but I think there are some recourses about that in the internet Or, this file on x.org: “But the X protocol is still unsecure by design…” https://www.x.org/wiki/Events/XDC2014/XDC2014DodierPeresSecurity/xorg-talk.pdf permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 4 points 2 years ago Yeah, to send it naked over the wire would be nuts, which is why everybody uses SSH. But unless there’s insecurity within the computer, that’s a moot point. permalink fedilink source parent
[–] MinFapper@startrek.website 7 points 2 years ago (1 child) Their reasoning was that X11 network transparency had been broken for quite some time. If you tried running chrome, most games, or anything with modern hardware acceleration over X11 forwarding, they wouldn't work. So, IMHO waypipe is actually an improvement in terms of compatibility, rather than a regression. permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 6 points 2 years ago You always had the option to send frames over the net using VNC and such. But for many use cases, X over SSH was absolutely fantastic. I remember using it on a very basic DSL connection to work remotely back in 2005, and it was almost like running local. You don’t get anywhere near the same performance with VNC or RDP. permalink fedilink source parent
[–] acockworkorange@mander.xyz 6 points 2 years ago You always had the option to send frames over the net using VNC and such. But for many use cases, X over SSH was absolutely fantastic. I remember using it on a very basic DSL connection to work remotely back in 2005, and it was almost like running local. You don’t get anywhere near the same performance with VNC or RDP. permalink fedilink source parent
[–] Petter1@lemm.ee 5 points 2 years ago (1 child) It’s more about security if I recall correctly permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 2 points 2 years ago (1 child) How so? Is there a way for malicious code to start injecting itself into calls to 127.0.0.1? permalink fedilink source parent hideshow 2 child comments replies: [–] Petter1@lemm.ee 3 points 2 years ago* (1 child) Sorry, I am not an expert myself, but I think there are some recourses about that in the internet Or, this file on x.org: “But the X protocol is still unsecure by design…” https://www.x.org/wiki/Events/XDC2014/XDC2014DodierPeresSecurity/xorg-talk.pdf permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 4 points 2 years ago Yeah, to send it naked over the wire would be nuts, which is why everybody uses SSH. But unless there’s insecurity within the computer, that’s a moot point. permalink fedilink source parent
[–] acockworkorange@mander.xyz 2 points 2 years ago (1 child) How so? Is there a way for malicious code to start injecting itself into calls to 127.0.0.1? permalink fedilink source parent hideshow 2 child comments replies: [–] Petter1@lemm.ee 3 points 2 years ago* (1 child) Sorry, I am not an expert myself, but I think there are some recourses about that in the internet Or, this file on x.org: “But the X protocol is still unsecure by design…” https://www.x.org/wiki/Events/XDC2014/XDC2014DodierPeresSecurity/xorg-talk.pdf permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 4 points 2 years ago Yeah, to send it naked over the wire would be nuts, which is why everybody uses SSH. But unless there’s insecurity within the computer, that’s a moot point. permalink fedilink source parent
[–] Petter1@lemm.ee 3 points 2 years ago* (1 child) Sorry, I am not an expert myself, but I think there are some recourses about that in the internet Or, this file on x.org: “But the X protocol is still unsecure by design…” https://www.x.org/wiki/Events/XDC2014/XDC2014DodierPeresSecurity/xorg-talk.pdf permalink fedilink source parent hideshow 2 child comments replies: [–] acockworkorange@mander.xyz 4 points 2 years ago Yeah, to send it naked over the wire would be nuts, which is why everybody uses SSH. But unless there’s insecurity within the computer, that’s a moot point. permalink fedilink source parent
[–] acockworkorange@mander.xyz 4 points 2 years ago Yeah, to send it naked over the wire would be nuts, which is why everybody uses SSH. But unless there’s insecurity within the computer, that’s a moot point. permalink fedilink source parent
[–] lurch@sh.itjust.works 14 points 2 years ago* X11 can render individual windows (Xclients) through the network on another Xserver since decades. With XPRA you can even buffer them, to move them from one Xserver to another or make sure they survive network disconnect. It's very cool, but not widely used. permalink fedilink source parent
[–] potentiallynotfelix@lemdro.id 10 points 2 years ago (1 child) Yes, the ssh -X flag forwards it. permalink fedilink source parent hideshow 2 child comments replies: [–] rtxn@lemmy.world 2 points 2 years ago* (1 child) I doubt it's nearly as secure as OpenSSH though. permalink fedilink source parent hideshow 2 child comments replies: [–] lurch@sh.itjust.works 15 points 2 years ago it goes through an SSH tunnel permalink fedilink source parent
[–] rtxn@lemmy.world 2 points 2 years ago* (1 child) I doubt it's nearly as secure as OpenSSH though. permalink fedilink source parent hideshow 2 child comments replies: [–] lurch@sh.itjust.works 15 points 2 years ago it goes through an SSH tunnel permalink fedilink source parent
[–] lurch@sh.itjust.works 15 points 2 years ago it goes through an SSH tunnel permalink fedilink source parent