u/lukmly013 💾 (lemmy.sdf.org)
I like computers, trains, space, radio-related everything and a bunch of other tech related stuff. User of GNU+Linux.
I am also dumb and worthless.
My laptop is ThinkPad L390y running Arch.
I own RTL-SDRv3 and RSP1 clone.
SDF Unix shell username: user224
- 12 Posts
- 149 Comments
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
Linux@programming.dev•[SOLVED - losetup] How could I make Linux acknowledge partitions on something that shouldn't have them? | Messing with packet writing on RW optical discs (or whatever remains of it)
4·2 months agoYeah, I already tried losetup unsuccessfully, but thanks anyway.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Linux@lemmy.ml•How to Set-Up a Remote Desktop experience on Wayland with wlroots, pipewire, remote file access and everything encrypted with SSH; No root required
1·4 months agoHey.
So, it would seem I gave you a solution that’s still more complicated than it needs to be.
You see, I was using Debian at the time I initially played with this, but now I am testing it on Arch. When you check the man pages, you’ll see an interesting option available on Arch.So…
Waypipe on Debian 13 (latest) is version 0.9.2.
Meanwhile on Arch we have 0.11.0.There’s an interesting new option,
--xwls.Use xwayland-satellite to run X clients under Wayland; for server or ssh modes. This binds X display sockets for the next available display number and sets the DISPLAY environment variable for the program run under waypipe server. This option will only work if xwayland-satellite is installed and in PATH.
Which means that on Debian you have to:
- Compile xwayland-satellite
- Add xwayland-satellite to directory in PATH
- Compile new version of waypipe from source
- Add it to directory in PATH, at least for server
While on Arch you just
pacman -Sy xwayland-satellite waypipe.Then it works with
waypipe --xwls ssh user@IP program.
It seems to have been added in 0.10.6.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
Linux@lemmy.ml•[Question] (Wayland, KDE Plasma) How can I use another PC as a second monitor?English
2·5 months agoThis seems like it’s for sharing same keyboard and mouse between multiple computers. What I am looking for is for the secondary laptop just to act as a monitor. That’s it. It could just be a video stream of a virtual monitor.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Linux@programming.dev•Cursed setup - Proxmox VE on a laptop, with KDE Plasma on top of it.English
3·5 months agoThing 3 spice vnc is built in
Waypipe proxies separate windows, not the whole display. It’s pretty cool. Just looks the same as local programs, but running on a different machine.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
Linux@lemmy.ml•[Question] (Wayland, KDE Plasma) How can I use another PC as a second monitor?English
2·5 months agoWhat I mean is the mouse cursor isn’t there when I move it over there. Well, isn’t visible. It still interacts with objects.
Same as this person’s issue: https://discuss.kde.org/t/show-cursor-on-virtual-display-kde-connect-krdc/43421
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Linux@lemmy.ml•How to Set-Up a Remote Desktop experience on Wayland with wlroots, pipewire, remote file access and everything encrypted with SSH; No root required
1·5 months agoplease take a look and tell me what you think
Sorry if it seems like I do, but I in fact do not have a brain.
I just found this tool gets the job done, and that’s it.I typically just use it in a pretty stupid manual way.
local$ waypipe -c zstd=6 ssh username@IP remote$ export DISPLAY=:90 remote$ ./xwayland-satellite :90 & remote$ xfce4-panelEven the xfce4-panel discovery was an accident.
I was using waypipe before knowing about xwayland-satellite. I wanted to run an X program, so in the same shell I typedvncserverto, well, launch a VNC server. That invoked xfce4-session, BUT since the WAYLAND_DISPLAY was set, XFCE DE attached to waypipe rather than XTigerVNC, launching a full remote desktop over my local one.
And out of that, xfce4-panel proves pretty useful. I can easily launch other programs using GUI, and also see widgets on that panel.Here’s what I mean, if that sounds confusing:

