Is there a way to connect multiple desktops and treat them as one system?
-
I have some desktops (the tower kind) lying around and I'm wondering if there's a way that I can connect them all to one display and combine their computational power or at least make them all accessible in one place. I want to get into server hosting but only have one monitor. They're currently running LMDE.
Any ideas?
connect them all to one display
The X Window System was invented originally with this idea.
https://en.m.wikipedia.org/wiki/X_Window_System
It still works fine, but after most people have been using it only on 1 PC and screen, they abandoned it in favor of Wayland.
Nowadays even self hosters, the cream of the crop of all nerds
usually prefer headless servers and only 1 PC with many screens connected to it.
-
I have some desktops (the tower kind) lying around and I'm wondering if there's a way that I can connect them all to one display and combine their computational power or at least make them all accessible in one place. I want to get into server hosting but only have one monitor. They're currently running LMDE.
Any ideas?
I saw you comment that your thinking of hosting a minecraft server on it. Just FYI your going to need access to the router for port forwarding to let the minecraft server be accessible to anyone not on your LAN. Which i saw you may not have in another comment. As for actually controlling them just ssh into the server from the other one.
If you really want to do a server that other people can join and cant use port forwarding you may be able to get it to work with a VPN like hamachi and get your friends all on that. But ive never done that with an actual server just used it for LAN games so im not sure it would work. Id think it should but cant say.
-
It depends how much shit is blocked on the network at the user level.
There are several ways around it. If you are self hosting for a small trusted group, or just yourself, you can use Tailscale.
-
Now software bloat has caught up to the gains we've made in hardware and we're back to it taking 15 seconds to load a word processor.
Bloody got a new Windows 11 lenovo something today. It's so slow to just open settings up.
-
Bloody got a new Windows 11 lenovo something today. It's so slow to just open settings up.
I know the Windows vs Linux thing is like beating a dead horse, but I use both, and the Linux machine never gets slow like Windows does. Windows does so much crap in the background that you and I don't need want or care about, and Linux just does what it's told when it's told. Give it a try if you're feeling adventurous.
-
I know the Windows vs Linux thing is like beating a dead horse, but I use both, and the Linux machine never gets slow like Windows does. Windows does so much crap in the background that you and I don't need want or care about, and Linux just does what it's told when it's told. Give it a try if you're feeling adventurous.
Yeah, I'm in the planning stage of buying a new personal desktop that I'm going to run Linux on from the get go, I'm just tired of Windows.
Once I'm a little more financial I'm going to pull the trigger and build my next gaming pc
-
Holy Slashdot batman!
How many of us old Slashdot users are here, anyway? 5 digit UID here.
-
I use Deskflow. It's an upstream for Synergy. I've Tumbleweed and Mac connected. Buttons can be mapped to avoid difference in keyboard layouts and streamline the experience. Been happy with it.
Why haven't I heard of this!?
-
How many of us old Slashdot users are here, anyway? 5 digit UID here.
5 digit here too: 56k something. I think there are many. It feels a bit like those days and I've noticed a lot of GenX people here.
-
Why haven't I heard of this!?
Check it out.
There was a bit of wiggling to set it up - you've to allow firewalls on both PCs to allow it to pass through.
-
I have some desktops (the tower kind) lying around and I'm wondering if there's a way that I can connect them all to one display and combine their computational power or at least make them all accessible in one place. I want to get into server hosting but only have one monitor. They're currently running LMDE.
Any ideas?
Yep, I still use X2go to get a remote graphical display from my machines at the data center while I work on them from home. It also provides sound and remote printing and leverages scp to transfer files. -