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

Linux

56942 readers
464 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?

you are viewing a single comment's thread
view the rest of the comments

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.