Plasma panel (bottom) is local, XFCE panel (top and middle bottom) are remote.
Right, and you’re probably wondering why that app launcher at the top looks shattered. Well, both can’t be opened at once. If the application launcher goes out of focus, it closes.
But also, I use the shatter effect in KDE Plasma, so it doesn’t go away immediately. This is just as close as I could get with screenshot timing.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Linux@lemmy.ml•How to Set-Up a Remote Desktop experience on Wayland with wlroots, pipewire, remote file access and everything encrypted with SSH; No root required
2·5 months agoJust a quick note if someone is looking for X programs, you can use xwayland-satellite with waypipe. Set your DISPLAY variable, launch xwayland-satellite with the display number you just used, and X programs should just work as with usual rootless Xwayland (so no window with another window inside of it).
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Selfhosted@lemmy.world•*Permanently Deleted*English
4·5 months agoProblem with plain Wireguard is if you can’t open ports on some devices to get a direct connection. It should be just fine with hub and spoke model, but NAT Traversal of Tailscale makes a huge difference. I can get a direct connection between 2 devices connected to mobile data and behind CG-NAT.
And also the config management if you have too many devices.Hub and spoke, you just add new devices to Wireguard on the main device, and the new peer. Full mesh, oof.
But as far as configuring Wireguard goes, that’s pretty simple. And then there’s the weird stuff with MTU and fragmentation… but that’s not something Wireguard-specific.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Selfhosted@lemmy.world•*Permanently Deleted*English
85·5 months agoI went with Google.
Edit: I am just saying what I went with. I didn’t have another fitting option.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Selfhosted@lemmy.world•LibreOffice Online, a self-hostable libre office environment, is coming back!English
26·6 months agoI was just looking if something like that exists yesterday, but got disappointed. Nice timing.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
Linux@lemmy.ml•Cursed screenshot: XFCE desktop from remote machine launched over KDE Plasma of local machine
2·6 months agoSorry about my Waypipe misunderstanding.
vncserver I configured that way, so of course. I just didn’t expect it to connect to Wayland.If invoking xfce4-session works, it means you are doing so over vnc, not waypipe.
It does work over Waypipe. You can even see in my screenshot that on the remote machine it shows Waypipe as the WM.
The remote is running Debian 13, with multi-user.target set as default target to keep the GUI from starting. XFCE version is 4.20.1.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
Linux@lemmy.ml•Cursed screenshot: XFCE desktop from remote machine launched over KDE Plasma of local machine
6·6 months agoUsing Waypipe, which proxies Wayland program GUIs to my local computer, just like
ssh -X, but with Wayland, and it actually works over the internet (read: high latency).I didn’t know XFCE supported Wayland , so I casually ran
vncserver, which launchedxfce4-session, except that it attached itself to the Wayland display (proxied to my local machine) rather than X display of TigerVNC. And here come the full XFCE right to my local machine (which is running Plasma).
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
Linux@lemmy.ml•Cursed screenshot: XFCE desktop from remote machine launched over KDE Plasma of local machine
4·6 months agoOnly if the machine is on LAN. I am running with 250ms here.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
Linux@lemmy.ml•Cursed screenshot: XFCE desktop from remote machine launched over KDE Plasma of local machine
5·6 months agoNo, I was not using VNC. VNC xstartup script just launched xfce4-session which connected to Waypipe rather than Xtigervnc.
It does integrate itself to KDE nicely. Even with virtual desktops. And it even properly does the animations. Downside is, I can’t access the original desktop on my laptop while it’s running. Peek at desktop also shows XFCE.
Here’s the cube switcher, showing XFCE instead:

u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgto
Linux@lemmy.ml•Ubuntu spotted in the wild
2·6 months agoProbably snaps too.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
linuxmemes@lemmy.world•/etc? Never heard of her.
4·6 months agoI am still triple checking when I see /dev/sda as a target drive in such utilities. I use NVMe, so nowadays that’s probably a flash drive for me, but it still gives me adrenaline when I notice it.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
linuxmemes@lemmy.world•/etc? Never heard of her.English
12·6 months agoI don’t know if it should be a bad thing. Inside the tar archive the configs were already organized into their respective dirctories, this way with
--preserve-permissions --overwriteI could just quickly add the desired versions of configs.
Some examples of contents:-rw-r--r-- root/root 2201 2026-02-18 08:08 etc/pam.d/sshd -rw-r--r-- root/root 399 2026-02-17 23:22 etc/pam.d/sudo -rw-r--r-- root/root 2208 2026-02-18 09:13 etc/sysctl.conf drwx------ user/user 0 2026-02-17 23:28 home/user/.ssh/ -rw------- user/user 205 2026-02-17 23:29 home/user/.ssh/authorized_keys drwxrwxr-x user/user 0 2026-02-18 16:30 home/user/.vnc/ -rw-rw-r-- user/user 85 2026-02-18 15:32 home/user/.vnc/tigervnc.conf -rw-r--r-- root/root 3553 2026-02-18 08:04 etc/ssh/sshd_configKeeps permissions, keeps ownership, puts things where they belong (or copies from where they were), and you end up with a single file that can be stored on whatever filesystem.
u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orgOPto
linuxmemes@lemmy.world•/etc? Never heard of her.
13·6 months agoYakuake terminal: https://apps.kde.org/yakuake/
I can imagine it being nice for a tablet. They even have programs for calls and SMS if you have a cellular modem.


I don’t know what I did wrong, but now it works with
losetup.So that would be solved.