this post was submitted on 26 Jul 2025
18 points (100.0% liked)

Linux

56975 readers
571 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 6 years ago
MODERATORS
 

#Linux community does someone know a tutorial for a kind of self made  #ThinClient device?

I have an old notebook with Linux which does not anymore fit my power requirements, but I have a Linuc PC in my cellar which I use as working device over #RDP since a while and I love this way.

Is there a Remote-Desktop Linux Distribution (RDP, #VNC or #Moonlight) with the sole purpose to connect a VPN on startup and directly login to a Remote-Desktop and also redirect USB-Devices to remote?

top 17 comments
sorted by: hot top controversial new old
[–] just_another_person@lemmy.world 6 points 1 week ago (2 children)

Remmina is kind of the best right now I'd say. Thinclient isn't actually a thing much anymore outside of super locked down environments because of network state issues.

[–] ashley@lemmy.ca 2 points 1 week ago (1 children)

it's a pretty big thing with wfh

[–] just_another_person@lemmy.world 4 points 1 week ago (1 children)
[–] Giloron@programming.dev 3 points 1 week ago (1 children)

Our work from home setup is VPN and remote into the workstation at our desk in the office.

Regardless of how thick my client actually is, it's a thin client for working from home.

[–] just_another_person@lemmy.world 1 points 1 week ago* (last edited 1 week ago)

Well that specifically is just remote desktop. As you said, doesn't matter how thick, but if that's all you use the machine for, I suppose you could call it a thin client.

A Thin Client (at least traditionally) means it has whatever it needs preloaded to interact with the remote server and does nothing if little else.

A "Thick Client" (never used that term professionally lol) would be just a machine that can do whatever without a remote server I suppose.

[–] ratatouille@feddit.org 2 points 1 week ago (1 children)

Actually I currently use Remmina. It's a cool application. And the best RDP client around.

[–] just_another_person@lemmy.world 4 points 1 week ago (1 children)

Then I'd say install Tailscale on both machines, set your network ACLs, and you're all good to go. Super simple.

[–] ratatouille@feddit.org 1 points 1 week ago

I already use a Wireguard to connect to my home. As I said. I already work that way. But now I wish to permanently change to this workflow. Meanwhile I do not anymore use my notebook desktop but only RDP. I have a bit problems with the notebook energy saving mode and also have some security vs. comfort issues.

Cause of that I would like to try something new.

[–] Teppichbrand@feddit.org 3 points 1 week ago

I just installed DietPi on my new ThinClient. I use it on Raspberry Pi for years and I really like it. Is super lightweight and comes with lots of preconfigured software.

[–] FurryMemesAccount@lemmy.blahaj.zone 3 points 1 week ago (2 children)

Am I only one who immediately loses respect for hashtag abusers?

Nope.

There's a very low chance that the OP is posting to here via mastodon, using AP.

(OP->feddit.org->mastodon->here)

[–] isVeryLoud@lemmy.ca 1 points 1 week ago

At the very least, it makes it quite hard to read the post.

[–] tvcvt@lemmy.ml 3 points 1 week ago* (last edited 1 week ago)

I set up an old thin client with Debian and lxqt to connect to a VM on Proxmox. Got the idea from an Apalrd’s Adventures video about VDI. It worked pretty well on a decent network, but it really suffered on high latency networks.

Our client had thin clients that where managed via a controller over pxe. We replaced the hyperv with vm's in the cloud and they didn't want to buy new PCs. So we got them small SSDs instead and I set up a debian image with autologin and a script that asks for credentials to launch xfreerdp in fullscreen. It worked great (until they finally got new hardware).

I can give you some of the code next week if you want.

[–] wildbus8979@sh.itjust.works 2 points 1 week ago (1 children)

If you run X11, obviously X11 forwarding via SSH. It's basically built in thin client. There's also Xpra

For Wayland: https://github.com/neonkore/waypipe

[–] LeFantome@programming.dev 2 points 1 week ago (1 children)
[–] wildbus8979@sh.itjust.works 1 points 1 week ago

Oh amazing! Thank you! I've been using waypipe recently, but I miss the remote buffering capabilities of Xpra!